[==========] Running 26 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 24 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260630 12:11:03.369231   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38929,127.0.107.253:37625,127.0.107.252:40431
I20260630 12:11:03.370962   431 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260630 12:11:03.371929   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:03.390034   437 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:03.390086   438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:03.392225   431 server_base.cc:1061] running on GCE node
W20260630 12:11:03.390312   440 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:04.604678   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:04.604895   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:04.605054   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821464605039 us; error 0 us; skew 500 ppm
I20260630 12:11:04.605862   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:04.610966   431 webserver.cc:533] Webserver started at http://127.0.107.254:41553/ using document root <none> and password file <none>
I20260630 12:11:04.611681   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:04.611861   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:04.612246   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:04.617852   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "03cf18a3f32c42638929635b7cbd9d67"
format_stamp: "Formatted at 2026-06-30 12:11:04 on dist-test-slave-t06f"
I20260630 12:11:04.625422   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:11:04.630251   446 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:04.631305   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.002s
I20260630 12:11:04.631605   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "03cf18a3f32c42638929635b7cbd9d67"
format_stamp: "Formatted at 2026-06-30 12:11:04 on dist-test-slave-t06f"
I20260630 12:11:04.631878   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:04.690292   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:04.691715   431 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260630 12:11:04.692142   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:04.769253   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38929
I20260630 12:11:04.769304   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38929 every 8 connection(s)
I20260630 12:11:04.775844   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:04.777411   498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:11:04.782923   500 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:04.784127   501 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:04.789251   503 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:04.789418   431 server_base.cc:1061] running on GCE node
I20260630 12:11:04.790359   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:04.790599   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:04.790788   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821464790769 us; error 0 us; skew 500 ppm
I20260630 12:11:04.791311   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:04.794804   431 webserver.cc:533] Webserver started at http://127.0.107.253:32883/ using document root <none> and password file <none>
I20260630 12:11:04.795308   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:04.795533   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:04.795810   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:04.796833   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root/instance:
uuid: "e2c839cfd3734871b89d63f9b14060fa"
format_stamp: "Formatted at 2026-06-30 12:11:04 on dist-test-slave-t06f"
I20260630 12:11:04.799134   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:04.801877   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260630 12:11:04.807708   508 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:04.808668   431 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:11:04.809067   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root
uuid: "e2c839cfd3734871b89d63f9b14060fa"
format_stamp: "Formatted at 2026-06-30 12:11:04 on dist-test-slave-t06f"
I20260630 12:11:04.809531   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:04.827384   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:04.828605   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:04.834369   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:04.836900   450 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:37625: connect: Connection refused (error 111)
W20260630 12:11:04.841298   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:37625: Network error: Client connection negotiation failed: client connection to 127.0.107.253:37625: connect: Connection refused (error 111)
I20260630 12:11:04.891443   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } attempt: 1
W20260630 12:11:04.896590   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:37625: Network error: Client connection negotiation failed: client connection to 127.0.107.253:37625: connect: Connection refused (error 111)
I20260630 12:11:04.904992   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:37625
I20260630 12:11:04.905597   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:37625 every 8 connection(s)
I20260630 12:11:04.909899   563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:04.910766   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:04.917912   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:04.918298   565 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:04.920147   566 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:04.925990   431 server_base.cc:1061] running on GCE node
W20260630 12:11:04.927451   568 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:04.928351   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:04.928573   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:04.928768   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821464928750 us; error 0 us; skew 500 ppm
I20260630 12:11:04.929296   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:04.933084   431 webserver.cc:533] Webserver started at http://127.0.107.252:41805/ using document root <none> and password file <none>
I20260630 12:11:04.933771   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:04.934017   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:04.934335   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:04.934983   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:04.935685   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root/instance:
uuid: "a29b5536a6dc4f22bfa67b05a8c07871"
format_stamp: "Formatted at 2026-06-30 12:11:04 on dist-test-slave-t06f"
I20260630 12:11:04.942112   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:11:04.947340   575 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:04.948252   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:11:04.948536   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root
uuid: "a29b5536a6dc4f22bfa67b05a8c07871"
format_stamp: "Formatted at 2026-06-30 12:11:04 on dist-test-slave-t06f"
I20260630 12:11:04.949091   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:04.948949   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
W20260630 12:11:04.958061   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:40431: Network error: Client connection negotiation failed: client connection to 127.0.107.252:40431: connect: Connection refused (error 111)
I20260630 12:11:04.965068   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } attempt: 2
I20260630 12:11:04.974625   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:04.979322   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:40431: Network error: Client connection negotiation failed: client connection to 127.0.107.252:40431: connect: Connection refused (error 111)
I20260630 12:11:04.980722   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:04.982388   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:05.001593   563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } attempt: 1
W20260630 12:11:05.005893   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:40431: Network error: Client connection negotiation failed: client connection to 127.0.107.252:40431: connect: Connection refused (error 111)
I20260630 12:11:05.010841   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } attempt: 1
W20260630 12:11:05.017902   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:40431: Network error: Client connection negotiation failed: client connection to 127.0.107.252:40431: connect: Connection refused (error 111)
I20260630 12:11:05.059278   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:40431
I20260630 12:11:05.059376   627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:40431 every 8 connection(s)
I20260630 12:11:05.063786   628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:05.063796   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:05.069391   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:05.081295   563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } attempt: 2
I20260630 12:11:05.081705   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:05.085407   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } attempt: 2
I20260630 12:11:05.095532   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:05.107345   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: Bootstrap starting.
I20260630 12:11:05.108466   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: Bootstrap starting.
I20260630 12:11:05.116597   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:05.116675   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:05.118062   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: Bootstrap starting.
I20260630 12:11:05.119830   563 log.cc:826] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: Log is configured to *not* fsync() on all Append() calls
I20260630 12:11:05.124517   628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:05.126536   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: No bootstrap required, opened a new log
I20260630 12:11:05.128479   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: No bootstrap required, opened a new log
I20260630 12:11:05.130618   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: No bootstrap required, opened a new log
I20260630 12:11:05.146582   628 raft_consensus.cc:359] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.146593   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.146596   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.147287   628 raft_consensus.cc:385] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:05.147496   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:05.147574   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:05.147620   628 raft_consensus.cc:740] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a29b5536a6dc4f22bfa67b05a8c07871, State: Initialized, Role: FOLLOWER
I20260630 12:11:05.147884   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2c839cfd3734871b89d63f9b14060fa, State: Initialized, Role: FOLLOWER
I20260630 12:11:05.147984   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03cf18a3f32c42638929635b7cbd9d67, State: Initialized, Role: FOLLOWER
I20260630 12:11:05.148808   628 consensus_queue.cc:260] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.148814   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.148828   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.152436   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [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: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.153450   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:05.153824   628 sys_catalog.cc:565] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:05.156075   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [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: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.156855   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:05.158046   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:05.159405   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [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: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.160013   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:05.160116   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: configured and running, proceeding with master startup.
W20260630 12:11:05.197700   452 tablet.cc:2406] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: Can't schedule compaction. Clean time has not been advanced past its initial value.
W20260630 12:11:05.215502   668 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:05.216223   668 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:05.217286   665 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:05.217595   665 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:05.220899   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:11:05.221158   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:11:05.223042   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:05.226416   672 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:05.226713   672 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:05.231590   673 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:05.233009   674 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:05.236718   676 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:05.239564   431 server_base.cc:1061] running on GCE node
I20260630 12:11:05.240362   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:05.240566   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:05.240743   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821465240710 us; error 0 us; skew 500 ppm
I20260630 12:11:05.241259   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:05.244472   431 webserver.cc:533] Webserver started at http://127.0.107.193:45845/ using document root <none> and password file <none>
I20260630 12:11:05.244933   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:05.245119   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:05.245398   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:05.246474   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "04cde421424a4a2b8cb00dee8b14fdbd"
format_stamp: "Formatted at 2026-06-30 12:11:05 on dist-test-slave-t06f"
I20260630 12:11:05.251127   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:11:05.254779   681 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:05.255652   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:11:05.256011   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "04cde421424a4a2b8cb00dee8b14fdbd"
format_stamp: "Formatted at 2026-06-30 12:11:05 on dist-test-slave-t06f"
I20260630 12:11:05.256276   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:05.275180   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:05.276450   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:05.279484   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:05.284083   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:05.284286   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:05.284576   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:05.284737   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:05.324206   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:05.324898   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.329744   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2c839cfd3734871b89d63f9b14060fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03cf18a3f32c42638929635b7cbd9d67" is_pre_election: true
I20260630 12:11:05.330564   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e2c839cfd3734871b89d63f9b14060fa in term 0.
I20260630 12:11:05.332484   512 leader_election.cc:304] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 03cf18a3f32c42638929635b7cbd9d67, e2c839cfd3734871b89d63f9b14060fa; no voters: 
I20260630 12:11:05.342279   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2c839cfd3734871b89d63f9b14060fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" is_pre_election: true
I20260630 12:11:05.342970   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e2c839cfd3734871b89d63f9b14060fa in term 0.
I20260630 12:11:05.344290   638 leader_election.cc:290] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 03cf18a3f32c42638929635b7cbd9d67 (127.0.107.254:38929), a29b5536a6dc4f22bfa67b05a8c07871 (127.0.107.252:40431)
I20260630 12:11:05.344761   638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:05.345091   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:05.345448   638 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:05.352792   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.355814   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2c839cfd3734871b89d63f9b14060fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a29b5536a6dc4f22bfa67b05a8c07871"
I20260630 12:11:05.356796   603 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:05.363638   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e2c839cfd3734871b89d63f9b14060fa in term 1.
I20260630 12:11:05.365250   511 leader_election.cc:304] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a29b5536a6dc4f22bfa67b05a8c07871, e2c839cfd3734871b89d63f9b14060fa; no voters: 
I20260630 12:11:05.366230   638 leader_election.cc:290] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [CANDIDATE]: Term 1 election: Requested vote from peers 03cf18a3f32c42638929635b7cbd9d67 (127.0.107.254:38929), a29b5536a6dc4f22bfa67b05a8c07871 (127.0.107.252:40431)
I20260630 12:11:05.366828   638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:05.367338   638 raft_consensus.cc:697] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 1 LEADER]: Becoming Leader. State: Replica: e2c839cfd3734871b89d63f9b14060fa, State: Running, Role: LEADER
I20260630 12:11:05.368275   638 consensus_queue.cc:237] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:05.373155   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2c839cfd3734871b89d63f9b14060fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03cf18a3f32c42638929635b7cbd9d67"
I20260630 12:11:05.373719   473 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:05.382966   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e2c839cfd3734871b89d63f9b14060fa in term 1.
I20260630 12:11:05.385843   711 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2c839cfd3734871b89d63f9b14060fa. Latest consensus state: current_term: 1 leader_uuid: "e2c839cfd3734871b89d63f9b14060fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.386756   711 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:05.395671   717 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:05.404387   717 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:05.424597   603 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 1 FOLLOWER]: Refusing update from remote peer e2c839cfd3734871b89d63f9b14060fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:05.425469   473 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 1 FOLLOWER]: Refusing update from remote peer e2c839cfd3734871b89d63f9b14060fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:05.426859   711 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:05.427717   638 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:05.452526   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2c839cfd3734871b89d63f9b14060fa. Latest consensus state: current_term: 1 leader_uuid: "e2c839cfd3734871b89d63f9b14060fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.453505   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:05.457105   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2c839cfd3734871b89d63f9b14060fa. Latest consensus state: current_term: 1 leader_uuid: "e2c839cfd3734871b89d63f9b14060fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.458050   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:05.458096   726 mvcc.cc:204] Tried to move back new op lower bound from 7302436722360381440 to 7302436722184544256. Current Snapshot: MvccSnapshot[applied={T|T < 7302436722360381440}]
I20260630 12:11:05.469458   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e2c839cfd3734871b89d63f9b14060fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.470479   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:05.479348   717 catalog_manager.cc:1383] Generated new cluster ID: 198326911a2d41a2a1541ad3c9838736
I20260630 12:11:05.479782   717 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:05.481892   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e2c839cfd3734871b89d63f9b14060fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.482805   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:05.486896   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e2c839cfd3734871b89d63f9b14060fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.487939   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:05.491426   711 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e2c839cfd3734871b89d63f9b14060fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:05.492419   711 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:05.528638   717 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:05.531279   717 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:05.543674   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34461
I20260630 12:11:05.543915   755 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34461 every 8 connection(s)
I20260630 12:11:05.571133   717 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: Generated new TSK 0
I20260630 12:11:05.572506   717 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:05.603820   757 heartbeater.cc:344] Connected to a master server at 127.0.107.253:37625
I20260630 12:11:05.604401   757 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:05.605647   757 heartbeater.cc:507] Master 127.0.107.253:37625 requested a full tablet report, sending...
I20260630 12:11:05.610144   528 ts_manager.cc:194] Registered new tserver with Master: 04cde421424a4a2b8cb00dee8b14fdbd (127.0.107.193:34461)
I20260630 12:11:05.612536   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45492
I20260630 12:11:05.611747   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:05.619071   756 heartbeater.cc:344] Connected to a master server at 127.0.107.252:40431
I20260630 12:11:05.619459   756 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:05.620100   756 heartbeater.cc:507] Master 127.0.107.252:40431 requested a full tablet report, sending...
I20260630 12:11:05.623054   593 ts_manager.cc:194] Registered new tserver with Master: 04cde421424a4a2b8cb00dee8b14fdbd (127.0.107.193:34461)
W20260630 12:11:05.631223   763 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:05.635959   764 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:05.646662   759 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38929
I20260630 12:11:05.647053   759 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:05.647773   759 heartbeater.cc:507] Master 127.0.107.254:38929 requested a full tablet report, sending...
W20260630 12:11:05.650219   766 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:05.650617   431 server_base.cc:1061] running on GCE node
I20260630 12:11:05.651577   463 ts_manager.cc:194] Registered new tserver with Master: 04cde421424a4a2b8cb00dee8b14fdbd (127.0.107.193:34461)
I20260630 12:11:05.652175   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:05.652441   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:05.652642   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821465652625 us; error 0 us; skew 500 ppm
I20260630 12:11:05.653328   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:05.655994   431 webserver.cc:533] Webserver started at http://127.0.107.194:40633/ using document root <none> and password file <none>
I20260630 12:11:05.656589   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:05.656819   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:05.657125   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:05.658510   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "532f5873ed924b70aa21601316eebb71"
format_stamp: "Formatted at 2026-06-30 12:11:05 on dist-test-slave-t06f"
I20260630 12:11:05.664077   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:11:05.668022   771 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:05.668790   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:11:05.669080   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "532f5873ed924b70aa21601316eebb71"
format_stamp: "Formatted at 2026-06-30 12:11:05 on dist-test-slave-t06f"
I20260630 12:11:05.669353   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:05.697630   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:05.699307   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:05.701464   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:05.705163   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:05.705385   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:05.705626   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:05.705858   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:11:05.803069   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38883
I20260630 12:11:05.803138   833 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38883 every 8 connection(s)
I20260630 12:11:05.828189   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:05.832561   834 heartbeater.cc:344] Connected to a master server at 127.0.107.252:40431
I20260630 12:11:05.833128   834 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:05.834386   834 heartbeater.cc:507] Master 127.0.107.252:40431 requested a full tablet report, sending...
I20260630 12:11:05.837692   593 ts_manager.cc:194] Registered new tserver with Master: 532f5873ed924b70aa21601316eebb71 (127.0.107.194:38883)
I20260630 12:11:05.849462   835 heartbeater.cc:344] Connected to a master server at 127.0.107.253:37625
I20260630 12:11:05.849871   835 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:05.850816   836 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38929
I20260630 12:11:05.851003   835 heartbeater.cc:507] Master 127.0.107.253:37625 requested a full tablet report, sending...
I20260630 12:11:05.851382   836 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:05.852896   836 heartbeater.cc:507] Master 127.0.107.254:38929 requested a full tablet report, sending...
I20260630 12:11:05.854465   528 ts_manager.cc:194] Registered new tserver with Master: 532f5873ed924b70aa21601316eebb71 (127.0.107.194:38883)
I20260630 12:11:05.857133   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45506
I20260630 12:11:05.858590   463 ts_manager.cc:194] Registered new tserver with Master: 532f5873ed924b70aa21601316eebb71 (127.0.107.194:38883)
W20260630 12:11:05.860920   841 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:05.866341   842 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:05.870595   844 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:05.872082   431 server_base.cc:1061] running on GCE node
I20260630 12:11:05.873375   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:05.873621   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:05.873876   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821465873856 us; error 0 us; skew 500 ppm
I20260630 12:11:05.874359   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:05.877256   431 webserver.cc:533] Webserver started at http://127.0.107.195:38287/ using document root <none> and password file <none>
I20260630 12:11:05.877767   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:05.877979   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:05.878268   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:05.879271   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "8a2afd49946041459043834ea1ff06b0"
format_stamp: "Formatted at 2026-06-30 12:11:05 on dist-test-slave-t06f"
I20260630 12:11:05.883908   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:05.887432   849 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:05.888260   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:11:05.888550   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "8a2afd49946041459043834ea1ff06b0"
format_stamp: "Formatted at 2026-06-30 12:11:05 on dist-test-slave-t06f"
I20260630 12:11:05.888821   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:05.904582   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:05.905851   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:05.908316   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:05.912137   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:05.912315   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:05.912608   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:05.912753   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:06.013949   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39273
I20260630 12:11:06.014020   911 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39273 every 8 connection(s)
I20260630 12:11:06.048748   912 heartbeater.cc:344] Connected to a master server at 127.0.107.252:40431
I20260630 12:11:06.049206   912 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:06.050731   912 heartbeater.cc:507] Master 127.0.107.252:40431 requested a full tablet report, sending...
I20260630 12:11:06.053627   593 ts_manager.cc:194] Registered new tserver with Master: 8a2afd49946041459043834ea1ff06b0 (127.0.107.195:39273)
I20260630 12:11:06.055805   914 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38929
I20260630 12:11:06.056180   914 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:06.057058   914 heartbeater.cc:507] Master 127.0.107.254:38929 requested a full tablet report, sending...
I20260630 12:11:06.060343   463 ts_manager.cc:194] Registered new tserver with Master: 8a2afd49946041459043834ea1ff06b0 (127.0.107.195:39273)
I20260630 12:11:06.063558   913 heartbeater.cc:344] Connected to a master server at 127.0.107.253:37625
I20260630 12:11:06.063900   913 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:06.064715   913 heartbeater.cc:507] Master 127.0.107.253:37625 requested a full tablet report, sending...
I20260630 12:11:06.066890   528 ts_manager.cc:194] Registered new tserver with Master: 8a2afd49946041459043834ea1ff06b0 (127.0.107.195:39273)
I20260630 12:11:06.067787   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.028356288s
I20260630 12:11:06.068267   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45512
I20260630 12:11:06.221489   665 catalog_manager.cc:1295] Loaded cluster ID: 198326911a2d41a2a1541ad3c9838736
I20260630 12:11:06.221830   665 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: loading cluster ID for follower catalog manager: success
I20260630 12:11:06.226987   665 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: acquiring CA information for follower catalog manager: success
I20260630 12:11:06.230975   665 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:06.232335   672 catalog_manager.cc:1295] Loaded cluster ID: 198326911a2d41a2a1541ad3c9838736
I20260630 12:11:06.232635   672 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: loading cluster ID for follower catalog manager: success
I20260630 12:11:06.239398   672 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: acquiring CA information for follower catalog manager: success
I20260630 12:11:06.244387   672 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:06.619104   757 heartbeater.cc:499] Master 127.0.107.253:37625 was elected leader, sending a full tablet report...
I20260630 12:11:06.862893   835 heartbeater.cc:499] Master 127.0.107.253:37625 was elected leader, sending a full tablet report...
I20260630 12:11:07.071592   913 heartbeater.cc:499] Master 127.0.107.253:37625 was elected leader, sending a full tablet report...
I20260630 12:11:07.203704   666 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:11:08.253139   513 thread.cc:641] raft [worker] (thread pool) Time spent creating pthread: real 0.641s	user 0.004s	sys 0.004s
W20260630 12:11:08.253796   513 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.641s	user 0.005s	sys 0.004s
I20260630 12:11:08.985445   921 raft_consensus.cc:493] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e2c839cfd3734871b89d63f9b14060fa)
I20260630 12:11:08.986110   921 raft_consensus.cc:515] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
W20260630 12:11:08.986828   448 thread.cc:641] raft [worker] (thread pool) Time spent creating pthread: real 0.560s	user 0.005s	sys 0.008s
W20260630 12:11:08.987267   448 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.560s	user 0.005s	sys 0.008s
I20260630 12:11:08.988462   921 leader_election.cc:290] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e2c839cfd3734871b89d63f9b14060fa (127.0.107.253:37625), a29b5536a6dc4f22bfa67b05a8c07871 (127.0.107.252:40431)
I20260630 12:11:09.013695   922 raft_consensus.cc:493] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e2c839cfd3734871b89d63f9b14060fa)
I20260630 12:11:09.023607   922 raft_consensus.cc:515] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:09.026892   472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "03cf18a3f32c42638929635b7cbd9d67" is_pre_election: true
I20260630 12:11:09.027628   472 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a29b5536a6dc4f22bfa67b05a8c07871 in term 1.
I20260630 12:11:09.030762   578 leader_election.cc:304] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [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: 03cf18a3f32c42638929635b7cbd9d67, a29b5536a6dc4f22bfa67b05a8c07871; no voters: 
I20260630 12:11:09.032629   922 leader_election.cc:290] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 03cf18a3f32c42638929635b7cbd9d67 (127.0.107.254:38929), e2c839cfd3734871b89d63f9b14060fa (127.0.107.253:37625)
I20260630 12:11:09.034253   922 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:11:09.035411   922 raft_consensus.cc:493] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 1 FOLLOWER]: Starting leader election (detected failure of leader e2c839cfd3734871b89d63f9b14060fa)
I20260630 12:11:09.036454   922 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:09.055330   922 raft_consensus.cc:515] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:09.058174   472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "03cf18a3f32c42638929635b7cbd9d67"
I20260630 12:11:09.058789   472 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:09.066833   472 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a29b5536a6dc4f22bfa67b05a8c07871 in term 2.
I20260630 12:11:09.068100   578 leader_election.cc:304] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [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: 03cf18a3f32c42638929635b7cbd9d67, a29b5536a6dc4f22bfa67b05a8c07871; no voters: 
I20260630 12:11:09.069145   923 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:09.069315   922 leader_election.cc:290] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [CANDIDATE]: Term 2 election: Requested vote from peers 03cf18a3f32c42638929635b7cbd9d67 (127.0.107.254:38929), e2c839cfd3734871b89d63f9b14060fa (127.0.107.253:37625)
I20260630 12:11:09.070411   923 raft_consensus.cc:697] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 2 LEADER]: Becoming Leader. State: Replica: a29b5536a6dc4f22bfa67b05a8c07871, State: Running, Role: LEADER
I20260630 12:11:09.072347   923 consensus_queue.cc:237] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:09.079520   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "03cf18a3f32c42638929635b7cbd9d67" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" is_pre_election: true
I20260630 12:11:09.086879   602 raft_consensus.cc:1240] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 2 LEADER]: Rejecting Update request from peer e2c839cfd3734871b89d63f9b14060fa for earlier term 1. Current term is 2. Ops: []
I20260630 12:11:09.101328   537 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "e2c839cfd3734871b89d63f9b14060fa"
I20260630 12:11:09.113787   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "e2c839cfd3734871b89d63f9b14060fa" is_pre_election: true
I20260630 12:11:09.145328   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "03cf18a3f32c42638929635b7cbd9d67" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "e2c839cfd3734871b89d63f9b14060fa" is_pre_election: true
I20260630 12:11:09.146770   450 leader_election.cc:304] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [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: 03cf18a3f32c42638929635b7cbd9d67; no voters: a29b5536a6dc4f22bfa67b05a8c07871, e2c839cfd3734871b89d63f9b14060fa
I20260630 12:11:09.147893   921 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:11:09.149783   472 raft_consensus.cc:1240] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 2 FOLLOWER]: Rejecting Update request from peer e2c839cfd3734871b89d63f9b14060fa for earlier term 1. Current term is 2. Ops: []
I20260630 12:11:09.153529   933 consensus_queue.cc:1059] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 }, Status: INVALID_TERM, Last received: 1.4, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:11:09.154714   933 raft_consensus.cc:3055] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:11:09.155121   933 raft_consensus.cc:740] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e2c839cfd3734871b89d63f9b14060fa, State: Running, Role: LEADER
I20260630 12:11:09.158540   924 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a29b5536a6dc4f22bfa67b05a8c07871. Latest consensus state: current_term: 2 leader_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:09.159294   924 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:09.159667   933 consensus_queue.cc:260] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } }
I20260630 12:11:09.164498   933 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:09.174573   937 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:09.183885   937 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:09.187799   937 catalog_manager.cc:1295] Loaded cluster ID: 198326911a2d41a2a1541ad3c9838736
I20260630 12:11:09.188050   937 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:09.192267   937 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:09.194983   937 catalog_manager.cc:6081] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: Loaded TSK: 0
I20260630 12:11:09.195725   937 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:09.231676   593 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43384:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:11:09.246389   538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 2 FOLLOWER]: Refusing update from remote peer a29b5536a6dc4f22bfa67b05a8c07871: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:11:09.246392   472 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 2 FOLLOWER]: Refusing update from remote peer a29b5536a6dc4f22bfa67b05a8c07871: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 6. (index mismatch)
I20260630 12:11:09.247810   924 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:11:09.248296   923 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:11:09.261620   921 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a29b5536a6dc4f22bfa67b05a8c07871. Latest consensus state: current_term: 2 leader_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:09.261258   933 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader a29b5536a6dc4f22bfa67b05a8c07871. Latest consensus state: current_term: 2 leader_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:09.262423   921 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:09.262526   933 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:09.265622   923 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:09.266816   923 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:09.267613   923 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:09.268478   923 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:09.271865   933 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:09.272610   933 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:09.272861   921 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03cf18a3f32c42638929635b7cbd9d67" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 38929 } } peers { permanent_uuid: "e2c839cfd3734871b89d63f9b14060fa" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 37625 } } peers { permanent_uuid: "a29b5536a6dc4f22bfa67b05a8c07871" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 40431 } } }
I20260630 12:11:09.273584   921 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:09.319962   799 tablet_service.cc:1511] Processing CreateTablet for tablet 3e6ee43fa9394eda852ac51715512e8f (DEFAULT_TABLE table=test-workload [id=5e87bf963cdc4bc3aa14d481fc43651f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:11:09.322402   799 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e6ee43fa9394eda852ac51715512e8f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:09.332309   877 tablet_service.cc:1511] Processing CreateTablet for tablet ba887f66120040cdbce9ed664ef78262 (DEFAULT_TABLE table=test-workload [id=5e87bf963cdc4bc3aa14d481fc43651f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:11:09.334259   877 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba887f66120040cdbce9ed664ef78262. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:09.334009   705 tablet_service.cc:1511] Processing CreateTablet for tablet d430012681824835aaebf196d183459e (DEFAULT_TABLE table=test-workload [id=5e87bf963cdc4bc3aa14d481fc43651f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:11:09.334344   709 tablet_service.cc:1511] Processing CreateTablet for tablet cc2b157c267d44be8deb53a74ca752fa (DEFAULT_TABLE table=test-workload [id=5e87bf963cdc4bc3aa14d481fc43651f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:11:09.335489   705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d430012681824835aaebf196d183459e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:09.336180   709 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc2b157c267d44be8deb53a74ca752fa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:09.355425   955 tablet_bootstrap.cc:492] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71: Bootstrap starting.
I20260630 12:11:09.358851   953 tablet_bootstrap.cc:492] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0: Bootstrap starting.
I20260630 12:11:09.359130   954 tablet_bootstrap.cc:492] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd: Bootstrap starting.
I20260630 12:11:09.366650   955 tablet_bootstrap.cc:654] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:09.367995   953 tablet_bootstrap.cc:654] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:09.368813   954 tablet_bootstrap.cc:654] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:09.377740   955 tablet_bootstrap.cc:492] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71: No bootstrap required, opened a new log
I20260630 12:11:09.378232   955 ts_tablet_manager.cc:1403] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.008s
I20260630 12:11:09.378839   953 tablet_bootstrap.cc:492] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0: No bootstrap required, opened a new log
I20260630 12:11:09.379273   953 ts_tablet_manager.cc:1403] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.006s
I20260630 12:11:09.379323   954 tablet_bootstrap.cc:492] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd: No bootstrap required, opened a new log
I20260630 12:11:09.379980   954 ts_tablet_manager.cc:1403] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.004s
I20260630 12:11:09.381393   955 raft_consensus.cc:359] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "532f5873ed924b70aa21601316eebb71" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38883 } }
I20260630 12:11:09.381915   955 raft_consensus.cc:385] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:09.382165   955 raft_consensus.cc:740] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 532f5873ed924b70aa21601316eebb71, State: Initialized, Role: FOLLOWER
I20260630 12:11:09.382332   953 raft_consensus.cc:359] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8a2afd49946041459043834ea1ff06b0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39273 } }
I20260630 12:11:09.382776   955 consensus_queue.cc:260] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "532f5873ed924b70aa21601316eebb71" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38883 } }
I20260630 12:11:09.382917   953 raft_consensus.cc:385] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:09.382968   954 raft_consensus.cc:359] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.383419   955 raft_consensus.cc:399] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:09.383451   953 raft_consensus.cc:740] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a2afd49946041459043834ea1ff06b0, State: Initialized, Role: FOLLOWER
I20260630 12:11:09.383657   954 raft_consensus.cc:385] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:09.383915   955 raft_consensus.cc:493] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:09.384107   954 raft_consensus.cc:740] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 04cde421424a4a2b8cb00dee8b14fdbd, State: Initialized, Role: FOLLOWER
I20260630 12:11:09.384415   955 raft_consensus.cc:3060] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:09.384389   953 consensus_queue.cc:260] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8a2afd49946041459043834ea1ff06b0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39273 } }
I20260630 12:11:09.385241   953 raft_consensus.cc:399] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:09.385006   954 consensus_queue.cc:260] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.385582   953 raft_consensus.cc:493] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:09.385708   954 raft_consensus.cc:399] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:09.385998   953 raft_consensus.cc:3060] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:09.386056   954 raft_consensus.cc:493] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:09.386523   954 raft_consensus.cc:3060] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:09.389556   955 raft_consensus.cc:515] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "532f5873ed924b70aa21601316eebb71" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38883 } }
I20260630 12:11:09.390632   955 leader_election.cc:304] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [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: 532f5873ed924b70aa21601316eebb71; no voters: 
I20260630 12:11:09.392848   953 raft_consensus.cc:515] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8a2afd49946041459043834ea1ff06b0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39273 } }
I20260630 12:11:09.393545   953 leader_election.cc:304] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [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: 8a2afd49946041459043834ea1ff06b0; no voters: 
I20260630 12:11:09.393487   954 raft_consensus.cc:515] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.393975   955 leader_election.cc:290] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:09.394381   959 raft_consensus.cc:2804] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:09.394419   954 leader_election.cc:304] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [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: 04cde421424a4a2b8cb00dee8b14fdbd; no voters: 
I20260630 12:11:09.400430   955 ts_tablet_manager.cc:1434] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71: Time spent starting tablet: real 0.022s	user 0.016s	sys 0.004s
I20260630 12:11:09.401109   959 raft_consensus.cc:697] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 1 LEADER]: Becoming Leader. State: Replica: 532f5873ed924b70aa21601316eebb71, State: Running, Role: LEADER
I20260630 12:11:09.401623   953 leader_election.cc:290] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:09.402318   959 consensus_queue.cc:237] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [LEADER]: Queue going to LEADER mode. State: All 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: "532f5873ed924b70aa21601316eebb71" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38883 } }
I20260630 12:11:09.402773   960 raft_consensus.cc:2804] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:09.413937   953 ts_tablet_manager.cc:1434] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0: Time spent starting tablet: real 0.034s	user 0.017s	sys 0.016s
I20260630 12:11:09.424068   593 catalog_manager.cc:5697] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 reported cstate change: term changed from 0 to 1, leader changed from <none> to 532f5873ed924b70aa21601316eebb71 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "532f5873ed924b70aa21601316eebb71" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "532f5873ed924b70aa21601316eebb71" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38883 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:09.437980   954 leader_election.cc:290] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:09.438386   963 raft_consensus.cc:2804] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:09.446756   960 raft_consensus.cc:697] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 1 LEADER]: Becoming Leader. State: Replica: 8a2afd49946041459043834ea1ff06b0, State: Running, Role: LEADER
I20260630 12:11:09.447633   960 consensus_queue.cc:237] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [LEADER]: Queue going to LEADER mode. State: All 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: "8a2afd49946041459043834ea1ff06b0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39273 } }
I20260630 12:11:09.453109   834 heartbeater.cc:499] Master 127.0.107.252:40431 was elected leader, sending a full tablet report...
I20260630 12:11:09.455539   954 ts_tablet_manager.cc:1434] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd: Time spent starting tablet: real 0.075s	user 0.043s	sys 0.025s
I20260630 12:11:09.456598   954 tablet_bootstrap.cc:492] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd: Bootstrap starting.
I20260630 12:11:09.462296   963 raft_consensus.cc:697] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 LEADER]: Becoming Leader. State: Replica: 04cde421424a4a2b8cb00dee8b14fdbd, State: Running, Role: LEADER
I20260630 12:11:09.463227   963 consensus_queue.cc:237] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [LEADER]: Queue going to LEADER mode. State: All 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: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.462960   592 catalog_manager.cc:5697] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8a2afd49946041459043834ea1ff06b0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "8a2afd49946041459043834ea1ff06b0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8a2afd49946041459043834ea1ff06b0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39273 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:09.470568   954 tablet_bootstrap.cc:654] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:09.486500   954 tablet_bootstrap.cc:492] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd: No bootstrap required, opened a new log
I20260630 12:11:09.486919   954 ts_tablet_manager.cc:1403] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd: Time spent bootstrapping tablet: real 0.031s	user 0.009s	sys 0.010s
I20260630 12:11:09.489248   954 raft_consensus.cc:359] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.489899   954 raft_consensus.cc:385] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:09.489540   912 heartbeater.cc:499] Master 127.0.107.252:40431 was elected leader, sending a full tablet report...
I20260630 12:11:09.490286   954 raft_consensus.cc:740] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 04cde421424a4a2b8cb00dee8b14fdbd, State: Initialized, Role: FOLLOWER
I20260630 12:11:09.491532   954 consensus_queue.cc:260] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.492172   954 raft_consensus.cc:399] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:09.492513   954 raft_consensus.cc:493] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:09.492871   954 raft_consensus.cc:3060] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:09.499485   954 raft_consensus.cc:515] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.500341   954 leader_election.cc:304] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [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: 04cde421424a4a2b8cb00dee8b14fdbd; no voters: 
I20260630 12:11:09.501147   954 leader_election.cc:290] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:09.503925   954 ts_tablet_manager.cc:1434] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.008s
I20260630 12:11:09.501752   963 raft_consensus.cc:2804] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:09.505072   963 raft_consensus.cc:697] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 LEADER]: Becoming Leader. State: Replica: 04cde421424a4a2b8cb00dee8b14fdbd, State: Running, Role: LEADER
I20260630 12:11:09.506007   963 consensus_queue.cc:237] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [LEADER]: Queue going to LEADER mode. State: All 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: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } }
I20260630 12:11:09.513855   592 catalog_manager.cc:5697] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd reported cstate change: term changed from 0 to 1, leader changed from <none> to 04cde421424a4a2b8cb00dee8b14fdbd (127.0.107.193). New cstate: current_term: 1 leader_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:09.536955   756 heartbeater.cc:499] Master 127.0.107.252:40431 was elected leader, sending a full tablet report...
I20260630 12:11:09.542110   592 catalog_manager.cc:5697] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd reported cstate change: term changed from 0 to 1, leader changed from <none> to 04cde421424a4a2b8cb00dee8b14fdbd (127.0.107.193). New cstate: current_term: 1 leader_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "04cde421424a4a2b8cb00dee8b14fdbd" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34461 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:10.089919   668 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
W20260630 12:11:10.123664   908 debug-util.cc:398] Leaking SignalData structure 0x7b0800212060 after lost signal to thread 434
I20260630 12:11:11.198953   661 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:11.201419   661 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:11.584988   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:11.607802   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:11.608531   431 tablet_replica.cc:333] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd: stopping tablet replica
I20260630 12:11:11.609107   431 raft_consensus.cc:2243] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:11.609633   431 raft_consensus.cc:2272] T cc2b157c267d44be8deb53a74ca752fa P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:11.611681   431 tablet_replica.cc:333] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd: stopping tablet replica
I20260630 12:11:11.612119   431 raft_consensus.cc:2243] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:11.612485   431 raft_consensus.cc:2272] T d430012681824835aaebf196d183459e P 04cde421424a4a2b8cb00dee8b14fdbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:11.704169   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:11.716178   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:11.737362   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:11.738106   431 tablet_replica.cc:333] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71: stopping tablet replica
I20260630 12:11:11.738786   431 raft_consensus.cc:2243] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:11.739321   431 raft_consensus.cc:2272] T 3e6ee43fa9394eda852ac51715512e8f P 532f5873ed924b70aa21601316eebb71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:11.759663   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:11.770675   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:11:11.797230   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:11.798035   431 tablet_replica.cc:333] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0: stopping tablet replica
I20260630 12:11:11.798692   431 raft_consensus.cc:2243] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:11.799232   431 raft_consensus.cc:2272] T ba887f66120040cdbce9ed664ef78262 P 8a2afd49946041459043834ea1ff06b0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:11:12.816330   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 908)
I20260630 12:11:13.202448   661 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:13.204605   661 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:13.205996   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:13.213794   431 master.cc:562] Master@127.0.107.254:38929 shutting down...
I20260630 12:11:13.372203   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:13.372750   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:13.373064   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 03cf18a3f32c42638929635b7cbd9d67: stopping tablet replica
W20260630 12:11:13.413539   578 connection.cc:573] client connection to 127.0.107.254:38929 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
W20260630 12:11:13.414440   578 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107) [suppressed 5 similar messages]
W20260630 12:11:13.419358   578 consensus_peers.cc:597] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 -> Peer 03cf18a3f32c42638929635b7cbd9d67 (127.0.107.254:38929): Couldn't send request to peer 03cf18a3f32c42638929635b7cbd9d67. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.254:38929: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:13.428891   431 master.cc:584] Master@127.0.107.254:38929 shutdown complete.
I20260630 12:11:13.443176   431 master.cc:562] Master@127.0.107.253:37625 shutting down...
I20260630 12:11:13.460561   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:13.461380   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:13.461766   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e2c839cfd3734871b89d63f9b14060fa: stopping tablet replica
I20260630 12:11:13.480050   431 master.cc:584] Master@127.0.107.253:37625 shutdown complete.
I20260630 12:11:13.492121   431 master.cc:562] Master@127.0.107.252:40431 shutting down...
I20260630 12:11:13.508494   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:11:13.509505   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:13.509902   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a29b5536a6dc4f22bfa67b05a8c07871: stopping tablet replica
I20260630 12:11:13.528641   431 master.cc:584] Master@127.0.107.252:40431 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (10196 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:11:13.560971   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34515
I20260630 12:11:13.562139   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:13.567512   981 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.567752   980 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.568441   983 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:13.569578   431 server_base.cc:1061] running on GCE node
I20260630 12:11:13.570360   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:13.570534   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:13.570647   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821473570636 us; error 0 us; skew 500 ppm
I20260630 12:11:13.571113   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:13.573287   431 webserver.cc:533] Webserver started at http://127.0.107.254:40235/ using document root <none> and password file <none>
I20260630 12:11:13.573763   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:13.573931   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:13.574154   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:13.575297   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "355f74bb4eb44c3f88f04b1d0e167723"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.579473   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:13.582477   988 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.583163   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:13.583388   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "355f74bb4eb44c3f88f04b1d0e167723"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.583611   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:13.603211   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:13.604337   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:13.640221   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34515
I20260630 12:11:13.640326  1039 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34515 every 8 connection(s)
I20260630 12:11:13.644013  1040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:13.653318  1040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723: Bootstrap starting.
I20260630 12:11:13.657816  1040 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:13.661836  1040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723: No bootstrap required, opened a new log
I20260630 12:11:13.663828  1040 raft_consensus.cc:359] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "355f74bb4eb44c3f88f04b1d0e167723" member_type: VOTER }
I20260630 12:11:13.664260  1040 raft_consensus.cc:385] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:13.664477  1040 raft_consensus.cc:740] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 355f74bb4eb44c3f88f04b1d0e167723, State: Initialized, Role: FOLLOWER
I20260630 12:11:13.665036  1040 consensus_queue.cc:260] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "355f74bb4eb44c3f88f04b1d0e167723" member_type: VOTER }
I20260630 12:11:13.665488  1040 raft_consensus.cc:399] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:13.665738  1040 raft_consensus.cc:493] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:13.666014  1040 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:13.669724  1040 raft_consensus.cc:515] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "355f74bb4eb44c3f88f04b1d0e167723" member_type: VOTER }
I20260630 12:11:13.670214  1040 leader_election.cc:304] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [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: 355f74bb4eb44c3f88f04b1d0e167723; no voters: 
I20260630 12:11:13.671269  1040 leader_election.cc:290] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:13.671648  1043 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:13.672976  1043 raft_consensus.cc:697] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 1 LEADER]: Becoming Leader. State: Replica: 355f74bb4eb44c3f88f04b1d0e167723, State: Running, Role: LEADER
I20260630 12:11:13.673568  1043 consensus_queue.cc:237] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [LEADER]: Queue going to LEADER mode. State: All 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: "355f74bb4eb44c3f88f04b1d0e167723" member_type: VOTER }
I20260630 12:11:13.674157  1040 sys_catalog.cc:565] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:13.676599  1045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 355f74bb4eb44c3f88f04b1d0e167723. Latest consensus state: current_term: 1 leader_uuid: "355f74bb4eb44c3f88f04b1d0e167723" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "355f74bb4eb44c3f88f04b1d0e167723" member_type: VOTER } }
I20260630 12:11:13.676528  1044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "355f74bb4eb44c3f88f04b1d0e167723" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "355f74bb4eb44c3f88f04b1d0e167723" member_type: VOTER } }
I20260630 12:11:13.677203  1045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:13.677309  1044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:13.687835  1048 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:13.695681  1048 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:13.696595   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:13.704246  1048 catalog_manager.cc:1383] Generated new cluster ID: 4820cf75079d41b084ea8cf08c28397c
I20260630 12:11:13.704530  1048 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:13.727371  1048 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:13.728554  1048 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:13.743680  1048 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723: Generated new TSK 0
I20260630 12:11:13.744351  1048 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:13.762773   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:13.768807  1061 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.770054  1062 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.771257  1064 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:13.772022   431 server_base.cc:1061] running on GCE node
I20260630 12:11:13.772913   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:13.773108   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:13.773277   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821473773259 us; error 0 us; skew 500 ppm
I20260630 12:11:13.773864   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:13.776026   431 webserver.cc:533] Webserver started at http://127.0.107.193:36999/ using document root <none> and password file <none>
I20260630 12:11:13.776480   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:13.776684   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:13.776952   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:13.778031   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "747fc90180d4427eac90fcf79c082e08"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.782200   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:11:13.785254  1069 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.786118   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:13.786381   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "747fc90180d4427eac90fcf79c082e08"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.786644   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:13.810060   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:13.811182   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:13.812520   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:13.814677   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:13.814903   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.815122   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:13.815315   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.852344   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43959
I20260630 12:11:13.852427  1131 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43959 every 8 connection(s)
I20260630 12:11:13.857038   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:13.863924  1136 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.870610  1137 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.874320  1139 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:13.874691   431 server_base.cc:1061] running on GCE node
I20260630 12:11:13.876047   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:13.876346   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:13.876574   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821473876554 us; error 0 us; skew 500 ppm
I20260630 12:11:13.876660  1132 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34515
I20260630 12:11:13.877019  1132 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:13.877267   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:13.877921  1132 heartbeater.cc:507] Master 127.0.107.254:34515 requested a full tablet report, sending...
I20260630 12:11:13.879868   431 webserver.cc:533] Webserver started at http://127.0.107.194:44893/ using document root <none> and password file <none>
I20260630 12:11:13.880491   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:13.880383  1005 ts_manager.cc:194] Registered new tserver with Master: 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959)
I20260630 12:11:13.880798   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:13.881145   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:13.882616   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "d0314939216d4069a43181be5cafc89f"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.882856  1005 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50618
I20260630 12:11:13.887729   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:11:13.890877  1144 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.891587   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:13.891870   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "d0314939216d4069a43181be5cafc89f"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.892131   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:13.907085   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:13.908222   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:13.909569   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:13.911715   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:13.911945   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.912173   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:13.912339   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.948963   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33239
I20260630 12:11:13.949046  1206 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33239 every 8 connection(s)
I20260630 12:11:13.953528   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:13.959803  1210 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.961951  1211 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:13.962738  1213 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:13.964416   431 server_base.cc:1061] running on GCE node
I20260630 12:11:13.965322   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:13.965583   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:13.965703  1207 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34515
I20260630 12:11:13.965830   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821473965811 us; error 0 us; skew 500 ppm
I20260630 12:11:13.966171  1207 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:13.966540   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:13.966934  1207 heartbeater.cc:507] Master 127.0.107.254:34515 requested a full tablet report, sending...
I20260630 12:11:13.969069   431 webserver.cc:533] Webserver started at http://127.0.107.195:33209/ using document root <none> and password file <none>
I20260630 12:11:13.969142  1005 ts_manager.cc:194] Registered new tserver with Master: d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:13.969583   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:13.969863   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:13.970125   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:13.970656  1005 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50634
I20260630 12:11:13.971287   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "1d74f5597dac4ee78c917bf66d274618"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.975868   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:11:13.978973  1218 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.979671   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:13.979951   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "1d74f5597dac4ee78c917bf66d274618"
format_stamp: "Formatted at 2026-06-30 12:11:13 on dist-test-slave-t06f"
I20260630 12:11:13.980221   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:13.994468   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:13.995698   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:13.997109   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:13.999248   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:13.999476   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:13.999732   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:13.999963   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:14.038520   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35743
I20260630 12:11:14.038654  1280 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35743 every 8 connection(s)
I20260630 12:11:14.051920  1281 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34515
I20260630 12:11:14.052338  1281 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:14.053097  1281 heartbeater.cc:507] Master 127.0.107.254:34515 requested a full tablet report, sending...
I20260630 12:11:14.055094  1005 ts_manager.cc:194] Registered new tserver with Master: 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:14.056136   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014484332s
I20260630 12:11:14.056320  1005 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50636
I20260630 12:11:14.885752  1132 heartbeater.cc:499] Master 127.0.107.254:34515 was elected leader, sending a full tablet report...
I20260630 12:11:14.972826  1207 heartbeater.cc:499] Master 127.0.107.254:34515 was elected leader, sending a full tablet report...
I20260630 12:11:15.058946  1281 heartbeater.cc:499] Master 127.0.107.254:34515 was elected leader, sending a full tablet report...
I20260630 12:11:15.110321  1005 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50640:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o""\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:11:15.112972  1005 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:11:15.183344  1097 tablet_service.cc:1511] Processing CreateTablet for tablet 54288113e072410ea757db20c593fdcc (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:15.184772  1097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54288113e072410ea757db20c593fdcc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.186722  1096 tablet_service.cc:1511] Processing CreateTablet for tablet b3d76ee72ed94f93b96ec38752262150 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:15.188925  1095 tablet_service.cc:1511] Processing CreateTablet for tablet e7907462654c4af384bf0dfbab4f40bd (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:15.190807  1093 tablet_service.cc:1511] Processing CreateTablet for tablet 82b691d3d9ad49d98085398d6c4b2fb7 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:15.190900  1094 tablet_service.cc:1511] Processing CreateTablet for tablet c32344a183d5409ea5b5cf7c57bbbb82 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:15.192989  1171 tablet_service.cc:1511] Processing CreateTablet for tablet b3d76ee72ed94f93b96ec38752262150 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:15.193156  1170 tablet_service.cc:1511] Processing CreateTablet for tablet e7907462654c4af384bf0dfbab4f40bd (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:15.194324  1171 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3d76ee72ed94f93b96ec38752262150. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.194360  1092 tablet_service.cc:1511] Processing CreateTablet for tablet 435c78dde3cb492791555a4282f1393d (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:15.193159  1096 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3d76ee72ed94f93b96ec38752262150. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.195511  1169 tablet_service.cc:1511] Processing CreateTablet for tablet c32344a183d5409ea5b5cf7c57bbbb82 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:15.196872  1169 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c32344a183d5409ea5b5cf7c57bbbb82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.198834  1172 tablet_service.cc:1511] Processing CreateTablet for tablet 54288113e072410ea757db20c593fdcc (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:15.198923  1168 tablet_service.cc:1511] Processing CreateTablet for tablet 82b691d3d9ad49d98085398d6c4b2fb7 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:15.200183  1172 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54288113e072410ea757db20c593fdcc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.201025  1091 tablet_service.cc:1511] Processing CreateTablet for tablet 3b29ab29c1374dfc9898fcc75ce61a56 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:15.201648  1095 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e7907462654c4af384bf0dfbab4f40bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.202556  1168 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b691d3d9ad49d98085398d6c4b2fb7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.203351  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 435c78dde3cb492791555a4282f1393d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.206980  1090 tablet_service.cc:1511] Processing CreateTablet for tablet d0285a0dbb3b428cb79c2e3b227667fc (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:15.208295  1090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0285a0dbb3b428cb79c2e3b227667fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.210215  1094 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c32344a183d5409ea5b5cf7c57bbbb82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.214572  1091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b29ab29c1374dfc9898fcc75ce61a56. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.215365  1167 tablet_service.cc:1511] Processing CreateTablet for tablet 435c78dde3cb492791555a4282f1393d (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:15.216677  1167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 435c78dde3cb492791555a4282f1393d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.217985  1093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b691d3d9ad49d98085398d6c4b2fb7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.218963  1170 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e7907462654c4af384bf0dfbab4f40bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.219789  1166 tablet_service.cc:1511] Processing CreateTablet for tablet 3b29ab29c1374dfc9898fcc75ce61a56 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:15.221122  1166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b29ab29c1374dfc9898fcc75ce61a56. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.222918  1165 tablet_service.cc:1511] Processing CreateTablet for tablet d0285a0dbb3b428cb79c2e3b227667fc (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:15.224179  1165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0285a0dbb3b428cb79c2e3b227667fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.226850  1301 tablet_bootstrap.cc:492] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.236624  1301 tablet_bootstrap.cc:654] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.242185  1246 tablet_service.cc:1511] Processing CreateTablet for tablet 54288113e072410ea757db20c593fdcc (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:15.243640  1246 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54288113e072410ea757db20c593fdcc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.255395  1245 tablet_service.cc:1511] Processing CreateTablet for tablet b3d76ee72ed94f93b96ec38752262150 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:15.257252  1245 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3d76ee72ed94f93b96ec38752262150. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.263149  1303 tablet_bootstrap.cc:492] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.270802  1303 tablet_bootstrap.cc:654] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.271420  1244 tablet_service.cc:1511] Processing CreateTablet for tablet e7907462654c4af384bf0dfbab4f40bd (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:15.272831  1244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e7907462654c4af384bf0dfbab4f40bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.281551  1243 tablet_service.cc:1511] Processing CreateTablet for tablet c32344a183d5409ea5b5cf7c57bbbb82 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:15.283114  1243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c32344a183d5409ea5b5cf7c57bbbb82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.289494  1242 tablet_service.cc:1511] Processing CreateTablet for tablet 82b691d3d9ad49d98085398d6c4b2fb7 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:15.290010  1239 tablet_service.cc:1511] Processing CreateTablet for tablet d0285a0dbb3b428cb79c2e3b227667fc (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:15.291280  1242 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b691d3d9ad49d98085398d6c4b2fb7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.294471  1241 tablet_service.cc:1511] Processing CreateTablet for tablet 435c78dde3cb492791555a4282f1393d (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:15.299706  1240 tablet_service.cc:1511] Processing CreateTablet for tablet 3b29ab29c1374dfc9898fcc75ce61a56 (DEFAULT_TABLE table=test-workload [id=b788e690dc924933b9229733c8bcf808]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:15.309811  1239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0285a0dbb3b428cb79c2e3b227667fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.310999  1240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b29ab29c1374dfc9898fcc75ce61a56. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.314252  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 435c78dde3cb492791555a4282f1393d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:15.323499  1301 tablet_bootstrap.cc:492] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.323565  1303 tablet_bootstrap.cc:492] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.324014  1301 ts_tablet_manager.cc:1403] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.098s	user 0.014s	sys 0.028s
I20260630 12:11:15.324244  1303 ts_tablet_manager.cc:1403] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.061s	user 0.025s	sys 0.017s
I20260630 12:11:15.333125  1303 raft_consensus.cc:359] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.333998  1303 raft_consensus.cc:385] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.334344  1303 raft_consensus.cc:740] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.335479  1303 consensus_queue.cc:260] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.346262  1301 raft_consensus.cc:359] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.347045  1301 raft_consensus.cc:385] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.347692  1301 raft_consensus.cc:740] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.349754  1303 ts_tablet_manager.cc:1434] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.025s	user 0.008s	sys 0.000s
I20260630 12:11:15.350682  1303 tablet_bootstrap.cc:492] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.352154  1305 tablet_bootstrap.cc:492] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.349529  1301 consensus_queue.cc:260] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.356923  1303 tablet_bootstrap.cc:654] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.359452  1305 tablet_bootstrap.cc:654] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.365584  1303 tablet_bootstrap.cc:492] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.366147  1303 ts_tablet_manager.cc:1403] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:11:15.366945  1301 ts_tablet_manager.cc:1434] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.043s	user 0.012s	sys 0.002s
I20260630 12:11:15.369154  1303 raft_consensus.cc:359] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.369803  1301 tablet_bootstrap.cc:492] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.370008  1303 raft_consensus.cc:385] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.370434  1303 raft_consensus.cc:740] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.371291  1303 consensus_queue.cc:260] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.373380  1303 ts_tablet_manager.cc:1434] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:11:15.373952  1305 tablet_bootstrap.cc:492] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.374323  1303 tablet_bootstrap.cc:492] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.374378  1305 ts_tablet_manager.cc:1403] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.004s
I20260630 12:11:15.376715  1301 tablet_bootstrap.cc:654] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.377573  1305 raft_consensus.cc:359] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.378397  1305 raft_consensus.cc:385] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.378702  1305 raft_consensus.cc:740] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.379560  1305 consensus_queue.cc:260] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.380520  1303 tablet_bootstrap.cc:654] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.387504  1305 ts_tablet_manager.cc:1434] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:11:15.387920  1306 raft_consensus.cc:493] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.388836  1305 tablet_bootstrap.cc:492] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.388577  1306 raft_consensus.cc:515] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.391997  1306 leader_election.cc:290] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d0314939216d4069a43181be5cafc89f (127.0.107.194:33239), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.403110  1305 tablet_bootstrap.cc:654] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.408344  1306 raft_consensus.cc:493] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.409020  1306 raft_consensus.cc:515] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.411576  1306 leader_election.cc:290] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d0314939216d4069a43181be5cafc89f (127.0.107.194:33239), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.416584  1301 tablet_bootstrap.cc:492] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.417070  1301 ts_tablet_manager.cc:1403] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.048s	user 0.022s	sys 0.014s
I20260630 12:11:15.417184  1303 tablet_bootstrap.cc:492] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.417869  1303 ts_tablet_manager.cc:1403] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.044s	user 0.012s	sys 0.020s
I20260630 12:11:15.419862  1301 raft_consensus.cc:359] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.420401  1301 raft_consensus.cc:385] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.420637  1301 raft_consensus.cc:740] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.421283  1301 consensus_queue.cc:260] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.421362  1303 raft_consensus.cc:359] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.422392  1303 raft_consensus.cc:385] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.422785  1303 raft_consensus.cc:740] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.429065  1301 ts_tablet_manager.cc:1434] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.004s
I20260630 12:11:15.429733  1305 tablet_bootstrap.cc:492] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.430226  1305 ts_tablet_manager.cc:1403] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.042s	user 0.014s	sys 0.012s
I20260630 12:11:15.431394  1303 consensus_queue.cc:260] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.431736  1182 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b691d3d9ad49d98085398d6c4b2fb7" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f" is_pre_election: true
I20260630 12:11:15.432896  1305 raft_consensus.cc:359] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.433598  1303 ts_tablet_manager.cc:1434] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260630 12:11:15.433650  1305 raft_consensus.cc:385] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.434075  1255 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d76ee72ed94f93b96ec38752262150" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618" is_pre_election: true
I20260630 12:11:15.434628  1305 raft_consensus.cc:740] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
W20260630 12:11:15.434741  1073 leader_election.cc:343] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d0314939216d4069a43181be5cafc89f (127.0.107.194:33239): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:15.435027  1255 raft_consensus.cc:2468] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 0.
I20260630 12:11:15.435287  1303 tablet_bootstrap.cc:492] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.433508  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d76ee72ed94f93b96ec38752262150" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f" is_pre_election: true
I20260630 12:11:15.436048  1181 raft_consensus.cc:2468] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 0.
I20260630 12:11:15.435612  1305 consensus_queue.cc:260] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.437239  1073 leader_election.cc:304] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 747fc90180d4427eac90fcf79c082e08, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.438339  1305 ts_tablet_manager.cc:1434] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:11:15.439426  1305 tablet_bootstrap.cc:492] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.442137  1303 tablet_bootstrap.cc:654] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.445444  1301 tablet_bootstrap.cc:492] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.446283  1305 tablet_bootstrap.cc:654] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.433373  1256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b691d3d9ad49d98085398d6c4b2fb7" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618" is_pre_election: true
W20260630 12:11:15.448292  1072 leader_election.cc:343] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:15.448740  1072 leader_election.cc:304] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [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: 747fc90180d4427eac90fcf79c082e08; no voters: 1d74f5597dac4ee78c917bf66d274618, d0314939216d4069a43181be5cafc89f
I20260630 12:11:15.450480  1306 raft_consensus.cc:2804] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.452407  1306 raft_consensus.cc:493] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.452816  1306 raft_consensus.cc:3060] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.458869  1305 tablet_bootstrap.cc:492] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.459314  1319 raft_consensus.cc:2749] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:15.459527  1305 ts_tablet_manager.cc:1403] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260630 12:11:15.463276  1305 raft_consensus.cc:359] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.464221  1305 raft_consensus.cc:385] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.464426  1301 tablet_bootstrap.cc:654] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.464632  1305 raft_consensus.cc:740] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.465763  1305 consensus_queue.cc:260] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.467846  1306 raft_consensus.cc:515] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.470073  1306 leader_election.cc:290] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 election: Requested vote from peers d0314939216d4069a43181be5cafc89f (127.0.107.194:33239), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.471145  1256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d76ee72ed94f93b96ec38752262150" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618"
I20260630 12:11:15.471872  1256 raft_consensus.cc:3060] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.474457  1305 ts_tablet_manager.cc:1434] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:11:15.475756  1305 tablet_bootstrap.cc:492] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.478660  1256 raft_consensus.cc:2468] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 1.
I20260630 12:11:15.479800  1072 leader_election.cc:304] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, 747fc90180d4427eac90fcf79c082e08; no voters: 
W20260630 12:11:15.481319  1073 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:33239, user_credentials={real_user=slave}} blocked reactor thread for 44156.3us
I20260630 12:11:15.481382  1316 raft_consensus.cc:2804] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.482438  1316 raft_consensus.cc:697] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 1 LEADER]: Becoming Leader. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Running, Role: LEADER
I20260630 12:11:15.483327  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d76ee72ed94f93b96ec38752262150" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f"
I20260630 12:11:15.483821  1305 tablet_bootstrap.cc:654] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.483912  1181 raft_consensus.cc:3060] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.484030  1316 consensus_queue.cc:237] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.492923  1181 raft_consensus.cc:2468] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 1.
I20260630 12:11:15.499244  1303 tablet_bootstrap.cc:492] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.499704  1303 ts_tablet_manager.cc:1403] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.065s	user 0.028s	sys 0.032s
I20260630 12:11:15.500265  1305 tablet_bootstrap.cc:492] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.500725  1305 ts_tablet_manager.cc:1403] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.011s
I20260630 12:11:15.501821  1003 catalog_manager.cc:5697] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 reported cstate change: term changed from 0 to 1, leader changed from <none> to 747fc90180d4427eac90fcf79c082e08 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "747fc90180d4427eac90fcf79c082e08" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:15.502398  1303 raft_consensus.cc:359] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.503125  1303 raft_consensus.cc:385] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.503175  1301 tablet_bootstrap.cc:492] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.503559  1303 raft_consensus.cc:740] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.503371  1305 raft_consensus.cc:359] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.503981  1301 ts_tablet_manager.cc:1403] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.059s	user 0.012s	sys 0.000s
I20260630 12:11:15.504158  1305 raft_consensus.cc:385] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.504529  1305 raft_consensus.cc:740] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.504478  1303 consensus_queue.cc:260] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.505482  1305 consensus_queue.cc:260] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.506747  1303 ts_tablet_manager.cc:1434] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:11:15.507090  1301 raft_consensus.cc:359] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.507645  1303 tablet_bootstrap.cc:492] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.507802  1301 raft_consensus.cc:385] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.508248  1301 raft_consensus.cc:740] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.508983  1301 consensus_queue.cc:260] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.509780  1305 ts_tablet_manager.cc:1434] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:11:15.510732  1305 tablet_bootstrap.cc:492] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.514374  1303 tablet_bootstrap.cc:654] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.515679  1307 raft_consensus.cc:493] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.516748  1305 tablet_bootstrap.cc:654] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.516258  1307 raft_consensus.cc:515] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.526597  1303 tablet_bootstrap.cc:492] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.526722  1305 tablet_bootstrap.cc:492] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.527155  1303 ts_tablet_manager.cc:1403] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.012s
I20260630 12:11:15.527195  1305 ts_tablet_manager.cc:1403] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.017s	user 0.005s	sys 0.009s
I20260630 12:11:15.530153  1305 raft_consensus.cc:359] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.530339  1303 raft_consensus.cc:359] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.530956  1305 raft_consensus.cc:385] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.530988  1303 raft_consensus.cc:385] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.531406  1305 raft_consensus.cc:740] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.531462  1303 raft_consensus.cc:740] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.532287  1303 consensus_queue.cc:260] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.532824  1307 leader_election.cc:290] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.532346  1305 consensus_queue.cc:260] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.534768  1303 ts_tablet_manager.cc:1434] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:11:15.535758  1303 tablet_bootstrap.cc:492] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.537273  1305 ts_tablet_manager.cc:1434] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:11:15.538265  1305 tablet_bootstrap.cc:492] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.544605  1305 tablet_bootstrap.cc:654] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.545397  1303 tablet_bootstrap.cc:654] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.560410  1305 tablet_bootstrap.cc:492] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.560490  1303 tablet_bootstrap.cc:492] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.560990  1305 ts_tablet_manager.cc:1403] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.023s	user 0.001s	sys 0.010s
I20260630 12:11:15.561090  1303 ts_tablet_manager.cc:1403] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.011s
I20260630 12:11:15.564016  1303 raft_consensus.cc:359] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.564697  1303 raft_consensus.cc:385] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.564985  1303 raft_consensus.cc:740] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.565680  1303 consensus_queue.cc:260] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.568949  1301 ts_tablet_manager.cc:1434] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.064s	user 0.002s	sys 0.031s
I20260630 12:11:15.570521  1303 ts_tablet_manager.cc:1434] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:11:15.571466  1256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54288113e072410ea757db20c593fdcc" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618" is_pre_election: true
I20260630 12:11:15.571465  1305 raft_consensus.cc:359] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.572549  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54288113e072410ea757db20c593fdcc" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08" is_pre_election: true
I20260630 12:11:15.573247  1256 raft_consensus.cc:2468] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 0.
I20260630 12:11:15.573362  1107 raft_consensus.cc:2468] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 0.
I20260630 12:11:15.574319  1305 raft_consensus.cc:385] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.574796  1301 tablet_bootstrap.cc:492] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.574653  1305 raft_consensus.cc:740] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.574644  1147 leader_election.cc:304] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.575821  1305 consensus_queue.cc:260] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.576864  1311 raft_consensus.cc:493] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.577402  1311 raft_consensus.cc:515] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.582160  1323 raft_consensus.cc:2804] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.583065  1323 raft_consensus.cc:493] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.583441  1323 raft_consensus.cc:3060] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.582377  1311 leader_election.cc:290] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:15.584913  1303 tablet_bootstrap.cc:492] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.590124  1301 tablet_bootstrap.cc:654] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.594830  1303 tablet_bootstrap.cc:654] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.599385  1305 ts_tablet_manager.cc:1434] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.038s	user 0.011s	sys 0.007s
I20260630 12:11:15.601749  1323 raft_consensus.cc:515] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.604897  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54288113e072410ea757db20c593fdcc" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08"
I20260630 12:11:15.605441  1107 raft_consensus.cc:3060] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.606901  1305 tablet_bootstrap.cc:492] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.608711  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b29ab29c1374dfc9898fcc75ce61a56" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f" is_pre_election: true
W20260630 12:11:15.610651  1222 leader_election.cc:343] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d0314939216d4069a43181be5cafc89f (127.0.107.194:33239): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:15.611893  1107 raft_consensus.cc:2468] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 1.
I20260630 12:11:15.613101  1146 leader_election.cc:304] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 747fc90180d4427eac90fcf79c082e08, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.613956  1307 raft_consensus.cc:2804] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.615113  1307 raft_consensus.cc:697] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Becoming Leader. State: Replica: d0314939216d4069a43181be5cafc89f, State: Running, Role: LEADER
I20260630 12:11:15.615937  1307 consensus_queue.cc:237] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.617363  1305 tablet_bootstrap.cc:654] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.624521  1256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54288113e072410ea757db20c593fdcc" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618"
I20260630 12:11:15.625088  1256 raft_consensus.cc:3060] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.624913  1003 catalog_manager.cc:5697] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f reported cstate change: term changed from 0 to 1, leader changed from <none> to d0314939216d4069a43181be5cafc89f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d0314939216d4069a43181be5cafc89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:15.629173  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b29ab29c1374dfc9898fcc75ce61a56" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08" is_pre_election: true
I20260630 12:11:15.629769  1107 raft_consensus.cc:2468] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 0.
I20260630 12:11:15.630973  1220 leader_election.cc:304] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [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: 1d74f5597dac4ee78c917bf66d274618, 747fc90180d4427eac90fcf79c082e08; no voters: d0314939216d4069a43181be5cafc89f
I20260630 12:11:15.631965  1330 raft_consensus.cc:2804] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.632350  1330 raft_consensus.cc:493] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.632658  1330 raft_consensus.cc:3060] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.631445  1256 raft_consensus.cc:2468] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 1.
I20260630 12:11:15.634361  1323 leader_election.cc:290] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 election: Requested vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.638604  1305 tablet_bootstrap.cc:492] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.639050  1305 ts_tablet_manager.cc:1403] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.032s	user 0.006s	sys 0.005s
I20260630 12:11:15.639101  1303 tablet_bootstrap.cc:492] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.639699  1301 tablet_bootstrap.cc:492] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.639066  1330 raft_consensus.cc:515] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.639967  1303 ts_tablet_manager.cc:1403] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.055s	user 0.018s	sys 0.016s
I20260630 12:11:15.640194  1301 ts_tablet_manager.cc:1403] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.066s	user 0.005s	sys 0.025s
I20260630 12:11:15.642143  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b29ab29c1374dfc9898fcc75ce61a56" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08"
I20260630 12:11:15.642154  1305 raft_consensus.cc:359] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.642871  1107 raft_consensus.cc:3060] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.643069  1305 raft_consensus.cc:385] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.642917  1303 raft_consensus.cc:359] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.643621  1305 raft_consensus.cc:740] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.643980  1303 raft_consensus.cc:385] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.644304  1303 raft_consensus.cc:740] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.644426  1305 consensus_queue.cc:260] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.643155  1301 raft_consensus.cc:359] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.645285  1301 raft_consensus.cc:385] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.645020  1303 consensus_queue.cc:260] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.645588  1301 raft_consensus.cc:740] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.646440  1301 consensus_queue.cc:260] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.647601  1303 ts_tablet_manager.cc:1434] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:11:15.648463  1301 ts_tablet_manager.cc:1434] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:11:15.648525  1303 tablet_bootstrap.cc:492] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08: Bootstrap starting.
I20260630 12:11:15.649286  1107 raft_consensus.cc:2468] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 1.
I20260630 12:11:15.650444  1305 ts_tablet_manager.cc:1434] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:11:15.650367  1220 leader_election.cc:304] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, 747fc90180d4427eac90fcf79c082e08; no voters: 
I20260630 12:11:15.651290  1311 raft_consensus.cc:2804] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.651494  1305 tablet_bootstrap.cc:492] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618: Bootstrap starting.
I20260630 12:11:15.654114  1301 tablet_bootstrap.cc:492] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.658028  1305 tablet_bootstrap.cc:654] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.658629  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b29ab29c1374dfc9898fcc75ce61a56" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f"
I20260630 12:11:15.659228  1181 raft_consensus.cc:3060] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.660815  1301 tablet_bootstrap.cc:654] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.665635  1181 raft_consensus.cc:2468] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 1.
I20260630 12:11:15.667425  1330 leader_election.cc:290] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 election: Requested vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:15.669710  1305 tablet_bootstrap.cc:492] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618: No bootstrap required, opened a new log
I20260630 12:11:15.670275  1305 ts_tablet_manager.cc:1403] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260630 12:11:15.673355  1305 raft_consensus.cc:359] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.674237  1311 raft_consensus.cc:697] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 1 LEADER]: Becoming Leader. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Running, Role: LEADER
I20260630 12:11:15.674377  1305 raft_consensus.cc:385] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.674783  1305 raft_consensus.cc:740] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.675108  1311 consensus_queue.cc:237] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.676357  1305 consensus_queue.cc:260] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.678303  1305 ts_tablet_manager.cc:1434] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:11:15.681453  1303 tablet_bootstrap.cc:654] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.684463  1301 tablet_bootstrap.cc:492] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.685101  1301 ts_tablet_manager.cc:1403] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.031s	user 0.010s	sys 0.014s
I20260630 12:11:15.685421  1004 catalog_manager.cc:5697] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1d74f5597dac4ee78c917bf66d274618" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:15.686620  1303 tablet_bootstrap.cc:492] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08: No bootstrap required, opened a new log
I20260630 12:11:15.687026  1303 ts_tablet_manager.cc:1403] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08: Time spent bootstrapping tablet: real 0.039s	user 0.005s	sys 0.005s
I20260630 12:11:15.687558  1301 raft_consensus.cc:359] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.688762  1301 raft_consensus.cc:385] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.689043  1301 raft_consensus.cc:740] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.689845  1301 consensus_queue.cc:260] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.690346  1303 raft_consensus.cc:359] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.690945  1303 raft_consensus.cc:385] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.691212  1303 raft_consensus.cc:740] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.691844  1303 consensus_queue.cc:260] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.692117  1301 ts_tablet_manager.cc:1434] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:11:15.692140  1058 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:15.693287  1301 tablet_bootstrap.cc:492] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.693715  1303 ts_tablet_manager.cc:1434] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.001s
W20260630 12:11:15.695228  1058 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
W20260630 12:11:15.698858  1053 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:11:15.700178  1301 tablet_bootstrap.cc:654] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.704538  1301 tablet_bootstrap.cc:492] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.704965  1301 ts_tablet_manager.cc:1403] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.001s
I20260630 12:11:15.707650  1301 raft_consensus.cc:359] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.708333  1301 raft_consensus.cc:385] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.708630  1301 raft_consensus.cc:740] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.709287  1301 consensus_queue.cc:260] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.710762  1301 ts_tablet_manager.cc:1434] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260630 12:11:15.711498  1301 tablet_bootstrap.cc:492] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.716975  1301 tablet_bootstrap.cc:654] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.717630  1316 raft_consensus.cc:493] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.717691  1323 raft_consensus.cc:493] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.718329  1316 raft_consensus.cc:515] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.718417  1323 raft_consensus.cc:515] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.720570  1323 leader_election.cc:290] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.721804  1256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7907462654c4af384bf0dfbab4f40bd" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618" is_pre_election: true
I20260630 12:11:15.722033  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7907462654c4af384bf0dfbab4f40bd" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08" is_pre_election: true
I20260630 12:11:15.722155  1316 leader_election.cc:290] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d0314939216d4069a43181be5cafc89f (127.0.107.194:33239), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.722440  1256 raft_consensus.cc:2468] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 0.
I20260630 12:11:15.722553  1107 raft_consensus.cc:2468] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 0.
I20260630 12:11:15.723495  1255 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0285a0dbb3b428cb79c2e3b227667fc" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618" is_pre_election: true
I20260630 12:11:15.723706  1147 leader_election.cc:304] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.724086  1255 raft_consensus.cc:2468] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 0.
I20260630 12:11:15.724479  1323 raft_consensus.cc:2804] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.724936  1323 raft_consensus.cc:493] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.725332  1323 raft_consensus.cc:3060] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.726099  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0285a0dbb3b428cb79c2e3b227667fc" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f" is_pre_election: true
I20260630 12:11:15.726087  1072 leader_election.cc:304] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, 747fc90180d4427eac90fcf79c082e08; no voters: 
I20260630 12:11:15.726889  1181 raft_consensus.cc:2468] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 0.
I20260630 12:11:15.727087  1316 raft_consensus.cc:2804] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.727574  1316 raft_consensus.cc:493] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.727974  1316 raft_consensus.cc:3060] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.728462  1301 tablet_bootstrap.cc:492] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.728856  1301 ts_tablet_manager.cc:1403] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.001s
I20260630 12:11:15.730877  1301 raft_consensus.cc:359] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.731390  1301 raft_consensus.cc:385] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.731763  1301 raft_consensus.cc:740] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.731421  1323 raft_consensus.cc:515] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.732412  1301 consensus_queue.cc:260] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.734571  1255 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7907462654c4af384bf0dfbab4f40bd" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618"
I20260630 12:11:15.734467  1316 raft_consensus.cc:515] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.734959  1301 ts_tablet_manager.cc:1434] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:11:15.735131  1255 raft_consensus.cc:3060] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.735965  1301 tablet_bootstrap.cc:492] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f: Bootstrap starting.
I20260630 12:11:15.737905  1256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0285a0dbb3b428cb79c2e3b227667fc" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618"
I20260630 12:11:15.738454  1256 raft_consensus.cc:3060] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.739012  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e7907462654c4af384bf0dfbab4f40bd" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08"
I20260630 12:11:15.739141  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0285a0dbb3b428cb79c2e3b227667fc" candidate_uuid: "747fc90180d4427eac90fcf79c082e08" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f"
I20260630 12:11:15.739564  1107 raft_consensus.cc:3060] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.739777  1181 raft_consensus.cc:3060] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.742599  1301 tablet_bootstrap.cc:654] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:15.749202  1181 raft_consensus.cc:2468] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 1.
I20260630 12:11:15.749934  1323 leader_election.cc:290] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 election: Requested vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.749487  1107 raft_consensus.cc:2468] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 1.
I20260630 12:11:15.750849  1256 raft_consensus.cc:2468] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 747fc90180d4427eac90fcf79c082e08 in term 1.
I20260630 12:11:15.751770  1146 leader_election.cc:304] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 747fc90180d4427eac90fcf79c082e08, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.752565  1316 leader_election.cc:290] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 election: Requested vote from peers d0314939216d4069a43181be5cafc89f (127.0.107.194:33239), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.751925  1072 leader_election.cc:304] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, 747fc90180d4427eac90fcf79c082e08; no voters: 
I20260630 12:11:15.753571  1323 raft_consensus.cc:2804] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.753814  1316 raft_consensus.cc:2804] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.754079  1323 raft_consensus.cc:697] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Becoming Leader. State: Replica: d0314939216d4069a43181be5cafc89f, State: Running, Role: LEADER
I20260630 12:11:15.754271  1316 raft_consensus.cc:697] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 1 LEADER]: Becoming Leader. State: Replica: 747fc90180d4427eac90fcf79c082e08, State: Running, Role: LEADER
I20260630 12:11:15.749197  1255 raft_consensus.cc:2468] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 1.
I20260630 12:11:15.755900  1301 tablet_bootstrap.cc:492] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f: No bootstrap required, opened a new log
I20260630 12:11:15.756312  1301 ts_tablet_manager.cc:1403] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.009s
I20260630 12:11:15.754993  1316 consensus_queue.cc:237] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.758730  1301 raft_consensus.cc:359] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.759184  1301 raft_consensus.cc:385] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:15.759424  1301 raft_consensus.cc:740] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0314939216d4069a43181be5cafc89f, State: Initialized, Role: FOLLOWER
I20260630 12:11:15.754907  1323 consensus_queue.cc:237] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.760004  1301 consensus_queue.cc:260] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.761458  1301 ts_tablet_manager.cc:1434] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:11:15.764781  1004 catalog_manager.cc:5697] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 reported cstate change: term changed from 0 to 1, leader changed from <none> to 747fc90180d4427eac90fcf79c082e08 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "747fc90180d4427eac90fcf79c082e08" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:15.767488  1005 catalog_manager.cc:5697] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f reported cstate change: term changed from 0 to 1, leader changed from <none> to d0314939216d4069a43181be5cafc89f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d0314939216d4069a43181be5cafc89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:15.786070  1311 raft_consensus.cc:493] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.786502  1311 raft_consensus.cc:515] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.788244  1311 leader_election.cc:290] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:15.788858  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b691d3d9ad49d98085398d6c4b2fb7" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08" is_pre_election: true
I20260630 12:11:15.789337  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b691d3d9ad49d98085398d6c4b2fb7" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f" is_pre_election: true
I20260630 12:11:15.789477  1107 raft_consensus.cc:2468] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 0.
I20260630 12:11:15.790436  1181 raft_consensus.cc:2468] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 0.
I20260630 12:11:15.790928  1220 leader_election.cc:304] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, 747fc90180d4427eac90fcf79c082e08; no voters: 
I20260630 12:11:15.791586  1311 raft_consensus.cc:2804] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.791864  1311 raft_consensus.cc:493] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.792125  1311 raft_consensus.cc:3060] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.796629  1311 raft_consensus.cc:515] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.798849  1311 leader_election.cc:290] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 election: Requested vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:15.799450  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b691d3d9ad49d98085398d6c4b2fb7" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f"
I20260630 12:11:15.799579  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b691d3d9ad49d98085398d6c4b2fb7" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08"
I20260630 12:11:15.800130  1107 raft_consensus.cc:3060] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.800076  1181 raft_consensus.cc:3060] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.806808  1107 raft_consensus.cc:2468] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 1.
I20260630 12:11:15.806808  1181 raft_consensus.cc:2468] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 1.
I20260630 12:11:15.807991  1222 leader_election.cc:304] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.808678  1311 raft_consensus.cc:2804] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.809044  1311 raft_consensus.cc:697] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 1 LEADER]: Becoming Leader. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Running, Role: LEADER
I20260630 12:11:15.809769  1311 consensus_queue.cc:237] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.816416  1005 catalog_manager.cc:5697] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1d74f5597dac4ee78c917bf66d274618" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:15.873314  1323 raft_consensus.cc:493] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.873828  1323 raft_consensus.cc:515] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.875624  1323 leader_election.cc:290] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.876379  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c32344a183d5409ea5b5cf7c57bbbb82" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08" is_pre_election: true
I20260630 12:11:15.876524  1255 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c32344a183d5409ea5b5cf7c57bbbb82" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618" is_pre_election: true
I20260630 12:11:15.876917  1107 raft_consensus.cc:2468] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 0.
I20260630 12:11:15.877084  1255 raft_consensus.cc:2468] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 0.
I20260630 12:11:15.877902  1146 leader_election.cc:304] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 747fc90180d4427eac90fcf79c082e08, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.878588  1323 raft_consensus.cc:2804] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.878932  1323 raft_consensus.cc:493] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.879114  1311 raft_consensus.cc:493] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:15.879288  1323 raft_consensus.cc:3060] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.879554  1311 raft_consensus.cc:515] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.881548  1311 leader_election.cc:290] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:15.882290  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435c78dde3cb492791555a4282f1393d" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f" is_pre_election: true
I20260630 12:11:15.882951  1181 raft_consensus.cc:2468] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 0.
I20260630 12:11:15.884071  1222 leader_election.cc:304] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.884670  1311 raft_consensus.cc:2804] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:15.882284  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435c78dde3cb492791555a4282f1393d" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08" is_pre_election: true
I20260630 12:11:15.884878  1323 raft_consensus.cc:515] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.885581  1107 raft_consensus.cc:2468] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 0.
I20260630 12:11:15.885136  1311 raft_consensus.cc:493] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:15.886515  1311 raft_consensus.cc:3060] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.886802  1323 leader_election.cc:290] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 election: Requested vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:15.887745  1255 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c32344a183d5409ea5b5cf7c57bbbb82" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d74f5597dac4ee78c917bf66d274618"
I20260630 12:11:15.888239  1255 raft_consensus.cc:3060] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.888172  1107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c32344a183d5409ea5b5cf7c57bbbb82" candidate_uuid: "d0314939216d4069a43181be5cafc89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08"
I20260630 12:11:15.889297  1107 raft_consensus.cc:3060] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.892894  1255 raft_consensus.cc:2468] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 1.
I20260630 12:11:15.893874  1147 leader_election.cc:304] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, d0314939216d4069a43181be5cafc89f; no voters: 
I20260630 12:11:15.893218  1311 raft_consensus.cc:515] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.894527  1323 raft_consensus.cc:2804] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.895030  1323 raft_consensus.cc:697] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Becoming Leader. State: Replica: d0314939216d4069a43181be5cafc89f, State: Running, Role: LEADER
I20260630 12:11:15.895823  1323 consensus_queue.cc:237] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.896234  1106 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435c78dde3cb492791555a4282f1393d" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "747fc90180d4427eac90fcf79c082e08"
I20260630 12:11:15.896152  1311 leader_election.cc:290] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 election: Requested vote from peers 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959), d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:15.896872  1106 raft_consensus.cc:3060] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.896881  1107 raft_consensus.cc:2468] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0314939216d4069a43181be5cafc89f in term 1.
I20260630 12:11:15.898449  1181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "435c78dde3cb492791555a4282f1393d" candidate_uuid: "1d74f5597dac4ee78c917bf66d274618" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d0314939216d4069a43181be5cafc89f"
I20260630 12:11:15.899274  1181 raft_consensus.cc:3060] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:15.904064  1106 raft_consensus.cc:2468] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 1.
I20260630 12:11:15.904417  1181 raft_consensus.cc:2468] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d74f5597dac4ee78c917bf66d274618 in term 1.
I20260630 12:11:15.905025  1220 leader_election.cc:304] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d74f5597dac4ee78c917bf66d274618, 747fc90180d4427eac90fcf79c082e08; no voters: 
I20260630 12:11:15.905961  1311 raft_consensus.cc:2804] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:15.906378  1311 raft_consensus.cc:697] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 1 LEADER]: Becoming Leader. State: Replica: 1d74f5597dac4ee78c917bf66d274618, State: Running, Role: LEADER
I20260630 12:11:15.907055  1311 consensus_queue.cc:237] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } }
I20260630 12:11:15.906992  1005 catalog_manager.cc:5697] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f reported cstate change: term changed from 0 to 1, leader changed from <none> to d0314939216d4069a43181be5cafc89f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d0314939216d4069a43181be5cafc89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:15.915879  1004 catalog_manager.cc:5697] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1d74f5597dac4ee78c917bf66d274618" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:16.041918  1316 consensus_queue.cc:1048] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.051113  1316 consensus_queue.cc:1048] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.060160   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:16.067898  1357 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:16.069602  1358 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:16.073745  1360 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:16.074065   431 server_base.cc:1061] running on GCE node
I20260630 12:11:16.074371  1323 consensus_queue.cc:1048] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.075346   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:16.075778   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:16.076004   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821476075985 us; error 0 us; skew 500 ppm
I20260630 12:11:16.076745   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:16.080780   431 webserver.cc:533] Webserver started at http://127.0.107.196:39861/ using document root <none> and password file <none>
I20260630 12:11:16.081372   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:16.081624   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:16.081964   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:16.083264   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "f92d64f49f384057940a89190955708f"
format_stamp: "Formatted at 2026-06-30 12:11:16 on dist-test-slave-t06f"
I20260630 12:11:16.089396  1335 consensus_queue.cc:1048] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.091899   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:11:16.098970  1367 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:16.099828   431 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:11:16.100186   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "f92d64f49f384057940a89190955708f"
format_stamp: "Formatted at 2026-06-30 12:11:16 on dist-test-slave-t06f"
I20260630 12:11:16.100543   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:16.141875   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:16.142992   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:16.144348   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:16.146478   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:16.146749   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:16.146768  1311 consensus_queue.cc:1048] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.147202   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:16.147487   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:11:16.159868  1330 consensus_queue.cc:1048] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.214309   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37501
I20260630 12:11:16.214396  1431 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37501 every 8 connection(s)
I20260630 12:11:16.230152  1432 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34515
I20260630 12:11:16.230484  1432 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:16.231212  1432 heartbeater.cc:507] Master 127.0.107.254:34515 requested a full tablet report, sending...
I20260630 12:11:16.233175  1005 ts_manager.cc:194] Registered new tserver with Master: f92d64f49f384057940a89190955708f (127.0.107.196:37501)
I20260630 12:11:16.233866  1335 consensus_queue.cc:1048] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.234896  1005 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50656
I20260630 12:11:16.244959  1335 consensus_queue.cc:1048] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.305981  1316 consensus_queue.cc:1048] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.311347  1316 consensus_queue.cc:1048] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.347302  1335 consensus_queue.cc:1048] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.350557  1330 consensus_queue.cc:1048] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.351279  1311 consensus_queue.cc:1048] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.363780  1307 consensus_queue.cc:1048] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.379998  1311 consensus_queue.cc:1048] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:16.390586  1330 consensus_queue.cc:1048] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:17.237834  1432 heartbeater.cc:499] Master 127.0.107.254:34515 was elected leader, sending a full tablet report...
I20260630 12:11:17.696198  1058 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:17.701323  1058 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:17.701741  1058 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:19.702606  1058 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:19.708374  1058 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:19.708714  1058 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:21.709703  1058 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:21.718628  1058 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:21.719168  1058 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:21.736538  1182 consensus_queue.cc:237] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [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: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } attrs { replace: true } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } }
I20260630 12:11:21.744064  1256 raft_consensus.cc:1275] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Refusing update from remote peer d0314939216d4069a43181be5cafc89f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.745759  1106 raft_consensus.cc:1275] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Refusing update from remote peer d0314939216d4069a43181be5cafc89f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.746034  1451 consensus_queue.cc:1048] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:21.747099  1307 consensus_queue.cc:1048] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:11:21.755970  1146 consensus_peers.cc:597] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f -> Peer f92d64f49f384057940a89190955708f (127.0.107.196:37501): Couldn't send request to peer f92d64f49f384057940a89190955708f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c32344a183d5409ea5b5cf7c57bbbb82. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:21.756386  1451 raft_consensus.cc:2955] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } attrs { replace: true } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.758288  1256 raft_consensus.cc:2955] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } attrs { replace: true } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.762324  1106 raft_consensus.cc:2955] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } attrs { replace: true } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.772758  1005 catalog_manager.cc:5697] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f reported cstate change: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d0314939216d4069a43181be5cafc89f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:21.792989  1256 consensus_queue.cc:237] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [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: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } }
I20260630 12:11:21.800184  1182 raft_consensus.cc:1275] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Refusing update from remote peer 1d74f5597dac4ee78c917bf66d274618: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.801651  1459 consensus_queue.cc:1048] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:21.805881  1106 raft_consensus.cc:1275] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Refusing update from remote peer 1d74f5597dac4ee78c917bf66d274618: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.807762  1459 consensus_queue.cc:1048] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:11:21.817869  1220 consensus_peers.cc:597] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 -> Peer f92d64f49f384057940a89190955708f (127.0.107.196:37501): Couldn't send request to peer f92d64f49f384057940a89190955708f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 435c78dde3cb492791555a4282f1393d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:21.818553  1447 raft_consensus.cc:2955] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.822144  1106 raft_consensus.cc:2955] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.822253  1182 raft_consensus.cc:2955] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.835589  1004 catalog_manager.cc:5697] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 reported cstate change: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1d74f5597dac4ee78c917bf66d274618" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.845981  1106 consensus_queue.cc:237] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [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: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } attrs { replace: true } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } }
I20260630 12:11:21.856003  1256 raft_consensus.cc:1275] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Refusing update from remote peer 747fc90180d4427eac90fcf79c082e08: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.857152  1182 raft_consensus.cc:1275] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Refusing update from remote peer 747fc90180d4427eac90fcf79c082e08: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.857378  1306 consensus_queue.cc:1048] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:21.859045  1471 consensus_queue.cc:1048] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:21.865165  1306 raft_consensus.cc:2955] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } attrs { replace: true } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
W20260630 12:11:21.867610  1071 consensus_peers.cc:597] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 -> Peer f92d64f49f384057940a89190955708f (127.0.107.196:37501): Couldn't send request to peer f92d64f49f384057940a89190955708f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b3d76ee72ed94f93b96ec38752262150. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:21.867053  1255 raft_consensus.cc:2955] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } attrs { replace: true } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.870285  1182 raft_consensus.cc:2955] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } attrs { replace: true } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.877844  1005 catalog_manager.cc:5697] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 reported cstate change: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "747fc90180d4427eac90fcf79c082e08" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:21.880455  1181 consensus_queue.cc:237] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [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: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } }
W20260630 12:11:21.903294  1146 consensus_peers.cc:597] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f -> Peer f92d64f49f384057940a89190955708f (127.0.107.196:37501): Couldn't send request to peer f92d64f49f384057940a89190955708f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 54288113e072410ea757db20c593fdcc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:21.903540  1255 raft_consensus.cc:1275] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Refusing update from remote peer d0314939216d4069a43181be5cafc89f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.904240  1106 raft_consensus.cc:1275] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Refusing update from remote peer d0314939216d4069a43181be5cafc89f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:21.905298  1451 consensus_queue.cc:1048] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:21.906201  1457 consensus_queue.cc:1048] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:21.913287  1451 raft_consensus.cc:2955] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.916970  1106 raft_consensus.cc:2955] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.918210  1255 raft_consensus.cc:2955] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } } }
I20260630 12:11:21.925145  1004 catalog_manager.cc:5697] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f reported cstate change: config changed from index -1 to 2, NON_VOTER f92d64f49f384057940a89190955708f (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d0314939216d4069a43181be5cafc89f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "747fc90180d4427eac90fcf79c082e08" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43959 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d0314939216d4069a43181be5cafc89f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1d74f5597dac4ee78c917bf66d274618" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35743 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f92d64f49f384057940a89190955708f" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37501 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:22.248922   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:22.276401   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:22.277019   431 tablet_replica.cc:333] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.277647   431 raft_consensus.cc:2243] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.278204   431 raft_consensus.cc:2272] T e7907462654c4af384bf0dfbab4f40bd P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.279906   431 tablet_replica.cc:333] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.280520   431 raft_consensus.cc:2243] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.280964   431 raft_consensus.cc:2272] T 435c78dde3cb492791555a4282f1393d P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.282992   431 tablet_replica.cc:333] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.283502   431 raft_consensus.cc:2243] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.283881   431 raft_consensus.cc:2272] T 3b29ab29c1374dfc9898fcc75ce61a56 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.285513   431 tablet_replica.cc:333] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.286126   431 raft_consensus.cc:2243] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.286527   431 raft_consensus.cc:2272] T 82b691d3d9ad49d98085398d6c4b2fb7 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.288123   431 tablet_replica.cc:333] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.288698   431 raft_consensus.cc:2243] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.289120   431 raft_consensus.cc:2272] T c32344a183d5409ea5b5cf7c57bbbb82 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.291168   431 tablet_replica.cc:333] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.291796   431 raft_consensus.cc:2243] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.292521   431 raft_consensus.cc:2272] T d0285a0dbb3b428cb79c2e3b227667fc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.294167   431 tablet_replica.cc:333] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.294615   431 raft_consensus.cc:2243] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.295017   431 raft_consensus.cc:2272] T 54288113e072410ea757db20c593fdcc P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.297075   431 tablet_replica.cc:333] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08: stopping tablet replica
I20260630 12:11:22.297518   431 raft_consensus.cc:2243] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.298369   431 raft_consensus.cc:2272] T b3d76ee72ed94f93b96ec38752262150 P 747fc90180d4427eac90fcf79c082e08 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.318060   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:11:22.324541  1146 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43959: connect: Connection refused (error 111)
W20260630 12:11:22.332674  1146 consensus_peers.cc:597] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f -> Peer 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959): Couldn't send request to peer 747fc90180d4427eac90fcf79c082e08. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43959: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:22.337496   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:11:22.360316  1222 consensus_peers.cc:597] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 -> Peer d0314939216d4069a43181be5cafc89f (127.0.107.194:33239): Couldn't send request to peer d0314939216d4069a43181be5cafc89f. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:22.361965   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:22.364018   431 tablet_replica.cc:333] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.364850   431 raft_consensus.cc:2243] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.365475   431 raft_consensus.cc:2272] T 435c78dde3cb492791555a4282f1393d P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:11:22.366001  1220 consensus_peers.cc:597] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 -> Peer 747fc90180d4427eac90fcf79c082e08 (127.0.107.193:43959): Couldn't send request to peer 747fc90180d4427eac90fcf79c082e08. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43959: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:22.369226   431 tablet_replica.cc:333] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.369941   431 raft_consensus.cc:2243] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.372226   431 raft_consensus.cc:2272] T e7907462654c4af384bf0dfbab4f40bd P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.372483  1484 ts_tablet_manager.cc:933] T c32344a183d5409ea5b5cf7c57bbbb82 P f92d64f49f384057940a89190955708f: Initiating tablet copy from peer d0314939216d4069a43181be5cafc89f (127.0.107.194:33239)
I20260630 12:11:22.375515   431 tablet_replica.cc:333] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.376663   431 raft_consensus.cc:2243] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.377342   431 raft_consensus.cc:2272] T 3b29ab29c1374dfc9898fcc75ce61a56 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.378765  1483 ts_tablet_manager.cc:933] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: Initiating tablet copy from peer 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743)
I20260630 12:11:22.378950  1484 tablet_copy_client.cc:323] T c32344a183d5409ea5b5cf7c57bbbb82 P f92d64f49f384057940a89190955708f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33239
I20260630 12:11:22.379539   431 tablet_replica.cc:333] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.380275   431 raft_consensus.cc:2243] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.380690   431 raft_consensus.cc:2272] T 82b691d3d9ad49d98085398d6c4b2fb7 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.382972   431 tablet_replica.cc:333] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.383669   431 raft_consensus.cc:2243] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.384490   431 raft_consensus.cc:2272] T c32344a183d5409ea5b5cf7c57bbbb82 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.386786   431 tablet_replica.cc:333] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.387511   431 raft_consensus.cc:2243] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.388032   431 raft_consensus.cc:2272] T d0285a0dbb3b428cb79c2e3b227667fc P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.389988  1483 tablet_copy_client.cc:323] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35743
I20260630 12:11:22.390123   431 tablet_replica.cc:333] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.390769   431 raft_consensus.cc:2243] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.397941   431 raft_consensus.cc:2272] T b3d76ee72ed94f93b96ec38752262150 P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.402850   431 tablet_replica.cc:333] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f: stopping tablet replica
I20260630 12:11:22.403769   431 raft_consensus.cc:2243] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.405272   431 raft_consensus.cc:2272] T 54288113e072410ea757db20c593fdcc P d0314939216d4069a43181be5cafc89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.415469  1266 tablet_copy_service.cc:140] P 1d74f5597dac4ee78c917bf66d274618: Received BeginTabletCopySession request for tablet 435c78dde3cb492791555a4282f1393d from peer f92d64f49f384057940a89190955708f ({username='slave'} at 127.0.0.1:58208)
I20260630 12:11:22.416085  1266 tablet_copy_service.cc:161] P 1d74f5597dac4ee78c917bf66d274618: Beginning new tablet copy session on tablet 435c78dde3cb492791555a4282f1393d from peer f92d64f49f384057940a89190955708f at {username='slave'} at 127.0.0.1:58208: session id = f92d64f49f384057940a89190955708f-435c78dde3cb492791555a4282f1393d
I20260630 12:11:22.427268  1266 tablet_copy_source_session.cc:215] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:11:22.427625   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:22.430873  1483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 435c78dde3cb492791555a4282f1393d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:22.445842  1483 tablet_copy_client.cc:806] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: tablet copy: Starting download of 0 data blocks...
I20260630 12:11:22.446564  1483 tablet_copy_client.cc:670] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:11:22.447191   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:11:22.451464  1369 connection.cc:466] server connection from 127.0.0.1:59186 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:59186 (request call id 2) could send its response
I20260630 12:11:22.460177   431 tablet_copy_service.cc:362] P 1d74f5597dac4ee78c917bf66d274618: Destroying tablet copy session f92d64f49f384057940a89190955708f-435c78dde3cb492791555a4282f1393d due to service shutdown
I20260630 12:11:22.460502   431 tablet_copy_service.cc:434] P 1d74f5597dac4ee78c917bf66d274618: ending tablet copy session f92d64f49f384057940a89190955708f-435c78dde3cb492791555a4282f1393d on tablet 435c78dde3cb492791555a4282f1393d with peer f92d64f49f384057940a89190955708f
I20260630 12:11:22.475598   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:22.476231   431 tablet_replica.cc:333] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.476826   431 raft_consensus.cc:2243] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.477337   431 raft_consensus.cc:2272] T c32344a183d5409ea5b5cf7c57bbbb82 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.479792   431 tablet_replica.cc:333] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.480360   431 raft_consensus.cc:2243] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.480762   431 raft_consensus.cc:2272] T d0285a0dbb3b428cb79c2e3b227667fc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.482555   431 tablet_replica.cc:333] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.483080   431 raft_consensus.cc:2243] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.484176   431 raft_consensus.cc:2272] T 435c78dde3cb492791555a4282f1393d P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.486701   431 tablet_replica.cc:333] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.487272   431 raft_consensus.cc:2243] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.487959   431 raft_consensus.cc:2272] T 82b691d3d9ad49d98085398d6c4b2fb7 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.489600   431 tablet_replica.cc:333] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.490242   431 raft_consensus.cc:2243] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.490922   431 raft_consensus.cc:2272] T 3b29ab29c1374dfc9898fcc75ce61a56 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.492554   431 tablet_replica.cc:333] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.493070   431 raft_consensus.cc:2243] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.493469   431 raft_consensus.cc:2272] T e7907462654c4af384bf0dfbab4f40bd P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.495090   431 tablet_replica.cc:333] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.495607   431 raft_consensus.cc:2243] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.496052   431 raft_consensus.cc:2272] T 54288113e072410ea757db20c593fdcc P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.498230   431 tablet_replica.cc:333] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618: stopping tablet replica
I20260630 12:11:22.498713   431 raft_consensus.cc:2243] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:22.499148   431 raft_consensus.cc:2272] T b3d76ee72ed94f93b96ec38752262150 P 1d74f5597dac4ee78c917bf66d274618 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.526269   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:22.544562   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:11:22.562076   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260630 12:11:22.569628  1483 ts_tablet_manager.cc:1011] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: Tablet Copy: Unable to fetch data from remote peer 1d74f5597dac4ee78c917bf66d274618 (127.0.107.195:35743): Network error: Unable to download WAL segment with seq. number 1: unable to fetch data from remote: Client connection negotiation failed: client connection to 127.0.107.195:35743: connect: Connection refused (error 111)
I20260630 12:11:22.570062  1483 tablet_replica.cc:333] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: stopping tablet replica
I20260630 12:11:22.570307  1483 raft_consensus.cc:2243] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:11:22.570668  1483 raft_consensus.cc:2272] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f [term 1 LEARNER]: Raft consensus is shut down!
W20260630 12:11:22.572759  1483 tablet_copy_client.cc:1131] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:35743: connect: Connection refused (error 111)
W20260630 12:11:22.574036  1483 tablet_metadata.cc:476] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet 435c78dde3cb492791555a4282f1393d but one is already registered
I20260630 12:11:22.574361  1483 ts_tablet_manager.cc:1916] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:11:22.583784  1483 ts_tablet_manager.cc:1929] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.0
I20260630 12:11:22.584110  1483 log.cc:1199] T 435c78dde3cb492791555a4282f1393d P f92d64f49f384057940a89190955708f: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821463202658-431-0/minicluster-data/ts-3-root/wals/435c78dde3cb492791555a4282f1393d
I20260630 12:11:22.601585   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:11:22.608558   431 master.cc:562] Master@127.0.107.254:34515 shutting down...
W20260630 12:11:22.627115  1053 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:11:22.628175   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:22.628562   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:22.628798   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 355f74bb4eb44c3f88f04b1d0e167723: stopping tablet replica
I20260630 12:11:22.646939   431 master.cc:584] Master@127.0.107.254:34515 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9115 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:11:22.676224   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46131,127.0.107.253:39837,127.0.107.252:39675
I20260630 12:11:22.677358   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:22.682339  1491 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:22.682596  1492 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:22.683552  1494 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:22.684103   431 server_base.cc:1061] running on GCE node
I20260630 12:11:22.684904   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:22.685072   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:22.685187   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821482685176 us; error 0 us; skew 500 ppm
I20260630 12:11:22.685591   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:22.687747   431 webserver.cc:533] Webserver started at http://127.0.107.254:45667/ using document root <none> and password file <none>
I20260630 12:11:22.688190   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:22.688347   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:22.688544   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:22.689476   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "ade8bbb48c9e487bb5689af1f8446959"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-t06f"
I20260630 12:11:22.693416   431 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:11:22.696607  1499 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:22.697299   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:11:22.697569   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "ade8bbb48c9e487bb5689af1f8446959"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-t06f"
I20260630 12:11:22.697885   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:22.713546   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:22.714500   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:22.747229   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46131
I20260630 12:11:22.747323  1550 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46131 every 8 connection(s)
I20260630 12:11:22.750809  1551 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:22.750938   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:22.756031  1553 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:22.756223  1554 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:22.758788  1551 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:22.758922  1556 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:22.758953   431 server_base.cc:1061] running on GCE node
I20260630 12:11:22.759954   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:22.760182   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:22.760375   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821482760358 us; error 0 us; skew 500 ppm
I20260630 12:11:22.760948   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:22.763710   431 webserver.cc:533] Webserver started at http://127.0.107.253:46269/ using document root <none> and password file <none>
I20260630 12:11:22.764171   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:22.764384   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:22.764652   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:22.765744   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root/instance:
uuid: "5f83c9c905a34beea131f5472542e359"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-t06f"
I20260630 12:11:22.771092   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.002s
I20260630 12:11:22.773617  1551 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.775039  1563 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:22.775952   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:11:22.776219   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root
uuid: "5f83c9c905a34beea131f5472542e359"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-t06f"
I20260630 12:11:22.776480   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
W20260630 12:11:22.778900  1551 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:39837: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39837: connect: Connection refused (error 111)
I20260630 12:11:22.793413   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:22.794348   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:22.827310   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:39837
I20260630 12:11:22.827399  1615 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:39837 every 8 connection(s)
I20260630 12:11:22.830785  1616 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:22.831076   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:22.836074  1618 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:22.837471  1619 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:22.837471  1616 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.839365  1551 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } attempt: 1
W20260630 12:11:22.839972  1621 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:22.842010   431 server_base.cc:1061] running on GCE node
I20260630 12:11:22.843209   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:22.843508   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:22.843730   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821482843711 us; error 0 us; skew 500 ppm
I20260630 12:11:22.844404   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:22.849120   431 webserver.cc:533] Webserver started at http://127.0.107.252:40775/ using document root <none> and password file <none>
I20260630 12:11:22.849736   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:22.850003   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:22.850368   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:22.851716   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root/instance:
uuid: "26440e954941418380c2d3bc2020ebfd"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-t06f"
I20260630 12:11:22.852269  1616 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.853839  1551 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.857590   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
W20260630 12:11:22.859251  1551 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:39675: Network error: Client connection negotiation failed: client connection to 127.0.107.252:39675: connect: Connection refused (error 111)
I20260630 12:11:22.861888  1628 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:22.862849   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:11:22.863022  1616 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.863183   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root
uuid: "26440e954941418380c2d3bc2020ebfd"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-t06f"
I20260630 12:11:22.863543   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
W20260630 12:11:22.869108  1616 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:39675: Network error: Client connection negotiation failed: client connection to 127.0.107.252:39675: connect: Connection refused (error 111)
I20260630 12:11:22.882527   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:22.883482   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:22.883724  1551 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } attempt: 1
W20260630 12:11:22.888445  1551 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:39675: Network error: Client connection negotiation failed: client connection to 127.0.107.252:39675: connect: Connection refused (error 111)
I20260630 12:11:22.888610  1616 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } attempt: 1
W20260630 12:11:22.893107  1616 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:39675: Network error: Client connection negotiation failed: client connection to 127.0.107.252:39675: connect: Connection refused (error 111)
I20260630 12:11:22.919859   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:39675
I20260630 12:11:22.919935  1680 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:39675 every 8 connection(s)
I20260630 12:11:22.923575   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:22.924137  1681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:22.930045  1681 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.930958  1551 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } attempt: 2
I20260630 12:11:22.942334  1681 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.949090  1551 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959: Bootstrap starting.
I20260630 12:11:22.951879  1681 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:22.953825  1551 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:22.957578  1551 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959: No bootstrap required, opened a new log
I20260630 12:11:22.959520  1551 raft_consensus.cc:359] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:22.960153  1551 raft_consensus.cc:385] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:22.960450  1551 raft_consensus.cc:740] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ade8bbb48c9e487bb5689af1f8446959, State: Initialized, Role: FOLLOWER
I20260630 12:11:22.961081  1551 consensus_queue.cc:260] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:22.962878  1686 sys_catalog.cc:455] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [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: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:22.963575  1686 sys_catalog.cc:458] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:22.964299  1551 sys_catalog.cc:565] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:22.965559  1681 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: Bootstrap starting.
I20260630 12:11:22.969725  1616 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } attempt: 2
I20260630 12:11:22.970258  1681 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:22.977455   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
W20260630 12:11:22.981009  1698 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:22.982039  1698 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:22.983220  1681 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: No bootstrap required, opened a new log
I20260630 12:11:22.985179  1681 raft_consensus.cc:359] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:22.985745  1681 raft_consensus.cc:385] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:22.985982  1681 raft_consensus.cc:740] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26440e954941418380c2d3bc2020ebfd, State: Initialized, Role: FOLLOWER
I20260630 12:11:22.986517  1681 consensus_queue.cc:260] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:22.987512  1616 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: Bootstrap starting.
I20260630 12:11:22.988246  1699 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [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: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:22.988969  1699 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:22.989734  1681 sys_catalog.cc:565] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:22.991657  1616 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:22.995884  1616 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: No bootstrap required, opened a new log
I20260630 12:11:22.997812  1616 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:22.998427  1616 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:22.998413  1686 raft_consensus.cc:493] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:22.998943  1616 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f83c9c905a34beea131f5472542e359, State: Initialized, Role: FOLLOWER
I20260630 12:11:22.999085  1686 raft_consensus.cc:515] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:22.999902  1616 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:23.001425  1686 leader_election.cc:290] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f83c9c905a34beea131f5472542e359 (127.0.107.253:39837), 26440e954941418380c2d3bc2020ebfd (127.0.107.252:39675)
I20260630 12:11:23.002887  1711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [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: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.003629  1711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:23.003672  1656 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ade8bbb48c9e487bb5689af1f8446959" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26440e954941418380c2d3bc2020ebfd" is_pre_election: true
I20260630 12:11:23.004518  1616 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:23.004621  1656 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ade8bbb48c9e487bb5689af1f8446959 in term 0.
I20260630 12:11:23.004694  1591 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ade8bbb48c9e487bb5689af1f8446959" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f83c9c905a34beea131f5472542e359" is_pre_election: true
I20260630 12:11:23.005851  1591 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ade8bbb48c9e487bb5689af1f8446959 in term 0.
I20260630 12:11:23.006408  1500 leader_election.cc:304] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 26440e954941418380c2d3bc2020ebfd, ade8bbb48c9e487bb5689af1f8446959; no voters: 
I20260630 12:11:23.007813  1686 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:23.008154  1686 raft_consensus.cc:493] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:23.008472  1686 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:11:23.012444  1712 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:23.012876  1712 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:23.015753  1686 raft_consensus.cc:515] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:23.017956  1686 leader_election.cc:290] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [CANDIDATE]: Term 1 election: Requested vote from peers 5f83c9c905a34beea131f5472542e359 (127.0.107.253:39837), 26440e954941418380c2d3bc2020ebfd (127.0.107.252:39675)
I20260630 12:11:23.018573  1591 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ade8bbb48c9e487bb5689af1f8446959" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f83c9c905a34beea131f5472542e359"
I20260630 12:11:23.019130  1591 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:23.020005  1656 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ade8bbb48c9e487bb5689af1f8446959" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26440e954941418380c2d3bc2020ebfd"
I20260630 12:11:23.020745  1656 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:23.024809  1591 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ade8bbb48c9e487bb5689af1f8446959 in term 1.
I20260630 12:11:23.025771  1500 leader_election.cc:304] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5f83c9c905a34beea131f5472542e359, ade8bbb48c9e487bb5689af1f8446959; no voters: 
I20260630 12:11:23.026206  1656 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ade8bbb48c9e487bb5689af1f8446959 in term 1.
I20260630 12:11:23.026419  1686 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:23.028025   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:11:23.028353  1686 raft_consensus.cc:697] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 1 LEADER]: Becoming Leader. State: Replica: ade8bbb48c9e487bb5689af1f8446959, State: Running, Role: LEADER
I20260630 12:11:23.029136  1686 consensus_queue.cc:237] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:23.029809   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:23.031437  1724 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:23.031719  1724 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:23.035457  1723 sys_catalog.cc:455] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ade8bbb48c9e487bb5689af1f8446959. Latest consensus state: current_term: 1 leader_uuid: "ade8bbb48c9e487bb5689af1f8446959" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.036443  1723 sys_catalog.cc:458] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: This master's current role is: LEADER
W20260630 12:11:23.037583  1726 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:23.038461  1727 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.040069  1729 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
W20260630 12:11:23.042502  1730 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.043380   431 server_base.cc:1061] running on GCE node
I20260630 12:11:23.044246   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:23.044466   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:23.044677   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821483044644 us; error 0 us; skew 500 ppm
I20260630 12:11:23.045146   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:23.045883  1729 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:23.047685   431 webserver.cc:533] Webserver started at http://127.0.107.193:43653/ using document root <none> and password file <none>
I20260630 12:11:23.048167   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:23.048369   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:23.048624   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:23.049741   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "8c312253647a452a9cc25647dcf3c517"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-t06f"
I20260630 12:11:23.053915  1656 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 1 FOLLOWER]: Refusing update from remote peer ade8bbb48c9e487bb5689af1f8446959: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:23.054956  1591 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 1 FOLLOWER]: Refusing update from remote peer ade8bbb48c9e487bb5689af1f8446959: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:23.055377   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:11:23.055217  1723 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [LEADER]: Connected to new peer: Peer: permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:23.056265  1686 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:23.063220  1699 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: SysCatalogTable state changed. Reason: New leader ade8bbb48c9e487bb5689af1f8446959. Latest consensus state: current_term: 1 leader_uuid: "ade8bbb48c9e487bb5689af1f8446959" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.063956  1699 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:23.067129  1737 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.068472   431 fs_manager.cc:730] Time spent opening block manager: real 0.010s	user 0.001s	sys 0.008s
I20260630 12:11:23.068863   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "8c312253647a452a9cc25647dcf3c517"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-t06f"
I20260630 12:11:23.068583  1686 sys_catalog.cc:455] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ade8bbb48c9e487bb5689af1f8446959" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.069353  1686 sys_catalog.cc:458] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:23.069212   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:23.070111  1729 catalog_manager.cc:1383] Generated new cluster ID: e201de9d2927430e819264ccfd36f2f8
I20260630 12:11:23.071851  1729 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:23.079097  1711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ade8bbb48c9e487bb5689af1f8446959. Latest consensus state: current_term: 1 leader_uuid: "ade8bbb48c9e487bb5689af1f8446959" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.080042  1711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:23.085012  1723 sys_catalog.cc:455] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ade8bbb48c9e487bb5689af1f8446959" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.085767  1723 sys_catalog.cc:458] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:23.086797  1699 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ade8bbb48c9e487bb5689af1f8446959" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.087466  1699 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:23.091252  1711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ade8bbb48c9e487bb5689af1f8446959" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:23.091943  1711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:23.102056  1729 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:23.103549  1729 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:23.110687   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:23.111937   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:23.113783   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:23.116358   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:23.116639   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.116930   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:23.117179   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:11:23.125792  1729 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959: Generated new TSK 0
I20260630 12:11:23.126597  1729 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:23.161537   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39481
I20260630 12:11:23.161629  1806 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39481 every 8 connection(s)
I20260630 12:11:23.175498   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:23.184026  1807 heartbeater.cc:344] Connected to a master server at 127.0.107.252:39675
I20260630 12:11:23.184463  1807 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.185348  1807 heartbeater.cc:507] Master 127.0.107.252:39675 requested a full tablet report, sending...
I20260630 12:11:23.188308  1646 ts_manager.cc:194] Registered new tserver with Master: 8c312253647a452a9cc25647dcf3c517 (127.0.107.193:39481)
I20260630 12:11:23.192065  1809 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46131
I20260630 12:11:23.192471  1809 heartbeater.cc:461] Registering TS with master...
W20260630 12:11:23.192971  1814 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.193346  1809 heartbeater.cc:507] Master 127.0.107.254:46131 requested a full tablet report, sending...
I20260630 12:11:23.194366  1808 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39837
I20260630 12:11:23.194753  1808 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.195551  1808 heartbeater.cc:507] Master 127.0.107.253:39837 requested a full tablet report, sending...
I20260630 12:11:23.195904  1516 ts_manager.cc:194] Registered new tserver with Master: 8c312253647a452a9cc25647dcf3c517 (127.0.107.193:39481)
W20260630 12:11:23.197569  1815 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.198343  1516 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48100
I20260630 12:11:23.198482  1581 ts_manager.cc:194] Registered new tserver with Master: 8c312253647a452a9cc25647dcf3c517 (127.0.107.193:39481)
I20260630 12:11:23.200701   431 server_base.cc:1061] running on GCE node
W20260630 12:11:23.201603  1817 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.202483   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:23.202718   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:23.202927   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821483202907 us; error 0 us; skew 500 ppm
I20260630 12:11:23.203441   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:23.205627   431 webserver.cc:533] Webserver started at http://127.0.107.194:34927/ using document root <none> and password file <none>
I20260630 12:11:23.206197   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:23.206478   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:23.206743   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:23.207726   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "9cdc0f8cdc154d4c9cef3f048f5f459f"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-t06f"
I20260630 12:11:23.211874   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:23.214802  1822 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.215471   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:23.215822   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "9cdc0f8cdc154d4c9cef3f048f5f459f"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-t06f"
I20260630 12:11:23.216107   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:23.232180   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:23.233265   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:23.234607   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:23.236701   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:23.236922   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.237152   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:23.237324   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.273103   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41465
I20260630 12:11:23.273198  1884 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41465 every 8 connection(s)
I20260630 12:11:23.282323   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:23.293684  1885 heartbeater.cc:344] Connected to a master server at 127.0.107.252:39675
I20260630 12:11:23.294090  1885 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.294943  1885 heartbeater.cc:507] Master 127.0.107.252:39675 requested a full tablet report, sending...
W20260630 12:11:23.295672  1893 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.295917  1887 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46131
I20260630 12:11:23.296530  1887 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.297796  1887 heartbeater.cc:507] Master 127.0.107.254:46131 requested a full tablet report, sending...
W20260630 12:11:23.295868  1892 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.300782  1516 ts_manager.cc:194] Registered new tserver with Master: 9cdc0f8cdc154d4c9cef3f048f5f459f (127.0.107.194:41465)
I20260630 12:11:23.301596  1646 ts_manager.cc:194] Registered new tserver with Master: 9cdc0f8cdc154d4c9cef3f048f5f459f (127.0.107.194:41465)
I20260630 12:11:23.302587  1516 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48110
I20260630 12:11:23.306533   431 server_base.cc:1061] running on GCE node
W20260630 12:11:23.306681  1895 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:23.307183  1886 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39837
I20260630 12:11:23.307693  1886 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.307929   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:23.308194   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:23.308320  1886 heartbeater.cc:507] Master 127.0.107.253:39837 requested a full tablet report, sending...
I20260630 12:11:23.308421   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821483308400 us; error 0 us; skew 500 ppm
I20260630 12:11:23.309171   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:23.311007  1581 ts_manager.cc:194] Registered new tserver with Master: 9cdc0f8cdc154d4c9cef3f048f5f459f (127.0.107.194:41465)
I20260630 12:11:23.311924   431 webserver.cc:533] Webserver started at http://127.0.107.195:37649/ using document root <none> and password file <none>
I20260630 12:11:23.312480   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:23.312672   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:23.312954   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:23.313983   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "12e9f3cda37347ddb54be59e956dd332"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-t06f"
I20260630 12:11:23.318326   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:11:23.321252  1900 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.322013   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:23.322305   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "12e9f3cda37347ddb54be59e956dd332"
format_stamp: "Formatted at 2026-06-30 12:11:23 on dist-test-slave-t06f"
I20260630 12:11:23.322576   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:23.347772   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:23.348805   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:23.350159   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:23.352267   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:23.352490   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.352725   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:23.352896   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:23.392349   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45699
I20260630 12:11:23.392429  1962 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45699 every 8 connection(s)
I20260630 12:11:23.409555  1963 heartbeater.cc:344] Connected to a master server at 127.0.107.252:39675
I20260630 12:11:23.409976  1963 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.410836  1963 heartbeater.cc:507] Master 127.0.107.252:39675 requested a full tablet report, sending...
I20260630 12:11:23.411244  1965 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46131
I20260630 12:11:23.411582  1965 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.412415  1965 heartbeater.cc:507] Master 127.0.107.254:46131 requested a full tablet report, sending...
I20260630 12:11:23.413424  1646 ts_manager.cc:194] Registered new tserver with Master: 12e9f3cda37347ddb54be59e956dd332 (127.0.107.195:45699)
I20260630 12:11:23.413753  1964 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39837
I20260630 12:11:23.414160  1964 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:23.414563  1516 ts_manager.cc:194] Registered new tserver with Master: 12e9f3cda37347ddb54be59e956dd332 (127.0.107.195:45699)
I20260630 12:11:23.414976  1964 heartbeater.cc:507] Master 127.0.107.253:39837 requested a full tablet report, sending...
I20260630 12:11:23.416319  1516 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48124
I20260630 12:11:23.417474  1581 ts_manager.cc:194] Registered new tserver with Master: 12e9f3cda37347ddb54be59e956dd332 (127.0.107.195:45699)
I20260630 12:11:23.417580   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.020992658s
I20260630 12:11:24.017444  1712 catalog_manager.cc:1295] Loaded cluster ID: e201de9d2927430e819264ccfd36f2f8
I20260630 12:11:24.017849  1712 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: loading cluster ID for follower catalog manager: success
I20260630 12:11:24.022773  1712 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: acquiring CA information for follower catalog manager: success
I20260630 12:11:24.025991  1712 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:24.035718  1724 catalog_manager.cc:1295] Loaded cluster ID: e201de9d2927430e819264ccfd36f2f8
I20260630 12:11:24.036092  1724 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: loading cluster ID for follower catalog manager: success
I20260630 12:11:24.041268  1724 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: acquiring CA information for follower catalog manager: success
I20260630 12:11:24.044538  1724 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:24.201786  1809 heartbeater.cc:499] Master 127.0.107.254:46131 was elected leader, sending a full tablet report...
I20260630 12:11:24.306156  1887 heartbeater.cc:499] Master 127.0.107.254:46131 was elected leader, sending a full tablet report...
I20260630 12:11:24.418905  1965 heartbeater.cc:499] Master 127.0.107.254:46131 was elected leader, sending a full tablet report...
I20260630 12:11:24.977202  1697 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:25.035228  1516 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48128:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:11:25.127456  1850 tablet_service.cc:1511] Processing CreateTablet for tablet f3c332f566f9429ea2a8ccef29403fcf (DEFAULT_TABLE table=test-workload [id=50856c2ed30d46058bac6ab240bb648e]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:11:25.129281  1850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3c332f566f9429ea2a8ccef29403fcf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:25.134317  1928 tablet_service.cc:1511] Processing CreateTablet for tablet c7fdff4e2673496a930f02ddcbcc52d2 (DEFAULT_TABLE table=test-workload [id=50856c2ed30d46058bac6ab240bb648e]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:11:25.135445  1928 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7fdff4e2673496a930f02ddcbcc52d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:25.135164  1772 tablet_service.cc:1511] Processing CreateTablet for tablet d5134784367b49c99f8b7943613d8958 (DEFAULT_TABLE table=test-workload [id=50856c2ed30d46058bac6ab240bb648e]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:11:25.136650  1772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5134784367b49c99f8b7943613d8958. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:25.147387  1999 tablet_bootstrap.cc:492] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f: Bootstrap starting.
I20260630 12:11:25.153438  2001 tablet_bootstrap.cc:492] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517: Bootstrap starting.
I20260630 12:11:25.155390  2000 tablet_bootstrap.cc:492] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332: Bootstrap starting.
I20260630 12:11:25.156409  1999 tablet_bootstrap.cc:654] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:25.161170  1999 tablet_bootstrap.cc:492] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f: No bootstrap required, opened a new log
I20260630 12:11:25.161238  2001 tablet_bootstrap.cc:654] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:25.161882  1999 ts_tablet_manager.cc:1403] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:11:25.162376  2000 tablet_bootstrap.cc:654] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:25.165436  1999 raft_consensus.cc:359] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cdc0f8cdc154d4c9cef3f048f5f459f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41465 } }
I20260630 12:11:25.166252  1999 raft_consensus.cc:385] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:25.166639  1999 raft_consensus.cc:740] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9cdc0f8cdc154d4c9cef3f048f5f459f, State: Initialized, Role: FOLLOWER
I20260630 12:11:25.167686  1999 consensus_queue.cc:260] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9cdc0f8cdc154d4c9cef3f048f5f459f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41465 } }
I20260630 12:11:25.168458  1999 raft_consensus.cc:399] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:25.168843  1999 raft_consensus.cc:493] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:25.169354  1999 raft_consensus.cc:3060] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:25.170667  2000 tablet_bootstrap.cc:492] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332: No bootstrap required, opened a new log
I20260630 12:11:25.171368  2000 ts_tablet_manager.cc:1403] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:11:25.174944  1999 raft_consensus.cc:515] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cdc0f8cdc154d4c9cef3f048f5f459f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41465 } }
I20260630 12:11:25.174861  2000 raft_consensus.cc:359] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "12e9f3cda37347ddb54be59e956dd332" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45699 } }
I20260630 12:11:25.175873  2000 raft_consensus.cc:385] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:25.175973  1999 leader_election.cc:304] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [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: 9cdc0f8cdc154d4c9cef3f048f5f459f; no voters: 
I20260630 12:11:25.176278  2001 tablet_bootstrap.cc:492] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517: No bootstrap required, opened a new log
I20260630 12:11:25.176247  2000 raft_consensus.cc:740] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12e9f3cda37347ddb54be59e956dd332, State: Initialized, Role: FOLLOWER
I20260630 12:11:25.176856  2001 ts_tablet_manager.cc:1403] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.012s
I20260630 12:11:25.177103  2000 consensus_queue.cc:260] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "12e9f3cda37347ddb54be59e956dd332" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45699 } }
I20260630 12:11:25.177597  1999 leader_election.cc:290] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:25.178050  2005 raft_consensus.cc:2804] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:25.177959  2000 raft_consensus.cc:399] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:25.178731  2000 raft_consensus.cc:493] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:25.179141  2000 raft_consensus.cc:3060] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:25.180059  2001 raft_consensus.cc:359] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8c312253647a452a9cc25647dcf3c517" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39481 } }
I20260630 12:11:25.180671  2001 raft_consensus.cc:385] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:25.181016  2001 raft_consensus.cc:740] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c312253647a452a9cc25647dcf3c517, State: Initialized, Role: FOLLOWER
I20260630 12:11:25.181895  2001 consensus_queue.cc:260] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8c312253647a452a9cc25647dcf3c517" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39481 } }
I20260630 12:11:25.182569  2001 raft_consensus.cc:399] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:25.182950  2001 raft_consensus.cc:493] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:25.182952  2005 raft_consensus.cc:697] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 1 LEADER]: Becoming Leader. State: Replica: 9cdc0f8cdc154d4c9cef3f048f5f459f, State: Running, Role: LEADER
I20260630 12:11:25.183718  2001 raft_consensus.cc:3060] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:25.184214  2005 consensus_queue.cc:237] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [LEADER]: Queue going to LEADER mode. State: All 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: "9cdc0f8cdc154d4c9cef3f048f5f459f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41465 } }
I20260630 12:11:25.189260  2000 raft_consensus.cc:515] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "12e9f3cda37347ddb54be59e956dd332" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45699 } }
I20260630 12:11:25.190026  2000 leader_election.cc:304] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [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: 12e9f3cda37347ddb54be59e956dd332; no voters: 
I20260630 12:11:25.190488  2001 raft_consensus.cc:515] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8c312253647a452a9cc25647dcf3c517" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39481 } }
I20260630 12:11:25.191593  1999 ts_tablet_manager.cc:1434] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f: Time spent starting tablet: real 0.029s	user 0.014s	sys 0.015s
I20260630 12:11:25.191351  2001 leader_election.cc:304] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [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: 8c312253647a452a9cc25647dcf3c517; no voters: 
I20260630 12:11:25.193017  2000 leader_election.cc:290] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:25.193632  2009 raft_consensus.cc:2804] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:25.208348  1516 catalog_manager.cc:5697] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f reported cstate change: term changed from 0 to 1, leader changed from <none> to 9cdc0f8cdc154d4c9cef3f048f5f459f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9cdc0f8cdc154d4c9cef3f048f5f459f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cdc0f8cdc154d4c9cef3f048f5f459f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41465 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:25.234079  2009 raft_consensus.cc:697] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 1 LEADER]: Becoming Leader. State: Replica: 12e9f3cda37347ddb54be59e956dd332, State: Running, Role: LEADER
I20260630 12:11:25.234970  2009 consensus_queue.cc:237] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [LEADER]: Queue going to LEADER mode. State: All 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: "12e9f3cda37347ddb54be59e956dd332" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45699 } }
I20260630 12:11:25.244426  2010 raft_consensus.cc:2804] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:25.245846  2001 leader_election.cc:290] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:25.253072  2000 ts_tablet_manager.cc:1434] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332: Time spent starting tablet: real 0.081s	user 0.029s	sys 0.036s
I20260630 12:11:25.251730  2010 raft_consensus.cc:697] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 1 LEADER]: Becoming Leader. State: Replica: 8c312253647a452a9cc25647dcf3c517, State: Running, Role: LEADER
I20260630 12:11:25.263275  1516 catalog_manager.cc:5697] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 reported cstate change: term changed from 0 to 1, leader changed from <none> to 12e9f3cda37347ddb54be59e956dd332 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "12e9f3cda37347ddb54be59e956dd332" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "12e9f3cda37347ddb54be59e956dd332" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45699 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:25.265842  2010 consensus_queue.cc:237] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [LEADER]: Queue going to LEADER mode. State: All 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: "8c312253647a452a9cc25647dcf3c517" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39481 } }
I20260630 12:11:25.268034  2001 ts_tablet_manager.cc:1434] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517: Time spent starting tablet: real 0.091s	user 0.013s	sys 0.018s
I20260630 12:11:25.288230  1515 catalog_manager.cc:5697] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c312253647a452a9cc25647dcf3c517 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8c312253647a452a9cc25647dcf3c517" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8c312253647a452a9cc25647dcf3c517" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39481 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:26.978579  1697 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:26.981184  1697 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:27.368404   431 master.cc:562] Master@127.0.107.254:46131 shutting down...
I20260630 12:11:27.396118   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:27.396914   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:27.397279   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P ade8bbb48c9e487bb5689af1f8446959: stopping tablet replica
I20260630 12:11:27.417482   431 master.cc:584] Master@127.0.107.254:46131 shutdown complete.
W20260630 12:11:28.284435  1887 heartbeater.cc:646] Failed to heartbeat to 127.0.107.254:46131 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.254:46131: connect: Connection refused (error 111)
I20260630 12:11:28.331620  2026 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader ade8bbb48c9e487bb5689af1f8446959)
I20260630 12:11:28.332238  2026 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:28.334408  2026 leader_election.cc:290] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ade8bbb48c9e487bb5689af1f8446959 (127.0.107.254:46131), 26440e954941418380c2d3bc2020ebfd (127.0.107.252:39675)
I20260630 12:11:28.335844  1655 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5f83c9c905a34beea131f5472542e359" candidate_term: 2 candidate_status { last_received { term: 1 index: 12 } } ignore_live_leader: false dest_uuid: "26440e954941418380c2d3bc2020ebfd" is_pre_election: true
W20260630 12:11:28.336771  1566 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.254:46131: connect: Connection refused (error 111) [suppressed 8 similar messages]
W20260630 12:11:28.339970  1566 leader_election.cc:336] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer ade8bbb48c9e487bb5689af1f8446959 (127.0.107.254:46131): Network error: Client connection negotiation failed: client connection to 127.0.107.254:46131: connect: Connection refused (error 111)
I20260630 12:11:28.340286  1566 leader_election.cc:304] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [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: 5f83c9c905a34beea131f5472542e359; no voters: 26440e954941418380c2d3bc2020ebfd, ade8bbb48c9e487bb5689af1f8446959
I20260630 12:11:28.340857  2026 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:11:28.888227  2030 raft_consensus.cc:493] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 1 FOLLOWER]: Starting pre-election (detected failure of leader ade8bbb48c9e487bb5689af1f8446959)
I20260630 12:11:28.888697  2030 raft_consensus.cc:515] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:28.890353  2030 leader_election.cc:290] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ade8bbb48c9e487bb5689af1f8446959 (127.0.107.254:46131), 5f83c9c905a34beea131f5472542e359 (127.0.107.253:39837)
I20260630 12:11:28.891884  1591 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "26440e954941418380c2d3bc2020ebfd" candidate_term: 2 candidate_status { last_received { term: 1 index: 12 } } ignore_live_leader: false dest_uuid: "5f83c9c905a34beea131f5472542e359" is_pre_election: true
I20260630 12:11:28.892534  1591 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 26440e954941418380c2d3bc2020ebfd in term 1.
I20260630 12:11:28.893888  1630 leader_election.cc:304] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [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: 26440e954941418380c2d3bc2020ebfd, 5f83c9c905a34beea131f5472542e359; no voters: 
I20260630 12:11:28.894594  2030 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:11:28.894935  2030 raft_consensus.cc:493] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 1 FOLLOWER]: Starting leader election (detected failure of leader ade8bbb48c9e487bb5689af1f8446959)
I20260630 12:11:28.895296  2030 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:11:28.895946  1631 leader_election.cc:336] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer ade8bbb48c9e487bb5689af1f8446959 (127.0.107.254:46131): Network error: Client connection negotiation failed: client connection to 127.0.107.254:46131: connect: Connection refused (error 111)
I20260630 12:11:28.965843  2030 raft_consensus.cc:515] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:28.968348  2030 leader_election.cc:290] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [CANDIDATE]: Term 2 election: Requested vote from peers ade8bbb48c9e487bb5689af1f8446959 (127.0.107.254:46131), 5f83c9c905a34beea131f5472542e359 (127.0.107.253:39837)
I20260630 12:11:28.969554  1591 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "26440e954941418380c2d3bc2020ebfd" candidate_term: 2 candidate_status { last_received { term: 1 index: 12 } } ignore_live_leader: false dest_uuid: "5f83c9c905a34beea131f5472542e359"
I20260630 12:11:28.970170  1591 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:11:28.972326  1631 leader_election.cc:336] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer ade8bbb48c9e487bb5689af1f8446959 (127.0.107.254:46131): Network error: Client connection negotiation failed: client connection to 127.0.107.254:46131: connect: Connection refused (error 111)
I20260630 12:11:28.975709  1591 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 26440e954941418380c2d3bc2020ebfd in term 2.
I20260630 12:11:28.976601  1630 leader_election.cc:304] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [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: 26440e954941418380c2d3bc2020ebfd, 5f83c9c905a34beea131f5472542e359; no voters: ade8bbb48c9e487bb5689af1f8446959
I20260630 12:11:28.977171  2030 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:28.978083  2030 raft_consensus.cc:697] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 2 LEADER]: Becoming Leader. State: Replica: 26440e954941418380c2d3bc2020ebfd, State: Running, Role: LEADER
I20260630 12:11:28.978745  2030 consensus_queue.cc:237] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 12, Committed index: 12, Last appended: 1.12, Last appended by leader: 12, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } }
I20260630 12:11:28.982605  2033 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 26440e954941418380c2d3bc2020ebfd. Latest consensus state: current_term: 2 leader_uuid: "26440e954941418380c2d3bc2020ebfd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:28.983424  2033 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:28.984875  2035 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:28.989583  2035 catalog_manager.cc:679] Loaded metadata for table test-workload [id=50856c2ed30d46058bac6ab240bb648e]
I20260630 12:11:28.994164  2035 tablet_loader.cc:96] loaded metadata for tablet c7fdff4e2673496a930f02ddcbcc52d2 (table test-workload [id=50856c2ed30d46058bac6ab240bb648e])
I20260630 12:11:28.995052  2035 tablet_loader.cc:96] loaded metadata for tablet d5134784367b49c99f8b7943613d8958 (table test-workload [id=50856c2ed30d46058bac6ab240bb648e])
I20260630 12:11:28.995884  2035 tablet_loader.cc:96] loaded metadata for tablet f3c332f566f9429ea2a8ccef29403fcf (table test-workload [id=50856c2ed30d46058bac6ab240bb648e])
I20260630 12:11:28.996846  2035 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:28.999949  2035 catalog_manager.cc:1295] Loaded cluster ID: e201de9d2927430e819264ccfd36f2f8
I20260630 12:11:29.000190  2035 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:29.003693  2035 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:29.006815  2035 catalog_manager.cc:6081] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: Loaded TSK: 0
I20260630 12:11:29.007695  2035 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:29.301116  1963 heartbeater.cc:499] Master 127.0.107.252:39675 was elected leader, sending a full tablet report...
W20260630 12:11:29.454651  1631 consensus_peers.cc:597] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd -> Peer ade8bbb48c9e487bb5689af1f8446959 (127.0.107.254:46131): Couldn't send request to peer ade8bbb48c9e487bb5689af1f8446959. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.254:46131: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:29.531822  1591 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 2 FOLLOWER]: Refusing update from remote peer 26440e954941418380c2d3bc2020ebfd: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 2 index: 13. (index mismatch)
I20260630 12:11:29.533198  2033 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:11:29.539258  2039 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 26440e954941418380c2d3bc2020ebfd. Latest consensus state: current_term: 2 leader_uuid: "26440e954941418380c2d3bc2020ebfd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:29.539886  2039 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:29.541919  2041 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "26440e954941418380c2d3bc2020ebfd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:29.542745  2041 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:29.543538  2039 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "26440e954941418380c2d3bc2020ebfd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ade8bbb48c9e487bb5689af1f8446959" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46131 } } peers { permanent_uuid: "5f83c9c905a34beea131f5472542e359" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39837 } } peers { permanent_uuid: "26440e954941418380c2d3bc2020ebfd" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 39675 } } }
I20260630 12:11:29.544435  2039 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:30.288220  1885 heartbeater.cc:499] Master 127.0.107.252:39675 was elected leader, sending a full tablet report...
I20260630 12:11:30.316738  1807 heartbeater.cc:499] Master 127.0.107.252:39675 was elected leader, sending a full tablet report...
I20260630 12:11:31.008154  1710 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:31.009879  1710 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:31.104171   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:31.124644   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:31.125342   431 tablet_replica.cc:333] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517: stopping tablet replica
I20260630 12:11:31.125928   431 raft_consensus.cc:2243] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:31.126362   431 raft_consensus.cc:2272] T d5134784367b49c99f8b7943613d8958 P 8c312253647a452a9cc25647dcf3c517 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.144457   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:31.153354   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:31.172757   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:31.173383   431 tablet_replica.cc:333] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f: stopping tablet replica
I20260630 12:11:31.173906   431 raft_consensus.cc:2243] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:31.174362   431 raft_consensus.cc:2272] T f3c332f566f9429ea2a8ccef29403fcf P 9cdc0f8cdc154d4c9cef3f048f5f459f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.192219   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:31.200889   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:11:31.220171   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:31.220871   431 tablet_replica.cc:333] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332: stopping tablet replica
I20260630 12:11:31.221343   431 raft_consensus.cc:2243] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:31.221812   431 raft_consensus.cc:2272] T c7fdff4e2673496a930f02ddcbcc52d2 P 12e9f3cda37347ddb54be59e956dd332 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.239065   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:31.247282   431 master.cc:562] Master@127.0.107.253:39837 shutting down...
I20260630 12:11:31.264919   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:31.265465   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.265812   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5f83c9c905a34beea131f5472542e359: stopping tablet replica
I20260630 12:11:31.282954   431 master.cc:584] Master@127.0.107.253:39837 shutdown complete.
I20260630 12:11:31.295517   431 master.cc:562] Master@127.0.107.252:39675 shutting down...
I20260630 12:11:31.311455   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:11:31.312331   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:31.312673   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 26440e954941418380c2d3bc2020ebfd: stopping tablet replica
I20260630 12:11:31.331631   431 master.cc:584] Master@127.0.107.252:39675 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (8685 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:11:31.362604   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37449
I20260630 12:11:31.364334   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:31.371320  2053 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:31.372135  2052 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:31.375573  2055 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:31.376219   431 server_base.cc:1061] running on GCE node
I20260630 12:11:31.376921   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:31.377115   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:31.377272   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821491377240 us; error 0 us; skew 500 ppm
I20260630 12:11:31.377839   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:31.379925   431 webserver.cc:533] Webserver started at http://127.0.107.254:34925/ using document root <none> and password file <none>
I20260630 12:11:31.380391   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:31.380574   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:31.380843   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:31.381994   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.386022   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:11:31.388934  2060 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.389652   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:31.389954   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.390209   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:31.419797   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:31.420935   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:31.456125   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37449
I20260630 12:11:31.456211  2111 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37449 every 8 connection(s)
I20260630 12:11:31.459748  2112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:31.468834  2112 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e: Bootstrap starting.
I20260630 12:11:31.473006  2112 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:31.476686  2112 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e: No bootstrap required, opened a new log
I20260630 12:11:31.478636  2112 raft_consensus.cc:359] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e" member_type: VOTER }
I20260630 12:11:31.479007  2112 raft_consensus.cc:385] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:31.479178  2112 raft_consensus.cc:740] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6e1cf7a933c45a0af90e1ccb435bb2e, State: Initialized, Role: FOLLOWER
I20260630 12:11:31.479806  2112 consensus_queue.cc:260] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f6e1cf7a933c45a0af90e1ccb435bb2e" member_type: VOTER }
I20260630 12:11:31.480249  2112 raft_consensus.cc:399] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:31.480445  2112 raft_consensus.cc:493] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:31.480655  2112 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:31.484545  2112 raft_consensus.cc:515] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e" member_type: VOTER }
I20260630 12:11:31.484982  2112 leader_election.cc:304] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [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: f6e1cf7a933c45a0af90e1ccb435bb2e; no voters: 
I20260630 12:11:31.485965  2112 leader_election.cc:290] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:31.486286  2115 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:31.487629  2115 raft_consensus.cc:697] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 1 LEADER]: Becoming Leader. State: Replica: f6e1cf7a933c45a0af90e1ccb435bb2e, State: Running, Role: LEADER
I20260630 12:11:31.488322  2115 consensus_queue.cc:237] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [LEADER]: Queue going to LEADER mode. State: All 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: "f6e1cf7a933c45a0af90e1ccb435bb2e" member_type: VOTER }
I20260630 12:11:31.488602  2112 sys_catalog.cc:565] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:31.491338  2117 sys_catalog.cc:455] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [sys.catalog]: SysCatalogTable state changed. Reason: New leader f6e1cf7a933c45a0af90e1ccb435bb2e. Latest consensus state: current_term: 1 leader_uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e" member_type: VOTER } }
I20260630 12:11:31.491405  2116 sys_catalog.cc:455] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6e1cf7a933c45a0af90e1ccb435bb2e" member_type: VOTER } }
I20260630 12:11:31.492045  2117 sys_catalog.cc:458] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:31.492070  2116 sys_catalog.cc:458] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:31.499862  2120 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:31.505944  2120 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:31.506930   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:31.514675  2120 catalog_manager.cc:1383] Generated new cluster ID: e722c50ac4aa49fa921b90ee2133afa0
I20260630 12:11:31.514983  2120 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:31.529616  2120 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:31.530910  2120 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:31.544176  2120 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e: Generated new TSK 0
I20260630 12:11:31.544770  2120 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:31.573109   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:31.579100  2133 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:31.580219  2134 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:31.582113   431 server_base.cc:1061] running on GCE node
W20260630 12:11:31.582082  2136 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:31.583175   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:31.583400   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:31.583573   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821491583557 us; error 0 us; skew 500 ppm
I20260630 12:11:31.584074   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:31.586356   431 webserver.cc:533] Webserver started at http://127.0.107.193:36733/ using document root <none> and password file <none>
I20260630 12:11:31.586814   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:31.587023   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:31.587288   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:31.588336   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "7b36e3b876864f0f8ba45994d868f268"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.592753   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:31.595873  2141 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.596585   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:11:31.596887   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "7b36e3b876864f0f8ba45994d868f268"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.597211   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:31.615109   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:31.616236   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:31.617599   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:31.619942   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:31.620157   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.620383   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:31.620561   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.657467   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33465
I20260630 12:11:31.657552  2203 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33465 every 8 connection(s)
I20260630 12:11:31.662312   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:31.668357  2208 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:31.669248  2209 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:31.672029  2211 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:31.673641   431 server_base.cc:1061] running on GCE node
I20260630 12:11:31.675017   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:31.675344   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:31.675508  2204 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37449
I20260630 12:11:31.675567   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821491675548 us; error 0 us; skew 500 ppm
I20260630 12:11:31.675993  2204 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:31.676391   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:31.676759  2204 heartbeater.cc:507] Master 127.0.107.254:37449 requested a full tablet report, sending...
I20260630 12:11:31.679062  2077 ts_manager.cc:194] Registered new tserver with Master: 7b36e3b876864f0f8ba45994d868f268 (127.0.107.193:33465)
I20260630 12:11:31.679406   431 webserver.cc:533] Webserver started at http://127.0.107.194:36275/ using document root <none> and password file <none>
I20260630 12:11:31.680063   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:31.680326   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:31.680661   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:31.681648  2077 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53328
I20260630 12:11:31.682158   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "70694ee2eeef414cbd918484740c9b94"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.686614   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:11:31.689816  2216 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.690609   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:31.690927   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "70694ee2eeef414cbd918484740c9b94"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.691208   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:31.700536   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:31.701542   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:31.702841   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:31.704921   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:31.705119   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.705382   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:31.705542   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.743692   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37301
I20260630 12:11:31.743772  2278 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37301 every 8 connection(s)
I20260630 12:11:31.748323   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:31.754855  2282 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:31.756145  2283 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:31.759006  2285 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:31.759369   431 server_base.cc:1061] running on GCE node
I20260630 12:11:31.760473   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:31.760754   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:31.760833  2279 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37449
I20260630 12:11:31.761027   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821491761008 us; error 0 us; skew 500 ppm
I20260630 12:11:31.761235  2279 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:31.761752   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:31.762106  2279 heartbeater.cc:507] Master 127.0.107.254:37449 requested a full tablet report, sending...
I20260630 12:11:31.764164  2077 ts_manager.cc:194] Registered new tserver with Master: 70694ee2eeef414cbd918484740c9b94 (127.0.107.194:37301)
I20260630 12:11:31.764429   431 webserver.cc:533] Webserver started at http://127.0.107.195:40591/ using document root <none> and password file <none>
I20260630 12:11:31.764990   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:31.765203   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:31.765491   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:31.765725  2077 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53342
I20260630 12:11:31.766662   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "45995052793a4e1ea288399e1a4ae4a3"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.770949   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:31.774183  2290 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.774976   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:11:31.775285   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "45995052793a4e1ea288399e1a4ae4a3"
format_stamp: "Formatted at 2026-06-30 12:11:31 on dist-test-slave-t06f"
I20260630 12:11:31.775595   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:31.800559   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:31.801784   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:31.803282   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:31.805569   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:31.805809   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.806087   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:31.806268   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:31.844746   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35527
I20260630 12:11:31.844832  2352 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35527 every 8 connection(s)
I20260630 12:11:31.858191  2353 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37449
I20260630 12:11:31.858572  2353 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:31.859251  2353 heartbeater.cc:507] Master 127.0.107.254:37449 requested a full tablet report, sending...
I20260630 12:11:31.861025  2077 ts_manager.cc:194] Registered new tserver with Master: 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195:35527)
I20260630 12:11:31.861169   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013243865s
I20260630 12:11:31.862423  2077 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53348
I20260630 12:11:32.684197  2204 heartbeater.cc:499] Master 127.0.107.254:37449 was elected leader, sending a full tablet report...
I20260630 12:11:32.767997  2279 heartbeater.cc:499] Master 127.0.107.254:37449 was elected leader, sending a full tablet report...
I20260630 12:11:32.864668  2353 heartbeater.cc:499] Master 127.0.107.254:37449 was elected leader, sending a full tablet report...
I20260630 12:11:32.915186  2077 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58824:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377?""\004\001\000\377\377\377?"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:11:32.917203  2077 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:11:32.967010  2318 tablet_service.cc:1511] Processing CreateTablet for tablet 56f85c2e66834be3b615af8fb6b22cc5 (DEFAULT_TABLE table=test-workload [id=c1f12cde138642c7aae126d2e5ac77f5]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:32.968457  2318 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 56f85c2e66834be3b615af8fb6b22cc5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:32.970944  2317 tablet_service.cc:1511] Processing CreateTablet for tablet 6ffd2e63a0f640459c25a566a9d28a0b (DEFAULT_TABLE table=test-workload [id=c1f12cde138642c7aae126d2e5ac77f5]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:32.972255  2169 tablet_service.cc:1511] Processing CreateTablet for tablet 56f85c2e66834be3b615af8fb6b22cc5 (DEFAULT_TABLE table=test-workload [id=c1f12cde138642c7aae126d2e5ac77f5]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:32.972604  2168 tablet_service.cc:1511] Processing CreateTablet for tablet 6ffd2e63a0f640459c25a566a9d28a0b (DEFAULT_TABLE table=test-workload [id=c1f12cde138642c7aae126d2e5ac77f5]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:32.973516  2317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ffd2e63a0f640459c25a566a9d28a0b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:32.973589  2169 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 56f85c2e66834be3b615af8fb6b22cc5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:32.977077  2168 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ffd2e63a0f640459c25a566a9d28a0b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:32.979298  2244 tablet_service.cc:1511] Processing CreateTablet for tablet 56f85c2e66834be3b615af8fb6b22cc5 (DEFAULT_TABLE table=test-workload [id=c1f12cde138642c7aae126d2e5ac77f5]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:32.980618  2244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 56f85c2e66834be3b615af8fb6b22cc5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:32.980732  2243 tablet_service.cc:1511] Processing CreateTablet for tablet 6ffd2e63a0f640459c25a566a9d28a0b (DEFAULT_TABLE table=test-workload [id=c1f12cde138642c7aae126d2e5ac77f5]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:32.982183  2243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ffd2e63a0f640459c25a566a9d28a0b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:32.999701  2373 tablet_bootstrap.cc:492] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268: Bootstrap starting.
I20260630 12:11:33.002066  2375 tablet_bootstrap.cc:492] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94: Bootstrap starting.
I20260630 12:11:33.006564  2373 tablet_bootstrap.cc:654] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:33.007376  2374 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: Bootstrap starting.
I20260630 12:11:33.014780  2374 tablet_bootstrap.cc:654] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:33.020916  2375 tablet_bootstrap.cc:654] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:33.024236  2373 tablet_bootstrap.cc:492] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268: No bootstrap required, opened a new log
I20260630 12:11:33.024708  2373 ts_tablet_manager.cc:1403] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268: Time spent bootstrapping tablet: real 0.025s	user 0.004s	sys 0.019s
I20260630 12:11:33.025508  2374 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: No bootstrap required, opened a new log
I20260630 12:11:33.025964  2374 ts_tablet_manager.cc:1403] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.007s
I20260630 12:11:33.026515  2375 tablet_bootstrap.cc:492] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94: No bootstrap required, opened a new log
I20260630 12:11:33.026952  2375 ts_tablet_manager.cc:1403] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94: Time spent bootstrapping tablet: real 0.025s	user 0.005s	sys 0.007s
I20260630 12:11:33.027494  2373 raft_consensus.cc:359] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.028265  2373 raft_consensus.cc:385] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:33.028244  2374 raft_consensus.cc:359] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.028731  2373 raft_consensus.cc:740] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b36e3b876864f0f8ba45994d868f268, State: Initialized, Role: FOLLOWER
I20260630 12:11:33.029013  2374 raft_consensus.cc:385] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:33.029378  2374 raft_consensus.cc:740] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 45995052793a4e1ea288399e1a4ae4a3, State: Initialized, Role: FOLLOWER
I20260630 12:11:33.029533  2375 raft_consensus.cc:359] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.029701  2373 consensus_queue.cc:260] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.030381  2375 raft_consensus.cc:385] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:33.030119  2374 consensus_queue.cc:260] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.030737  2375 raft_consensus.cc:740] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70694ee2eeef414cbd918484740c9b94, State: Initialized, Role: FOLLOWER
I20260630 12:11:33.031785  2375 consensus_queue.cc:260] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.040439  2375 ts_tablet_manager.cc:1434] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:11:33.041530  2375 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94: Bootstrap starting.
I20260630 12:11:33.042778  2373 ts_tablet_manager.cc:1434] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268: Time spent starting tablet: real 0.018s	user 0.013s	sys 0.000s
I20260630 12:11:33.044823  2374 ts_tablet_manager.cc:1434] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.011s
I20260630 12:11:33.047188  2373 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: Bootstrap starting.
I20260630 12:11:33.047667  2375 tablet_bootstrap.cc:654] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:33.053859  2373 tablet_bootstrap.cc:654] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:33.056658  2374 tablet_bootstrap.cc:492] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3: Bootstrap starting.
I20260630 12:11:33.064818  2374 tablet_bootstrap.cc:654] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:33.066605  2375 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94: No bootstrap required, opened a new log
I20260630 12:11:33.067371  2375 ts_tablet_manager.cc:1403] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.014s
I20260630 12:11:33.071871  2375 raft_consensus.cc:359] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.072659  2375 raft_consensus.cc:385] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:33.073009  2375 raft_consensus.cc:740] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70694ee2eeef414cbd918484740c9b94, State: Initialized, Role: FOLLOWER
I20260630 12:11:33.073796  2375 consensus_queue.cc:260] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.075984  2375 ts_tablet_manager.cc:1434] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:11:33.077083  2373 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: No bootstrap required, opened a new log
I20260630 12:11:33.077561  2373 ts_tablet_manager.cc:1403] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: Time spent bootstrapping tablet: real 0.031s	user 0.009s	sys 0.018s
I20260630 12:11:33.077787  2374 tablet_bootstrap.cc:492] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3: No bootstrap required, opened a new log
I20260630 12:11:33.078289  2374 ts_tablet_manager.cc:1403] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.010s
I20260630 12:11:33.080183  2373 raft_consensus.cc:359] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.080372  2374 raft_consensus.cc:359] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.080933  2373 raft_consensus.cc:385] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:33.081212  2374 raft_consensus.cc:385] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:33.081310  2373 raft_consensus.cc:740] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b36e3b876864f0f8ba45994d868f268, State: Initialized, Role: FOLLOWER
I20260630 12:11:33.081717  2374 raft_consensus.cc:740] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 45995052793a4e1ea288399e1a4ae4a3, State: Initialized, Role: FOLLOWER
I20260630 12:11:33.082183  2373 consensus_queue.cc:260] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.082664  2374 consensus_queue.cc:260] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.084265  2373 ts_tablet_manager.cc:1434] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.002s
I20260630 12:11:33.086087  2374 ts_tablet_manager.cc:1434] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:11:33.104562  2379 raft_consensus.cc:493] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:33.104985  2379 raft_consensus.cc:515] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.107030  2379 leader_election.cc:290] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 70694ee2eeef414cbd918484740c9b94 (127.0.107.194:37301), 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195:35527)
I20260630 12:11:33.118165  2254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ffd2e63a0f640459c25a566a9d28a0b" candidate_uuid: "7b36e3b876864f0f8ba45994d868f268" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70694ee2eeef414cbd918484740c9b94" is_pre_election: true
I20260630 12:11:33.118572  2328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ffd2e63a0f640459c25a566a9d28a0b" candidate_uuid: "7b36e3b876864f0f8ba45994d868f268" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "45995052793a4e1ea288399e1a4ae4a3" is_pre_election: true
I20260630 12:11:33.118757  2254 raft_consensus.cc:2468] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b36e3b876864f0f8ba45994d868f268 in term 0.
I20260630 12:11:33.119213  2328 raft_consensus.cc:2468] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b36e3b876864f0f8ba45994d868f268 in term 0.
I20260630 12:11:33.119742  2143 leader_election.cc:304] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 70694ee2eeef414cbd918484740c9b94, 7b36e3b876864f0f8ba45994d868f268; no voters: 
I20260630 12:11:33.120537  2379 raft_consensus.cc:2804] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:33.120894  2379 raft_consensus.cc:493] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:33.121172  2379 raft_consensus.cc:3060] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:33.126211  2379 raft_consensus.cc:515] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.127753  2379 leader_election.cc:290] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [CANDIDATE]: Term 1 election: Requested vote from peers 70694ee2eeef414cbd918484740c9b94 (127.0.107.194:37301), 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195:35527)
I20260630 12:11:33.128400  2254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ffd2e63a0f640459c25a566a9d28a0b" candidate_uuid: "7b36e3b876864f0f8ba45994d868f268" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70694ee2eeef414cbd918484740c9b94"
I20260630 12:11:33.128687  2328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ffd2e63a0f640459c25a566a9d28a0b" candidate_uuid: "7b36e3b876864f0f8ba45994d868f268" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "45995052793a4e1ea288399e1a4ae4a3"
I20260630 12:11:33.128968  2254 raft_consensus.cc:3060] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:33.129221  2328 raft_consensus.cc:3060] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:33.135913  2254 raft_consensus.cc:2468] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b36e3b876864f0f8ba45994d868f268 in term 1.
I20260630 12:11:33.135910  2328 raft_consensus.cc:2468] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b36e3b876864f0f8ba45994d868f268 in term 1.
I20260630 12:11:33.137204  2144 leader_election.cc:304] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 45995052793a4e1ea288399e1a4ae4a3, 7b36e3b876864f0f8ba45994d868f268; no voters: 
I20260630 12:11:33.137897  2379 raft_consensus.cc:2804] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:33.138875  2379 raft_consensus.cc:697] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 LEADER]: Becoming Leader. State: Replica: 7b36e3b876864f0f8ba45994d868f268, State: Running, Role: LEADER
I20260630 12:11:33.139600  2379 consensus_queue.cc:237] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } }
I20260630 12:11:33.146908  2077 catalog_manager.cc:5697] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b36e3b876864f0f8ba45994d868f268 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "7b36e3b876864f0f8ba45994d868f268" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:33.226394  2380 raft_consensus.cc:493] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:33.226892  2380 raft_consensus.cc:515] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.228919  2380 leader_election.cc:290] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b36e3b876864f0f8ba45994d868f268 (127.0.107.193:33465), 70694ee2eeef414cbd918484740c9b94 (127.0.107.194:37301)
I20260630 12:11:33.239014  2179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "56f85c2e66834be3b615af8fb6b22cc5" candidate_uuid: "45995052793a4e1ea288399e1a4ae4a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b36e3b876864f0f8ba45994d868f268" is_pre_election: true
I20260630 12:11:33.239187  2254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "56f85c2e66834be3b615af8fb6b22cc5" candidate_uuid: "45995052793a4e1ea288399e1a4ae4a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70694ee2eeef414cbd918484740c9b94" is_pre_election: true
I20260630 12:11:33.239666  2179 raft_consensus.cc:2468] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 45995052793a4e1ea288399e1a4ae4a3 in term 0.
I20260630 12:11:33.239763  2254 raft_consensus.cc:2468] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 45995052793a4e1ea288399e1a4ae4a3 in term 0.
I20260630 12:11:33.240752  2294 leader_election.cc:304] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 45995052793a4e1ea288399e1a4ae4a3, 7b36e3b876864f0f8ba45994d868f268; no voters: 
I20260630 12:11:33.241417  2380 raft_consensus.cc:2804] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:33.241794  2380 raft_consensus.cc:493] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:33.242069  2380 raft_consensus.cc:3060] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:33.246483  2380 raft_consensus.cc:515] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.248013  2380 leader_election.cc:290] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [CANDIDATE]: Term 1 election: Requested vote from peers 7b36e3b876864f0f8ba45994d868f268 (127.0.107.193:33465), 70694ee2eeef414cbd918484740c9b94 (127.0.107.194:37301)
I20260630 12:11:33.248651  2179 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "56f85c2e66834be3b615af8fb6b22cc5" candidate_uuid: "45995052793a4e1ea288399e1a4ae4a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b36e3b876864f0f8ba45994d868f268"
I20260630 12:11:33.248950  2254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "56f85c2e66834be3b615af8fb6b22cc5" candidate_uuid: "45995052793a4e1ea288399e1a4ae4a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70694ee2eeef414cbd918484740c9b94"
I20260630 12:11:33.249240  2179 raft_consensus.cc:3060] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:33.249472  2254 raft_consensus.cc:3060] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:33.255800  2179 raft_consensus.cc:2468] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 45995052793a4e1ea288399e1a4ae4a3 in term 1.
I20260630 12:11:33.255800  2254 raft_consensus.cc:2468] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 45995052793a4e1ea288399e1a4ae4a3 in term 1.
I20260630 12:11:33.257020  2292 leader_election.cc:304] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 45995052793a4e1ea288399e1a4ae4a3, 70694ee2eeef414cbd918484740c9b94; no voters: 
I20260630 12:11:33.257637  2380 raft_consensus.cc:2804] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:33.258708  2380 raft_consensus.cc:697] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 1 LEADER]: Becoming Leader. State: Replica: 45995052793a4e1ea288399e1a4ae4a3, State: Running, Role: LEADER
I20260630 12:11:33.259423  2380 consensus_queue.cc:237] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } }
I20260630 12:11:33.265637  2077 catalog_manager.cc:5697] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "45995052793a4e1ea288399e1a4ae4a3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:33.506646  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:33.511435  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:33.512006  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:33.716641  2394 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:33.734249  2397 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:33.795408  2380 consensus_queue.cc:1048] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:33.808605  2404 consensus_queue.cc:1048] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:35.513147  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:35.515240  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:35.515627  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:37.516551  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:37.518469  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:37.518803  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:39.519620  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:39.522011  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:39.522375  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:41.523253  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:41.525238  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:41.525596  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:43.537276  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:43.539731  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:43.540073  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:44.355662   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:44.362785  2416 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:44.363314  2417 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:44.364408  2419 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:44.365559   431 server_base.cc:1061] running on GCE node
I20260630 12:11:44.366966   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:44.367213   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:44.367357   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821504367344 us; error 0 us; skew 500 ppm
I20260630 12:11:44.367777   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:44.370538   431 webserver.cc:533] Webserver started at http://127.0.107.196:44303/ using document root <none> and password file <none>
I20260630 12:11:44.371044   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:44.371220   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:44.371464   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:44.372748   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "c4c59824dcca42e5bf6144e59a482395"
format_stamp: "Formatted at 2026-06-30 12:11:44 on dist-test-slave-t06f"
I20260630 12:11:44.377259   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:44.380470  2424 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:44.381191   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:11:44.381433   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "c4c59824dcca42e5bf6144e59a482395"
format_stamp: "Formatted at 2026-06-30 12:11:44 on dist-test-slave-t06f"
I20260630 12:11:44.381711   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:44.394399   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:44.395663   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:44.397044   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:44.399602   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:44.399833   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:44.400090   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:44.400281   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:44.441305   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46329
I20260630 12:11:44.441433  2486 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46329 every 8 connection(s)
I20260630 12:11:44.460626  2487 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37449
I20260630 12:11:44.461042  2487 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:44.461794  2487 heartbeater.cc:507] Master 127.0.107.254:37449 requested a full tablet report, sending...
I20260630 12:11:44.463739  2077 ts_manager.cc:194] Registered new tserver with Master: c4c59824dcca42e5bf6144e59a482395 (127.0.107.196:46329)
I20260630 12:11:44.465124  2077 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35888
I20260630 12:11:44.597721  2179 consensus_queue.cc:237] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [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: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: true } }
I20260630 12:11:44.731073  2254 raft_consensus.cc:1275] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Refusing update from remote peer 7b36e3b876864f0f8ba45994d868f268: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:44.732954  2495 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:11:44.753479  2328 raft_consensus.cc:1275] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Refusing update from remote peer 7b36e3b876864f0f8ba45994d868f268: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:11:44.753748  2495 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: true } } }
I20260630 12:11:44.755739  2254 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: true } } }
I20260630 12:11:44.757474  2415 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } 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:11:44.773417  2143 consensus_peers.cc:597] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 -> Peer c4c59824dcca42e5bf6144e59a482395 (127.0.107.196:46329): Couldn't send request to peer c4c59824dcca42e5bf6144e59a482395. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6ffd2e63a0f640459c25a566a9d28a0b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:44.777431  2328 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: true } } }
I20260630 12:11:44.787648  2077 catalog_manager.cc:5697] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 reported cstate change: config changed from index -1 to 2, NON_VOTER c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7b36e3b876864f0f8ba45994d868f268" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: true } } }
I20260630 12:11:45.204097  2506 ts_tablet_manager.cc:933] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: Initiating tablet copy from peer 7b36e3b876864f0f8ba45994d868f268 (127.0.107.193:33465)
I20260630 12:11:45.205802  2506 tablet_copy_client.cc:323] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:33465
I20260630 12:11:45.217190  2189 tablet_copy_service.cc:140] P 7b36e3b876864f0f8ba45994d868f268: Received BeginTabletCopySession request for tablet 6ffd2e63a0f640459c25a566a9d28a0b from peer c4c59824dcca42e5bf6144e59a482395 ({username='slave'} at 127.0.0.1:46016)
I20260630 12:11:45.217639  2189 tablet_copy_service.cc:161] P 7b36e3b876864f0f8ba45994d868f268: Beginning new tablet copy session on tablet 6ffd2e63a0f640459c25a566a9d28a0b from peer c4c59824dcca42e5bf6144e59a482395 at {username='slave'} at 127.0.0.1:46016: session id = c4c59824dcca42e5bf6144e59a482395-6ffd2e63a0f640459c25a566a9d28a0b
I20260630 12:11:45.222967  2189 tablet_copy_source_session.cc:215] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:11:45.225467  2506 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ffd2e63a0f640459c25a566a9d28a0b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:45.235680  2506 tablet_copy_client.cc:806] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: tablet copy: Starting download of 0 data blocks...
I20260630 12:11:45.236280  2506 tablet_copy_client.cc:670] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: tablet copy: Starting download of 1 WAL segments...
I20260630 12:11:45.240056  2506 tablet_copy_client.cc:538] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:11:45.246253  2506 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: Bootstrap starting.
I20260630 12:11:45.263923  2506 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: 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:11:45.264894  2506 tablet_bootstrap.cc:492] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: Bootstrap complete.
I20260630 12:11:45.265578  2506 ts_tablet_manager.cc:1403] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260630 12:11:45.267712  2506 raft_consensus.cc:359] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: true } }
I20260630 12:11:45.268329  2506 raft_consensus.cc:740] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c4c59824dcca42e5bf6144e59a482395, State: Initialized, Role: LEARNER
I20260630 12:11:45.268857  2506 consensus_queue.cc:260] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [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: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: true } }
I20260630 12:11:45.271366  2487 heartbeater.cc:499] Master 127.0.107.254:37449 was elected leader, sending a full tablet report...
I20260630 12:11:45.271857  2506 ts_tablet_manager.cc:1434] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:11:45.274236  2189 tablet_copy_service.cc:342] P 7b36e3b876864f0f8ba45994d868f268: Request end of tablet copy session c4c59824dcca42e5bf6144e59a482395-6ffd2e63a0f640459c25a566a9d28a0b received from {username='slave'} at 127.0.0.1:46016
I20260630 12:11:45.274646  2189 tablet_copy_service.cc:434] P 7b36e3b876864f0f8ba45994d868f268: ending tablet copy session c4c59824dcca42e5bf6144e59a482395-6ffd2e63a0f640459c25a566a9d28a0b on tablet 6ffd2e63a0f640459c25a566a9d28a0b with peer c4c59824dcca42e5bf6144e59a482395
I20260630 12:11:45.541045  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:45.543421  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:45.543823  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:11:45.820494  2108 debug-util.cc:398] Leaking SignalData structure 0x7b080020ea40 after lost signal to thread 434
W20260630 12:11:45.821734  2108 debug-util.cc:398] Leaking SignalData structure 0x7b08001de8c0 after lost signal to thread 2111
W20260630 12:11:45.823810  2108 debug-util.cc:398] Leaking SignalData structure 0x7b080020c360 after lost signal to thread 2278
I20260630 12:11:45.824506  2462 raft_consensus.cc:1217] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260630 12:11:45.825876  2108 debug-util.cc:398] Leaking SignalData structure 0x7b080000b120 after lost signal to thread 2352
I20260630 12:11:46.314550  2415 raft_consensus.cc:1064] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: attempting to promote NON_VOTER c4c59824dcca42e5bf6144e59a482395 to VOTER
I20260630 12:11:46.317225  2415 consensus_queue.cc:237] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [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: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } }
I20260630 12:11:46.324956  2462 raft_consensus.cc:1275] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 LEARNER]: Refusing update from remote peer 7b36e3b876864f0f8ba45994d868f268: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:11:46.325635  2328 raft_consensus.cc:1275] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Refusing update from remote peer 7b36e3b876864f0f8ba45994d868f268: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:11:46.326743  2254 raft_consensus.cc:1275] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Refusing update from remote peer 7b36e3b876864f0f8ba45994d868f268: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:11:46.328177  2515 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:11:46.329317  2513 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:11:46.330139  2415 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } 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:11:46.343878  2415 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.345597  2462 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.358687  2254 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.371464  2075 catalog_manager.cc:5697] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 reported cstate change: config changed from index 2 to 3, c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "7b36e3b876864f0f8ba45994d868f268" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:11:46.380791  2328 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c4c59824dcca42e5bf6144e59a482395 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "45995052793a4e1ea288399e1a4ae4a3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35527 } attrs { replace: true } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.409618  2179 consensus_queue.cc:237] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [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: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } }
I20260630 12:11:46.416895  2462 raft_consensus.cc:1275] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 FOLLOWER]: Refusing update from remote peer 7b36e3b876864f0f8ba45994d868f268: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:11:46.419636  2254 raft_consensus.cc:1275] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Refusing update from remote peer 7b36e3b876864f0f8ba45994d868f268: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:11:46.420413  2515 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } 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:11:46.421260  2415 consensus_queue.cc:1048] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:11:46.429666  2415 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.430812  2254 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.431656  2462 raft_consensus.cc:2955] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.444502  2076 catalog_manager.cc:5697] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 reported cstate change: config changed from index 3 to 4, VOTER 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "7b36e3b876864f0f8ba45994d868f268" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7b36e3b876864f0f8ba45994d868f268" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33465 } } peers { permanent_uuid: "70694ee2eeef414cbd918484740c9b94" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37301 } } peers { permanent_uuid: "c4c59824dcca42e5bf6144e59a482395" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46329 } attrs { promote: false } } }
I20260630 12:11:46.452095  2064 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6ffd2e63a0f640459c25a566a9d28a0b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:11:46.460762  2318 tablet_service.cc:1558] Processing DeleteTablet for tablet 6ffd2e63a0f640459c25a566a9d28a0b with delete_type TABLET_DATA_TOMBSTONED (TS 45995052793a4e1ea288399e1a4ae4a3 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52532
I20260630 12:11:46.463904  2527 tablet_replica.cc:333] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: stopping tablet replica
I20260630 12:11:46.464610  2527 raft_consensus.cc:2243] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:46.465188  2527 raft_consensus.cc:2272] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:46.468056  2527 ts_tablet_manager.cc:1916] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:11:46.478399  2527 ts_tablet_manager.cc:1929] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:11:46.478771  2527 log.cc:1199] T 6ffd2e63a0f640459c25a566a9d28a0b P 45995052793a4e1ea288399e1a4ae4a3: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821463202658-431-0/minicluster-data/ts-2-root/wals/6ffd2e63a0f640459c25a566a9d28a0b
I20260630 12:11:46.480351  2063 catalog_manager.cc:5028] TS 45995052793a4e1ea288399e1a4ae4a3 (127.0.107.195:35527): tablet 6ffd2e63a0f640459c25a566a9d28a0b (table test-workload [id=c1f12cde138642c7aae126d2e5ac77f5]) successfully deleted
W20260630 12:11:46.778154  2483 debug-util.cc:398] Leaking SignalData structure 0x7b080004fd40 after lost signal to thread 434
W20260630 12:11:46.779023  2483 debug-util.cc:398] Leaking SignalData structure 0x7b0800050420 after lost signal to thread 2111
W20260630 12:11:46.779928  2483 debug-util.cc:398] Leaking SignalData structure 0x7b08000c0300 after lost signal to thread 2203
W20260630 12:11:46.780743  2483 debug-util.cc:398] Leaking SignalData structure 0x7b0800048ee0 after lost signal to thread 2278
W20260630 12:11:46.781539  2483 debug-util.cc:398] Leaking SignalData structure 0x7b08000c8520 after lost signal to thread 2352
W20260630 12:11:46.782490  2483 debug-util.cc:398] Leaking SignalData structure 0x7b080021c620 after lost signal to thread 2486
I20260630 12:11:47.545035  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:47.547936  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:47.548374  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:49.549563  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:49.552506  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:49.552976  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:51.554105  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:51.555938  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:51.556224  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:53.577435  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:53.582058  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:53.582412  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:11:55.401081  2349 debug-util.cc:398] Leaking SignalData structure 0x7b08000939c0 after lost signal to thread 434
W20260630 12:11:55.402114  2349 debug-util.cc:398] Leaking SignalData structure 0x7b0800100020 after lost signal to thread 2111
W20260630 12:11:55.403101  2349 debug-util.cc:398] Leaking SignalData structure 0x7b0800141c00 after lost signal to thread 2203
W20260630 12:11:55.403936  2349 debug-util.cc:398] Leaking SignalData structure 0x7b08001b8d80 after lost signal to thread 2278
W20260630 12:11:55.404865  2349 debug-util.cc:398] Leaking SignalData structure 0x7b08001a0ea0 after lost signal to thread 2352
W20260630 12:11:55.405746  2349 debug-util.cc:398] Leaking SignalData structure 0x7b08000b8f20 after lost signal to thread 2486
I20260630 12:11:55.583313  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:55.585427  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:55.585870  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:57.586902  2130 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:57.588853  2130 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:57.589229  2130 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:57.642825   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:57.671741   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:57.672564   431 tablet_replica.cc:333] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268: stopping tablet replica
I20260630 12:11:57.673233   431 raft_consensus.cc:2243] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:57.674327   431 raft_consensus.cc:2272] T 6ffd2e63a0f640459c25a566a9d28a0b P 7b36e3b876864f0f8ba45994d868f268 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:57.676753   431 tablet_replica.cc:333] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268: stopping tablet replica
I20260630 12:11:57.677222   431 raft_consensus.cc:2243] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:57.677735   431 raft_consensus.cc:2272] T 56f85c2e66834be3b615af8fb6b22cc5 P 7b36e3b876864f0f8ba45994d868f268 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:57.700947   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:57.715899   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:57.743182   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:57.743888   431 tablet_replica.cc:333] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94: stopping tablet replica
I20260630 12:11:57.744518   431 raft_consensus.cc:2243] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:57.745486   431 raft_consensus.cc:2272] T 6ffd2e63a0f640459c25a566a9d28a0b P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:57.748256   431 tablet_replica.cc:333] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94: stopping tablet replica
I20260630 12:11:57.748770   431 raft_consensus.cc:2243] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:57.749243   431 raft_consensus.cc:2272] T 56f85c2e66834be3b615af8fb6b22cc5 P 70694ee2eeef414cbd918484740c9b94 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:57.771984   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:11:57.782485  2294 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33465: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260630 12:11:57.786624  2294 consensus_peers.cc:597] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 -> Peer 7b36e3b876864f0f8ba45994d868f268 (127.0.107.193:33465): Couldn't send request to peer 7b36e3b876864f0f8ba45994d868f268. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33465: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:57.790542   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:11:57.800482  2292 consensus_peers.cc:597] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 -> Peer 70694ee2eeef414cbd918484740c9b94 (127.0.107.194:37301): Couldn't send request to peer 70694ee2eeef414cbd918484740c9b94. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37301: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:57.820427   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:57.821309   431 tablet_replica.cc:333] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3: stopping tablet replica
I20260630 12:11:57.822033   431 raft_consensus.cc:2243] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:57.823208   431 raft_consensus.cc:2272] T 56f85c2e66834be3b615af8fb6b22cc5 P 45995052793a4e1ea288399e1a4ae4a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:58.015036   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:58.027431   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:11:58.049877   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:58.050565   431 tablet_replica.cc:333] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395: stopping tablet replica
I20260630 12:11:58.051105   431 raft_consensus.cc:2243] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:58.051771   431 raft_consensus.cc:2272] T 6ffd2e63a0f640459c25a566a9d28a0b P c4c59824dcca42e5bf6144e59a482395 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:58.089939   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:11:58.101845   431 master.cc:562] Master@127.0.107.254:37449 shutting down...
I20260630 12:11:58.119566   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:58.120217   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:58.120586   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f6e1cf7a933c45a0af90e1ccb435bb2e: stopping tablet replica
I20260630 12:11:58.160037   431 master.cc:584] Master@127.0.107.254:37449 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (26835 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:11:58.197818   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40665
I20260630 12:11:58.198988   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:58.204447  2532 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:58.204691  2533 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:58.205904  2535 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:58.206898   431 server_base.cc:1061] running on GCE node
I20260630 12:11:58.207823   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:58.208012   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:11:58.208197   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821518208181 us; error 0 us; skew 500 ppm
I20260630 12:11:58.208751   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:58.211113   431 webserver.cc:533] Webserver started at http://127.0.107.254:40965/ using document root <none> and password file <none>
I20260630 12:11:58.211611   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:58.211830   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:58.212131   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:58.213282   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "c1788adf3c28405bbbf74ce72d01a1fd"
format_stamp: "Formatted at 2026-06-30 12:11:58 on dist-test-slave-t06f"
I20260630 12:11:58.217814   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:11:58.221218  2540 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:58.222144   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:58.222388   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "c1788adf3c28405bbbf74ce72d01a1fd"
format_stamp: "Formatted at 2026-06-30 12:11:58 on dist-test-slave-t06f"
I20260630 12:11:58.222622   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:58.239789   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:58.240899   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:58.277168   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40665
I20260630 12:11:58.277272  2591 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40665 every 8 connection(s)
I20260630 12:11:58.281280  2592 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:58.291388  2592 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd: Bootstrap starting.
I20260630 12:11:58.296082  2592 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:58.300205  2592 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd: No bootstrap required, opened a new log
I20260630 12:11:58.302448  2592 raft_consensus.cc:359] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1788adf3c28405bbbf74ce72d01a1fd" member_type: VOTER }
I20260630 12:11:58.302940  2592 raft_consensus.cc:385] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:58.303174  2592 raft_consensus.cc:740] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1788adf3c28405bbbf74ce72d01a1fd, State: Initialized, Role: FOLLOWER
I20260630 12:11:58.303906  2592 consensus_queue.cc:260] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c1788adf3c28405bbbf74ce72d01a1fd" member_type: VOTER }
I20260630 12:11:58.304375  2592 raft_consensus.cc:399] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:58.304605  2592 raft_consensus.cc:493] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:58.304899  2592 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:58.309182  2592 raft_consensus.cc:515] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1788adf3c28405bbbf74ce72d01a1fd" member_type: VOTER }
I20260630 12:11:58.309789  2592 leader_election.cc:304] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [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: c1788adf3c28405bbbf74ce72d01a1fd; no voters: 
I20260630 12:11:58.310860  2592 leader_election.cc:290] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:58.311288  2595 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:58.312722  2595 raft_consensus.cc:697] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 1 LEADER]: Becoming Leader. State: Replica: c1788adf3c28405bbbf74ce72d01a1fd, State: Running, Role: LEADER
I20260630 12:11:58.313510  2595 consensus_queue.cc:237] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [LEADER]: Queue going to LEADER mode. State: All 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: "c1788adf3c28405bbbf74ce72d01a1fd" member_type: VOTER }
I20260630 12:11:58.313936  2592 sys_catalog.cc:565] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:58.319126  2597 sys_catalog.cc:455] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [sys.catalog]: SysCatalogTable state changed. Reason: New leader c1788adf3c28405bbbf74ce72d01a1fd. Latest consensus state: current_term: 1 leader_uuid: "c1788adf3c28405bbbf74ce72d01a1fd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1788adf3c28405bbbf74ce72d01a1fd" member_type: VOTER } }
I20260630 12:11:58.319149  2596 sys_catalog.cc:455] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c1788adf3c28405bbbf74ce72d01a1fd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1788adf3c28405bbbf74ce72d01a1fd" member_type: VOTER } }
I20260630 12:11:58.319783  2597 sys_catalog.cc:458] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:58.320173  2596 sys_catalog.cc:458] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:58.321964  2604 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:58.328393  2604 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:58.329527   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:58.337532  2604 catalog_manager.cc:1383] Generated new cluster ID: 5af867e83e9649889aaf585f0f8108ca
I20260630 12:11:58.337843  2604 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:58.366659  2604 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:58.367905  2604 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:58.381027  2604 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd: Generated new TSK 0
I20260630 12:11:58.381685  2604 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:58.395000   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000183573s
I20260630 12:12:10.488847   431 master.cc:562] Master@127.0.107.254:40665 shutting down...
I20260630 12:12:10.513984   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:10.514793   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:10.515239   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c1788adf3c28405bbbf74ce72d01a1fd: stopping tablet replica
I20260630 12:12:10.535265   431 master.cc:584] Master@127.0.107.254:40665 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12370 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:12:10.569029   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37463
I20260630 12:12:10.570329   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:10.576529  2615 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.576668  2616 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.578024  2618 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:10.578617   431 server_base.cc:1061] running on GCE node
I20260630 12:12:10.579288   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:10.579466   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:10.579576   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821530579565 us; error 0 us; skew 500 ppm
I20260630 12:12:10.580049   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:10.582401   431 webserver.cc:533] Webserver started at http://127.0.107.254:36825/ using document root <none> and password file <none>
I20260630 12:12:10.582863   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:10.583019   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:10.583235   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:10.584379   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "1a5ebc55184e434d9f851c0b68577219"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.588994   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:10.592219  2623 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.592943   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:10.593223   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "1a5ebc55184e434d9f851c0b68577219"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.593520   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:10.605392   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:10.606628   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:10.643844   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37463
I20260630 12:12:10.643944  2674 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37463 every 8 connection(s)
I20260630 12:12:10.648005  2675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:10.658788  2675 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219: Bootstrap starting.
I20260630 12:12:10.663522  2675 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:10.667778  2675 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219: No bootstrap required, opened a new log
I20260630 12:12:10.669986  2675 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1a5ebc55184e434d9f851c0b68577219" member_type: VOTER }
I20260630 12:12:10.670440  2675 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:10.670661  2675 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a5ebc55184e434d9f851c0b68577219, State: Initialized, Role: FOLLOWER
I20260630 12:12:10.671238  2675 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1a5ebc55184e434d9f851c0b68577219" member_type: VOTER }
I20260630 12:12:10.671715  2675 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:10.671941  2675 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:10.672228  2675 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:10.676755  2675 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1a5ebc55184e434d9f851c0b68577219" member_type: VOTER }
I20260630 12:12:10.677287  2675 leader_election.cc:304] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [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: 1a5ebc55184e434d9f851c0b68577219; no voters: 
I20260630 12:12:10.678457  2675 leader_election.cc:290] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:10.678774  2678 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:10.680070  2678 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 1 LEADER]: Becoming Leader. State: Replica: 1a5ebc55184e434d9f851c0b68577219, State: Running, Role: LEADER
I20260630 12:12:10.680787  2678 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [LEADER]: Queue going to LEADER mode. State: All 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: "1a5ebc55184e434d9f851c0b68577219" member_type: VOTER }
I20260630 12:12:10.681384  2675 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:10.683935  2679 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1a5ebc55184e434d9f851c0b68577219" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1a5ebc55184e434d9f851c0b68577219" member_type: VOTER } }
I20260630 12:12:10.684046  2680 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1a5ebc55184e434d9f851c0b68577219. Latest consensus state: current_term: 1 leader_uuid: "1a5ebc55184e434d9f851c0b68577219" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1a5ebc55184e434d9f851c0b68577219" member_type: VOTER } }
I20260630 12:12:10.684727  2680 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:10.684680  2679 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:10.688560  2684 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:10.694656  2684 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:10.696902   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:10.703729  2684 catalog_manager.cc:1383] Generated new cluster ID: 2705fd49753d4ac8a2a50feba9a37a9d
I20260630 12:12:10.704043  2684 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:10.718665  2684 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:10.719992  2684 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:10.738288  2684 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219: Generated new TSK 0
I20260630 12:12:10.738926  2684 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:10.763340   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:10.769196  2696 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.770147  2697 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.771711  2699 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:10.772008   431 server_base.cc:1061] running on GCE node
I20260630 12:12:10.772903   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:10.773093   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:10.773233   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821530773222 us; error 0 us; skew 500 ppm
I20260630 12:12:10.773715   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:10.776073   431 webserver.cc:533] Webserver started at http://127.0.107.193:40203/ using document root <none> and password file <none>
I20260630 12:12:10.776480   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:10.776630   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:10.776849   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:10.778049   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "e6093ed65b0c46faade746aa3f73b94f"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.782593   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:12:10.786163  2704 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.786918   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:12:10.787156   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "e6093ed65b0c46faade746aa3f73b94f"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.787390   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:10.803292   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:10.804437   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:10.805894   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:10.808185   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:10.808355   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.808657   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:10.808805   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.848385   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37459
I20260630 12:12:10.848479  2766 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37459 every 8 connection(s)
I20260630 12:12:10.853474   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:10.861522  2771 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.862583  2772 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.866367  2774 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:10.866616   431 server_base.cc:1061] running on GCE node
I20260630 12:12:10.867360  2767 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37463
I20260630 12:12:10.867697   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:12:10.867764  2767 heartbeater.cc:461] Registering TS with master...
W20260630 12:12:10.868080   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:10.868300   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821530868282 us; error 0 us; skew 500 ppm
I20260630 12:12:10.868799  2767 heartbeater.cc:507] Master 127.0.107.254:37463 requested a full tablet report, sending...
I20260630 12:12:10.869037   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:10.871254  2640 ts_manager.cc:194] Registered new tserver with Master: e6093ed65b0c46faade746aa3f73b94f (127.0.107.193:37459)
I20260630 12:12:10.871870   431 webserver.cc:533] Webserver started at http://127.0.107.194:41861/ using document root <none> and password file <none>
I20260630 12:12:10.872371   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:10.872582   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:10.872860   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:10.873358  2640 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55988
I20260630 12:12:10.874200   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "4984799caed744acadb7b78433e697eb"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.878773   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:12:10.882737  2779 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.883584   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:12:10.883913   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "4984799caed744acadb7b78433e697eb"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.884177   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:10.911167   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:10.912379   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:10.913916   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:10.916250   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:10.916479   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.916725   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:10.916898   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.956323   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41669
I20260630 12:12:10.956420  2841 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41669 every 8 connection(s)
I20260630 12:12:10.961114   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:10.968516  2845 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.969859  2846 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:10.971997  2849 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:10.972581   431 server_base.cc:1061] running on GCE node
I20260630 12:12:10.973425   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:10.973699   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:10.973897   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821530973879 us; error 0 us; skew 500 ppm
I20260630 12:12:10.974647   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:10.974581  2842 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37463
I20260630 12:12:10.975126  2842 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:10.976033  2842 heartbeater.cc:507] Master 127.0.107.254:37463 requested a full tablet report, sending...
I20260630 12:12:10.978263   431 webserver.cc:533] Webserver started at http://127.0.107.195:43105/ using document root <none> and password file <none>
I20260630 12:12:10.978468  2640 ts_manager.cc:194] Registered new tserver with Master: 4984799caed744acadb7b78433e697eb (127.0.107.194:41669)
I20260630 12:12:10.978906   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:10.979161   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:10.979475   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:10.980270  2640 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55998
I20260630 12:12:10.981012   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "b23dafdb56184a5181e2bc225d2578fc"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.985970   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:12:10.989264  2853 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:10.990027   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:10.990319   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "b23dafdb56184a5181e2bc225d2578fc"
format_stamp: "Formatted at 2026-06-30 12:12:10 on dist-test-slave-t06f"
I20260630 12:12:10.990584   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:11.008549   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:11.009852   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:11.011278   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:11.013543   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:11.013833   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:11.014071   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:11.014246   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:11.052739   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41073
I20260630 12:12:11.052832  2915 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41073 every 8 connection(s)
I20260630 12:12:11.066385  2916 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37463
I20260630 12:12:11.066766  2916 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:11.067512  2916 heartbeater.cc:507] Master 127.0.107.254:37463 requested a full tablet report, sending...
I20260630 12:12:11.069458  2640 ts_manager.cc:194] Registered new tserver with Master: b23dafdb56184a5181e2bc225d2578fc (127.0.107.195:41073)
I20260630 12:12:11.069571   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013603817s
I20260630 12:12:11.071296  2640 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56014
I20260630 12:12:11.876014  2767 heartbeater.cc:499] Master 127.0.107.254:37463 was elected leader, sending a full tablet report...
I20260630 12:12:11.982982  2842 heartbeater.cc:499] Master 127.0.107.254:37463 was elected leader, sending a full tablet report...
I20260630 12:12:12.073966  2916 heartbeater.cc:499] Master 127.0.107.254:37463 was elected leader, sending a full tablet report...
I20260630 12:12:12.696580  2693 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:14.697882  2693 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:16.699134  2693 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:18.700225  2693 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:20.701406  2693 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:22.702521  2693 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:23.164004   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:23.188829   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:23.205929   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:23.216167   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:23.235781   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:23.251832   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:23.262192   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:23.280788   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:23.296753   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:23.305830   431 master.cc:562] Master@127.0.107.254:37463 shutting down...
I20260630 12:12:23.326663   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:23.327430   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:23.327802   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1a5ebc55184e434d9f851c0b68577219: stopping tablet replica
I20260630 12:12:23.345499   431 master.cc:584] Master@127.0.107.254:37463 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12813 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:12:23.385243   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43283
I20260630 12:12:23.386552   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:23.392423  2922 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.392539  2921 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.393119  2924 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:23.395437   431 server_base.cc:1061] running on GCE node
I20260630 12:12:23.396265   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:23.396450   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:23.396564   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821543396552 us; error 0 us; skew 500 ppm
I20260630 12:12:23.396991   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:23.399293   431 webserver.cc:533] Webserver started at http://127.0.107.254:46601/ using document root <none> and password file <none>
I20260630 12:12:23.399709   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:23.399873   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:23.400101   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:23.401170   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "e763bba00027419d98aa49f77005603d"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.405571   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:12:23.408677  2929 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.409376   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:23.409710   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "e763bba00027419d98aa49f77005603d"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.409991   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:23.424503   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:23.425729   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:23.462895   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43283
I20260630 12:12:23.463008  2980 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43283 every 8 connection(s)
I20260630 12:12:23.466831  2981 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:23.477465  2981 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d: Bootstrap starting.
I20260630 12:12:23.482012  2981 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:23.486061  2981 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d: No bootstrap required, opened a new log
I20260630 12:12:23.488123  2981 raft_consensus.cc:359] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e763bba00027419d98aa49f77005603d" member_type: VOTER }
I20260630 12:12:23.488548  2981 raft_consensus.cc:385] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:23.488727  2981 raft_consensus.cc:740] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e763bba00027419d98aa49f77005603d, State: Initialized, Role: FOLLOWER
I20260630 12:12:23.489295  2981 consensus_queue.cc:260] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e763bba00027419d98aa49f77005603d" member_type: VOTER }
I20260630 12:12:23.489754  2981 raft_consensus.cc:399] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:23.489954  2981 raft_consensus.cc:493] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:23.490166  2981 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:23.494546  2981 raft_consensus.cc:515] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e763bba00027419d98aa49f77005603d" member_type: VOTER }
I20260630 12:12:23.495007  2981 leader_election.cc:304] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [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: e763bba00027419d98aa49f77005603d; no voters: 
I20260630 12:12:23.496042  2981 leader_election.cc:290] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:23.496420  2984 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:23.497788  2984 raft_consensus.cc:697] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 1 LEADER]: Becoming Leader. State: Replica: e763bba00027419d98aa49f77005603d, State: Running, Role: LEADER
I20260630 12:12:23.498440  2984 consensus_queue.cc:237] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [LEADER]: Queue going to LEADER mode. State: All 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: "e763bba00027419d98aa49f77005603d" member_type: VOTER }
I20260630 12:12:23.498994  2981 sys_catalog.cc:565] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:23.501360  2985 sys_catalog.cc:455] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e763bba00027419d98aa49f77005603d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e763bba00027419d98aa49f77005603d" member_type: VOTER } }
I20260630 12:12:23.502125  2985 sys_catalog.cc:458] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:23.501467  2986 sys_catalog.cc:455] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [sys.catalog]: SysCatalogTable state changed. Reason: New leader e763bba00027419d98aa49f77005603d. Latest consensus state: current_term: 1 leader_uuid: "e763bba00027419d98aa49f77005603d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e763bba00027419d98aa49f77005603d" member_type: VOTER } }
I20260630 12:12:23.503293  2986 sys_catalog.cc:458] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:23.505498  2991 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:23.512171  2991 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:23.513250   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:23.520805  2991 catalog_manager.cc:1383] Generated new cluster ID: 287bff2d1c6d4307809d9138aed037b0
I20260630 12:12:23.521091  2991 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:23.537989  2991 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:23.539228  2991 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:23.551275  2991 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d: Generated new TSK 0
I20260630 12:12:23.551874  2991 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:23.580049   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:23.585878  3002 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.587041  3003 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:23.588717   431 server_base.cc:1061] running on GCE node
W20260630 12:12:23.589155  3005 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:23.590040   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:23.590265   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:23.590466   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821543590442 us; error 0 us; skew 500 ppm
I20260630 12:12:23.590960   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:23.593230   431 webserver.cc:533] Webserver started at http://127.0.107.193:45591/ using document root <none> and password file <none>
I20260630 12:12:23.593771   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:23.593981   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:23.594246   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:23.595323   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "95147ac2c681487688b69f066a2a51c8"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.599731   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:23.603034  3010 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.603785   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:12:23.604168   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "95147ac2c681487688b69f066a2a51c8"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.604475   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:23.623106   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:23.624318   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:23.625792   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:23.628037   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:23.628248   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.628497   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:23.628676   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.683005   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41967
I20260630 12:12:23.683111  3073 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41967 every 8 connection(s)
I20260630 12:12:23.689908   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:23.699448  3078 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.700155  3079 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:23.702922   431 server_base.cc:1061] running on GCE node
W20260630 12:12:23.702894  3081 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:23.704330   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:23.704579   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:23.704780   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821543704762 us; error 0 us; skew 500 ppm
I20260630 12:12:23.705332   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:23.708309  3074 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43283
I20260630 12:12:23.708696  3074 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:23.708925   431 webserver.cc:533] Webserver started at http://127.0.107.194:46783/ using document root <none> and password file <none>
I20260630 12:12:23.709529   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:23.709528  3074 heartbeater.cc:507] Master 127.0.107.254:43283 requested a full tablet report, sending...
I20260630 12:12:23.710032   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:23.710392   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:23.712332   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "ab7a19c7f22049b6b854d93e3578da8b"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.712652  2946 ts_manager.cc:194] Registered new tserver with Master: 95147ac2c681487688b69f066a2a51c8 (127.0.107.193:41967)
I20260630 12:12:23.715025  2946 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53464
I20260630 12:12:23.718185   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.005s
I20260630 12:12:23.721982  3086 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.722774   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:23.723080   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "ab7a19c7f22049b6b854d93e3578da8b"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.723376   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:23.752507   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:23.753882   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:23.755375   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:23.758301   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:23.758546   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.758816   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:23.759003   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.798452   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34111
I20260630 12:12:23.798554  3148 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34111 every 8 connection(s)
I20260630 12:12:23.803385   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:23.810352  3152 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.811379  3153 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:23.813539  3155 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:23.814471   431 server_base.cc:1061] running on GCE node
I20260630 12:12:23.815436   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:23.815711   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:23.815945   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821543815924 us; error 0 us; skew 500 ppm
I20260630 12:12:23.816628   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:23.816959  3149 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43283
I20260630 12:12:23.817385  3149 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:23.818316  3149 heartbeater.cc:507] Master 127.0.107.254:43283 requested a full tablet report, sending...
I20260630 12:12:23.819360   431 webserver.cc:533] Webserver started at http://127.0.107.195:41959/ using document root <none> and password file <none>
I20260630 12:12:23.820055   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:23.820291   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:23.820593   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:23.820549  2946 ts_manager.cc:194] Registered new tserver with Master: ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111)
I20260630 12:12:23.822352   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "813682189ef24ba4aa517c616c11b670"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.822618  2946 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53466
I20260630 12:12:23.827468   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:12:23.830899  3160 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.831668   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:23.832072   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "813682189ef24ba4aa517c616c11b670"
format_stamp: "Formatted at 2026-06-30 12:12:23 on dist-test-slave-t06f"
I20260630 12:12:23.832367   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:23.852602   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:23.853844   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:23.855278   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:23.857529   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:23.857795   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:12:23.858035   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:23.858208   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:23.897498   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38749
I20260630 12:12:23.897593  3222 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38749 every 8 connection(s)
I20260630 12:12:23.912194  3223 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43283
I20260630 12:12:23.912583  3223 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:23.913326  3223 heartbeater.cc:507] Master 127.0.107.254:43283 requested a full tablet report, sending...
I20260630 12:12:23.915287  2946 ts_manager.cc:194] Registered new tserver with Master: 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:23.915561   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014794452s
I20260630 12:12:23.917191  2946 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53470
I20260630 12:12:24.718268  3074 heartbeater.cc:499] Master 127.0.107.254:43283 was elected leader, sending a full tablet report...
I20260630 12:12:24.825314  3149 heartbeater.cc:499] Master 127.0.107.254:43283 was elected leader, sending a full tablet report...
I20260630 12:12:24.919998  3223 heartbeater.cc:499] Master 127.0.107.254:43283 was elected leader, sending a full tablet report...
I20260630 12:12:24.974687  2946 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53474:
name: "range_aware_auto_rebalancer_test"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 2
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:12:24.977130  2946 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_auto_rebalancer_test in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:12:25.038342  3038 tablet_service.cc:1511] Processing CreateTablet for tablet 9ceaf6443e2d40b39a52e36bf66172d7 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:25.040222  3038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ceaf6443e2d40b39a52e36bf66172d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.043066  3114 tablet_service.cc:1511] Processing CreateTablet for tablet 9ceaf6443e2d40b39a52e36bf66172d7 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:25.044606  3114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ceaf6443e2d40b39a52e36bf66172d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.044160  3037 tablet_service.cc:1511] Processing CreateTablet for tablet f1b747d62e9a43e88fb2f5ad92fc166d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:25.044425  3113 tablet_service.cc:1511] Processing CreateTablet for tablet f1b747d62e9a43e88fb2f5ad92fc166d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:25.045814  3113 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f1b747d62e9a43e88fb2f5ad92fc166d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.047040  3036 tablet_service.cc:1511] Processing CreateTablet for tablet 06246dd3b5ca47d3b88d4ce46272bde5 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:25.049793  3035 tablet_service.cc:1511] Processing CreateTablet for tablet 1bbd09e754e44684a4d4d47222a3732d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:25.045814  3037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f1b747d62e9a43e88fb2f5ad92fc166d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.050882  3112 tablet_service.cc:1511] Processing CreateTablet for tablet 06246dd3b5ca47d3b88d4ce46272bde5 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:25.052474  3112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06246dd3b5ca47d3b88d4ce46272bde5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.054782  3035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bbd09e754e44684a4d4d47222a3732d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.054913  3111 tablet_service.cc:1511] Processing CreateTablet for tablet 1bbd09e754e44684a4d4d47222a3732d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:25.055685  3188 tablet_service.cc:1511] Processing CreateTablet for tablet 9ceaf6443e2d40b39a52e36bf66172d7 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:25.056574  3111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bbd09e754e44684a4d4d47222a3732d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.057193  3188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ceaf6443e2d40b39a52e36bf66172d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.060773  3036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06246dd3b5ca47d3b88d4ce46272bde5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.063261  3187 tablet_service.cc:1511] Processing CreateTablet for tablet f1b747d62e9a43e88fb2f5ad92fc166d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:25.064822  3187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f1b747d62e9a43e88fb2f5ad92fc166d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.071496  3186 tablet_service.cc:1511] Processing CreateTablet for tablet 06246dd3b5ca47d3b88d4ce46272bde5 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:25.072101  3185 tablet_service.cc:1511] Processing CreateTablet for tablet 1bbd09e754e44684a4d4d47222a3732d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=3ef39bafab0345cebb91393045a8e8fb]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:25.073091  3186 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06246dd3b5ca47d3b88d4ce46272bde5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.074340  3185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bbd09e754e44684a4d4d47222a3732d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:25.127032  3245 tablet_bootstrap.cc:492] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: Bootstrap starting.
I20260630 12:12:25.131256  3244 tablet_bootstrap.cc:492] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670: Bootstrap starting.
I20260630 12:12:25.134919  3245 tablet_bootstrap.cc:654] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.132938  3243 tablet_bootstrap.cc:492] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b: Bootstrap starting.
I20260630 12:12:25.140303  3243 tablet_bootstrap.cc:654] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.141943  3244 tablet_bootstrap.cc:654] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.143501  3245 tablet_bootstrap.cc:492] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: No bootstrap required, opened a new log
I20260630 12:12:25.144068  3245 ts_tablet_manager.cc:1403] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: Time spent bootstrapping tablet: real 0.017s	user 0.017s	sys 0.000s
I20260630 12:12:25.146265  3243 tablet_bootstrap.cc:492] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b: No bootstrap required, opened a new log
I20260630 12:12:25.146708  3243 ts_tablet_manager.cc:1403] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.006s
I20260630 12:12:25.147689  3244 tablet_bootstrap.cc:492] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670: No bootstrap required, opened a new log
I20260630 12:12:25.148334  3244 ts_tablet_manager.cc:1403] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.000s
I20260630 12:12:25.147604  3245 raft_consensus.cc:359] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.148849  3245 raft_consensus.cc:385] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.149011  3243 raft_consensus.cc:359] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.149246  3245 raft_consensus.cc:740] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.149735  3243 raft_consensus.cc:385] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.150116  3243 raft_consensus.cc:740] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab7a19c7f22049b6b854d93e3578da8b, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.150800  3243 consensus_queue.cc:260] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.150507  3245 consensus_queue.cc:260] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.151356  3244 raft_consensus.cc:359] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.152307  3244 raft_consensus.cc:385] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.153048  3244 raft_consensus.cc:740] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 813682189ef24ba4aa517c616c11b670, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.153607  3243 ts_tablet_manager.cc:1434] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:12:25.154592  3243 tablet_bootstrap.cc:492] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b: Bootstrap starting.
I20260630 12:12:25.158768  3244 consensus_queue.cc:260] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.160266  3245 ts_tablet_manager.cc:1434] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:12:25.160975  3243 tablet_bootstrap.cc:654] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.163798  3245 tablet_bootstrap.cc:492] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: Bootstrap starting.
I20260630 12:12:25.169692  3243 tablet_bootstrap.cc:492] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b: No bootstrap required, opened a new log
I20260630 12:12:25.170213  3243 ts_tablet_manager.cc:1403] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.007s
I20260630 12:12:25.171442  3245 tablet_bootstrap.cc:654] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.172909  3243 raft_consensus.cc:359] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.173775  3243 raft_consensus.cc:385] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.174154  3243 raft_consensus.cc:740] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab7a19c7f22049b6b854d93e3578da8b, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.175108  3243 consensus_queue.cc:260] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.177141  3245 tablet_bootstrap.cc:492] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: No bootstrap required, opened a new log
I20260630 12:12:25.177647  3245 ts_tablet_manager.cc:1403] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.008s
I20260630 12:12:25.180410  3245 raft_consensus.cc:359] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.181201  3245 raft_consensus.cc:385] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.181561  3245 raft_consensus.cc:740] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.182335  3245 consensus_queue.cc:260] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.183164  3244 ts_tablet_manager.cc:1434] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670: Time spent starting tablet: real 0.034s	user 0.013s	sys 0.000s
I20260630 12:12:25.183996  3243 ts_tablet_manager.cc:1434] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260630 12:12:25.185231  3245 ts_tablet_manager.cc:1434] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:12:25.186265  3244 tablet_bootstrap.cc:492] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670: Bootstrap starting.
I20260630 12:12:25.186396  3245 tablet_bootstrap.cc:492] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8: Bootstrap starting.
W20260630 12:12:25.189146  3075 tablet.cc:2406] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:12:25.192705  3244 tablet_bootstrap.cc:654] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.193027  3245 tablet_bootstrap.cc:654] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.198613  3243 tablet_bootstrap.cc:492] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b: Bootstrap starting.
I20260630 12:12:25.202534  3244 tablet_bootstrap.cc:492] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670: No bootstrap required, opened a new log
I20260630 12:12:25.203070  3244 ts_tablet_manager.cc:1403] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.008s
I20260630 12:12:25.203506  3245 tablet_bootstrap.cc:492] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8: No bootstrap required, opened a new log
I20260630 12:12:25.203994  3245 ts_tablet_manager.cc:1403] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.005s
I20260630 12:12:25.205780  3243 tablet_bootstrap.cc:654] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.205593  3244 raft_consensus.cc:359] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.206248  3244 raft_consensus.cc:385] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.206846  3244 raft_consensus.cc:740] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 813682189ef24ba4aa517c616c11b670, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.206686  3245 raft_consensus.cc:359] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.207584  3245 raft_consensus.cc:385] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.207928  3245 raft_consensus.cc:740] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.207791  3244 consensus_queue.cc:260] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.208882  3245 consensus_queue.cc:260] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.210230  3244 ts_tablet_manager.cc:1434] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:25.211278  3244 tablet_bootstrap.cc:492] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670: Bootstrap starting.
I20260630 12:12:25.212620  3245 ts_tablet_manager.cc:1434] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:12:25.213987  3245 tablet_bootstrap.cc:492] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: Bootstrap starting.
I20260630 12:12:25.222103  3245 tablet_bootstrap.cc:654] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.226053  3250 raft_consensus.cc:493] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:25.226653  3250 raft_consensus.cc:515] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.230334  3244 tablet_bootstrap.cc:654] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.232193  3250 leader_election.cc:290] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.241252  3243 tablet_bootstrap.cc:492] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b: No bootstrap required, opened a new log
I20260630 12:12:25.242029  3243 ts_tablet_manager.cc:1403] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b: Time spent bootstrapping tablet: real 0.044s	user 0.022s	sys 0.021s
I20260630 12:12:25.242947  3251 raft_consensus.cc:493] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:25.243510  3251 raft_consensus.cc:515] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.248267  3251 leader_election.cc:290] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 95147ac2c681487688b69f066a2a51c8 (127.0.107.193:41967)
I20260630 12:12:25.258518  3244 tablet_bootstrap.cc:492] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670: No bootstrap required, opened a new log
I20260630 12:12:25.259207  3244 ts_tablet_manager.cc:1403] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670: Time spent bootstrapping tablet: real 0.048s	user 0.013s	sys 0.000s
I20260630 12:12:25.260272  3124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1b747d62e9a43e88fb2f5ad92fc166d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b" is_pre_election: true
I20260630 12:12:25.245962  3243 raft_consensus.cc:359] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.262296  3243 raft_consensus.cc:385] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.262692  3243 raft_consensus.cc:740] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab7a19c7f22049b6b854d93e3578da8b, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.263680  3243 consensus_queue.cc:260] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.264926  3124 raft_consensus.cc:2468] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 0.
I20260630 12:12:25.269450  3011 leader_election.cc:304] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95147ac2c681487688b69f066a2a51c8, ab7a19c7f22049b6b854d93e3578da8b; no voters: 
I20260630 12:12:25.270478  3250 raft_consensus.cc:2804] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:25.270887  3250 raft_consensus.cc:493] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:25.271314  3250 raft_consensus.cc:3060] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.272040  3243 ts_tablet_manager.cc:1434] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b: Time spent starting tablet: real 0.030s	user 0.007s	sys 0.001s
I20260630 12:12:25.273084  3243 tablet_bootstrap.cc:492] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b: Bootstrap starting.
I20260630 12:12:25.272723  3244 raft_consensus.cc:359] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.273425  3244 raft_consensus.cc:385] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.273741  3244 raft_consensus.cc:740] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 813682189ef24ba4aa517c616c11b670, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.274597  3244 consensus_queue.cc:260] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.278138  3245 tablet_bootstrap.cc:492] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: No bootstrap required, opened a new log
I20260630 12:12:25.278668  3244 ts_tablet_manager.cc:1434] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670: Time spent starting tablet: real 0.019s	user 0.002s	sys 0.006s
I20260630 12:12:25.278725  3245 ts_tablet_manager.cc:1403] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: Time spent bootstrapping tablet: real 0.065s	user 0.039s	sys 0.020s
I20260630 12:12:25.279372  3243 tablet_bootstrap.cc:654] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.279829  3244 tablet_bootstrap.cc:492] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670: Bootstrap starting.
I20260630 12:12:25.282027  3245 raft_consensus.cc:359] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.282866  3245 raft_consensus.cc:385] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.283201  3245 raft_consensus.cc:740] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.287027  3245 consensus_queue.cc:260] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.287315  3198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1b747d62e9a43e88fb2f5ad92fc166d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670" is_pre_election: true
I20260630 12:12:25.288275  3198 raft_consensus.cc:2468] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 0.
I20260630 12:12:25.290812  3264 raft_consensus.cc:493] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:25.291568  3264 raft_consensus.cc:515] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.292250  3250 raft_consensus.cc:515] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.295663  3124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b" is_pre_election: true
I20260630 12:12:25.297411  3198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670" is_pre_election: true
W20260630 12:12:25.297719  3011 leader_election.cc:343] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:25.298347  3198 raft_consensus.cc:2468] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 0.
I20260630 12:12:25.300324  3013 leader_election.cc:304] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [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: 813682189ef24ba4aa517c616c11b670, 95147ac2c681487688b69f066a2a51c8; no voters: ab7a19c7f22049b6b854d93e3578da8b
I20260630 12:12:25.301520  3124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1b747d62e9a43e88fb2f5ad92fc166d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b"
I20260630 12:12:25.302366  3124 raft_consensus.cc:3060] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.305651  3264 leader_election.cc:290] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.312352  3250 leader_election.cc:290] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 election: Requested vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.314234  3264 raft_consensus.cc:2804] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:25.322043  3264 raft_consensus.cc:493] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:25.322527  3264 raft_consensus.cc:3060] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.323372  3243 tablet_bootstrap.cc:492] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b: No bootstrap required, opened a new log
I20260630 12:12:25.323881  3243 ts_tablet_manager.cc:1403] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b: Time spent bootstrapping tablet: real 0.051s	user 0.035s	sys 0.011s
I20260630 12:12:25.326721  3245 ts_tablet_manager.cc:1434] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: Time spent starting tablet: real 0.047s	user 0.012s	sys 0.011s
I20260630 12:12:25.317976  3244 tablet_bootstrap.cc:654] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.329890  3198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f1b747d62e9a43e88fb2f5ad92fc166d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670"
I20260630 12:12:25.330623  3198 raft_consensus.cc:3060] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.326885  3243 raft_consensus.cc:359] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.332027  3243 raft_consensus.cc:385] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.332412  3243 raft_consensus.cc:740] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab7a19c7f22049b6b854d93e3578da8b, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.333267  3243 consensus_queue.cc:260] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.335042  3123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "813682189ef24ba4aa517c616c11b670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b" is_pre_election: true
I20260630 12:12:25.335614  3243 ts_tablet_manager.cc:1434] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:12:25.335759  3123 raft_consensus.cc:2468] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 813682189ef24ba4aa517c616c11b670 in term 0.
I20260630 12:12:25.336555  3264 raft_consensus.cc:515] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.339570  3123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b"
I20260630 12:12:25.339735  3264 leader_election.cc:290] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 election: Requested vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.340133  3123 raft_consensus.cc:3060] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.340883  3198 raft_consensus.cc:2468] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 1.
I20260630 12:12:25.340698  3161 leader_election.cc:304] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 813682189ef24ba4aa517c616c11b670, ab7a19c7f22049b6b854d93e3578da8b; no voters: 
I20260630 12:12:25.342063  3251 raft_consensus.cc:2804] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:25.342475  3251 raft_consensus.cc:493] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:25.342195  3197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670"
I20260630 12:12:25.342880  3251 raft_consensus.cc:3060] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.343437  3013 leader_election.cc:304] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 813682189ef24ba4aa517c616c11b670, 95147ac2c681487688b69f066a2a51c8; no voters: 
I20260630 12:12:25.344717  3264 raft_consensus.cc:2804] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:25.345296  3264 raft_consensus.cc:697] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Becoming Leader. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Running, Role: LEADER
I20260630 12:12:25.346312  3264 consensus_queue.cc:237] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.352239  3251 raft_consensus.cc:515] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.354907  3197 raft_consensus.cc:2393] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 95147ac2c681487688b69f066a2a51c8 in current term 1: Already voted for candidate 813682189ef24ba4aa517c616c11b670 in this term.
I20260630 12:12:25.357288  3122 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "813682189ef24ba4aa517c616c11b670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b"
I20260630 12:12:25.369669  3124 raft_consensus.cc:2468] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 1.
I20260630 12:12:25.372189  3251 leader_election.cc:290] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [CANDIDATE]: Term 1 election: Requested vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 95147ac2c681487688b69f066a2a51c8 (127.0.107.193:41967)
I20260630 12:12:25.377278  3244 tablet_bootstrap.cc:492] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670: No bootstrap required, opened a new log
I20260630 12:12:25.377823  3244 ts_tablet_manager.cc:1403] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670: Time spent bootstrapping tablet: real 0.098s	user 0.014s	sys 0.032s
I20260630 12:12:25.379349  3123 raft_consensus.cc:2468] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 1.
I20260630 12:12:25.380463  3047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "813682189ef24ba4aa517c616c11b670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95147ac2c681487688b69f066a2a51c8"
I20260630 12:12:25.381738  3047 raft_consensus.cc:2393] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 813682189ef24ba4aa517c616c11b670 in current term 1: Already voted for candidate 95147ac2c681487688b69f066a2a51c8 in this term.
I20260630 12:12:25.383424  3048 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ceaf6443e2d40b39a52e36bf66172d7" candidate_uuid: "813682189ef24ba4aa517c616c11b670" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95147ac2c681487688b69f066a2a51c8" is_pre_election: true
I20260630 12:12:25.384665  3048 raft_consensus.cc:2393] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 813682189ef24ba4aa517c616c11b670 in current term 1: Already voted for candidate 95147ac2c681487688b69f066a2a51c8 in this term.
I20260630 12:12:25.386603  3011 leader_election.cc:304] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [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: 95147ac2c681487688b69f066a2a51c8, ab7a19c7f22049b6b854d93e3578da8b; no voters: 813682189ef24ba4aa517c616c11b670
I20260630 12:12:25.387796  3244 raft_consensus.cc:359] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.387655  3161 leader_election.cc:304] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [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: 813682189ef24ba4aa517c616c11b670; no voters: 95147ac2c681487688b69f066a2a51c8, ab7a19c7f22049b6b854d93e3578da8b
I20260630 12:12:25.388696  3244 raft_consensus.cc:385] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.389046  3244 raft_consensus.cc:740] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 813682189ef24ba4aa517c616c11b670, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.389489  3251 raft_consensus.cc:2749] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:12:25.389854  3244 consensus_queue.cc:260] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.390368  3250 raft_consensus.cc:2804] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:25.390996  3250 raft_consensus.cc:697] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Becoming Leader. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Running, Role: LEADER
I20260630 12:12:25.391791  3250 consensus_queue.cc:237] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.392264  3244 ts_tablet_manager.cc:1434] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260630 12:12:25.394191  2945 catalog_manager.cc:5697] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 95147ac2c681487688b69f066a2a51c8 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "95147ac2c681487688b69f066a2a51c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:25.407505  2945 catalog_manager.cc:5697] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 95147ac2c681487688b69f066a2a51c8 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "95147ac2c681487688b69f066a2a51c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:25.450351  3264 raft_consensus.cc:493] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:25.450763  3264 raft_consensus.cc:515] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.452330  3264 leader_election.cc:290] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.453109  3123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bbd09e754e44684a4d4d47222a3732d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b" is_pre_election: true
I20260630 12:12:25.453317  3197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bbd09e754e44684a4d4d47222a3732d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670" is_pre_election: true
I20260630 12:12:25.453647  3123 raft_consensus.cc:2468] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 0.
I20260630 12:12:25.454036  3197 raft_consensus.cc:2468] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 0.
I20260630 12:12:25.454710  3011 leader_election.cc:304] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95147ac2c681487688b69f066a2a51c8, ab7a19c7f22049b6b854d93e3578da8b; no voters: 
I20260630 12:12:25.455470  3264 raft_consensus.cc:2804] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:25.455850  3264 raft_consensus.cc:493] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:25.456146  3264 raft_consensus.cc:3060] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.460521  3264 raft_consensus.cc:515] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.462174  3264 leader_election.cc:290] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 election: Requested vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.462845  3123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bbd09e754e44684a4d4d47222a3732d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b"
I20260630 12:12:25.463063  3197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bbd09e754e44684a4d4d47222a3732d" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670"
I20260630 12:12:25.463331  3123 raft_consensus.cc:3060] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.463578  3197 raft_consensus.cc:3060] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.468369  3197 raft_consensus.cc:2468] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 1.
I20260630 12:12:25.468371  3123 raft_consensus.cc:2468] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 1.
I20260630 12:12:25.469458  3013 leader_election.cc:304] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 813682189ef24ba4aa517c616c11b670, 95147ac2c681487688b69f066a2a51c8; no voters: 
I20260630 12:12:25.470121  3264 raft_consensus.cc:2804] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:25.470597  3264 raft_consensus.cc:697] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Becoming Leader. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Running, Role: LEADER
I20260630 12:12:25.471319  3264 consensus_queue.cc:237] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.477465  2945 catalog_manager.cc:5697] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 95147ac2c681487688b69f066a2a51c8 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "95147ac2c681487688b69f066a2a51c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } health_report { overall_health: UNKNOWN } } }
W20260630 12:12:25.510993  2994 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:25.512280  2999 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
W20260630 12:12:25.514209  2999 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:12:25.644646  3264 raft_consensus.cc:493] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:25.645212  3264 raft_consensus.cc:515] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.645567  3249 raft_consensus.cc:493] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:25.646114  3249 raft_consensus.cc:515] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.647938  3264 leader_election.cc:290] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.648169  3249 leader_election.cc:290] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95147ac2c681487688b69f066a2a51c8 (127.0.107.193:41967), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.648763  3123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06246dd3b5ca47d3b88d4ce46272bde5" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b" is_pre_election: true
I20260630 12:12:25.649381  3123 raft_consensus.cc:2468] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 0.
I20260630 12:12:25.650774  3011 leader_election.cc:304] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95147ac2c681487688b69f066a2a51c8, ab7a19c7f22049b6b854d93e3578da8b; no voters: 
I20260630 12:12:25.650837  3197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06246dd3b5ca47d3b88d4ce46272bde5" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670" is_pre_election: true
I20260630 12:12:25.652276  3197 raft_consensus.cc:2468] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 0.
I20260630 12:12:25.653788  3264 raft_consensus.cc:2804] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:25.654209  3264 raft_consensus.cc:493] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:25.654573  3264 raft_consensus.cc:3060] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.660554  3264 raft_consensus.cc:515] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.662348  3048 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06246dd3b5ca47d3b88d4ce46272bde5" candidate_uuid: "ab7a19c7f22049b6b854d93e3578da8b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95147ac2c681487688b69f066a2a51c8" is_pre_election: true
I20260630 12:12:25.662881  3197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06246dd3b5ca47d3b88d4ce46272bde5" candidate_uuid: "ab7a19c7f22049b6b854d93e3578da8b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670" is_pre_election: true
I20260630 12:12:25.663079  3264 leader_election.cc:290] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 election: Requested vote from peers ab7a19c7f22049b6b854d93e3578da8b (127.0.107.194:34111), 813682189ef24ba4aa517c616c11b670 (127.0.107.195:38749)
I20260630 12:12:25.663164  3048 raft_consensus.cc:2393] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ab7a19c7f22049b6b854d93e3578da8b in current term 1: Already voted for candidate 95147ac2c681487688b69f066a2a51c8 in this term.
I20260630 12:12:25.663329  3123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06246dd3b5ca47d3b88d4ce46272bde5" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab7a19c7f22049b6b854d93e3578da8b"
I20260630 12:12:25.663509  3197 raft_consensus.cc:2468] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ab7a19c7f22049b6b854d93e3578da8b in term 0.
I20260630 12:12:25.663895  3123 raft_consensus.cc:3060] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.664842  3089 leader_election.cc:304] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [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: 813682189ef24ba4aa517c616c11b670, ab7a19c7f22049b6b854d93e3578da8b; no voters: 95147ac2c681487688b69f066a2a51c8
I20260630 12:12:25.664891  3198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06246dd3b5ca47d3b88d4ce46272bde5" candidate_uuid: "95147ac2c681487688b69f066a2a51c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "813682189ef24ba4aa517c616c11b670"
I20260630 12:12:25.665746  3198 raft_consensus.cc:3060] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.668946  3123 raft_consensus.cc:2468] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 1.
I20260630 12:12:25.669389  3249 raft_consensus.cc:2764] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:12:25.670253  3011 leader_election.cc:304] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95147ac2c681487688b69f066a2a51c8, ab7a19c7f22049b6b854d93e3578da8b; no voters: 
I20260630 12:12:25.670662  3198 raft_consensus.cc:2468] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95147ac2c681487688b69f066a2a51c8 in term 1.
I20260630 12:12:25.671268  3264 raft_consensus.cc:2804] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:25.671788  3264 raft_consensus.cc:697] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Becoming Leader. State: Replica: 95147ac2c681487688b69f066a2a51c8, State: Running, Role: LEADER
I20260630 12:12:25.672497  3264 consensus_queue.cc:237] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } }
I20260630 12:12:25.679411  2945 catalog_manager.cc:5697] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 95147ac2c681487688b69f066a2a51c8 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "95147ac2c681487688b69f066a2a51c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95147ac2c681487688b69f066a2a51c8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:25.770059   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:25.784957  3264 consensus_queue.cc:1048] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab7a19c7f22049b6b854d93e3578da8b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:12:25.791302   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:25.793207   431 tablet_replica.cc:333] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: stopping tablet replica
I20260630 12:12:25.797257   431 raft_consensus.cc:2243] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:25.798170   431 pending_rounds.cc:70] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: Trying to abort 1 pending ops.
I20260630 12:12:25.798557   431 pending_rounds.cc:77] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437050256834560 op_type: NO_OP noop_request { }
I20260630 12:12:25.799028   431 raft_consensus.cc:2889] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:25.799363   431 raft_consensus.cc:2272] T 1bbd09e754e44684a4d4d47222a3732d P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.801330  3264 consensus_queue.cc:1048] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "813682189ef24ba4aa517c616c11b670" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38749 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:25.805320   431 tablet_replica.cc:333] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8: stopping tablet replica
I20260630 12:12:25.806377   431 raft_consensus.cc:2243] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:25.807520   431 raft_consensus.cc:2272] T 9ceaf6443e2d40b39a52e36bf66172d7 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.810524   431 tablet_replica.cc:333] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: stopping tablet replica
I20260630 12:12:25.811348   431 raft_consensus.cc:2243] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:25.811975   431 pending_rounds.cc:70] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: Trying to abort 1 pending ops.
I20260630 12:12:25.812197   431 pending_rounds.cc:77] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437051081838592 op_type: NO_OP noop_request { }
I20260630 12:12:25.812485   431 raft_consensus.cc:2889] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:25.812754   431 raft_consensus.cc:2272] T 06246dd3b5ca47d3b88d4ce46272bde5 P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.815136   431 tablet_replica.cc:333] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: stopping tablet replica
I20260630 12:12:25.815766   431 raft_consensus.cc:2243] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:25.816350   431 pending_rounds.cc:70] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: Trying to abort 1 pending ops.
I20260630 12:12:25.816615   431 pending_rounds.cc:77] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437049748897792 op_type: NO_OP noop_request { }
I20260630 12:12:25.816938   431 raft_consensus.cc:2889] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:25.817296   431 raft_consensus.cc:2272] T f1b747d62e9a43e88fb2f5ad92fc166d P 95147ac2c681487688b69f066a2a51c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.839484   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:25.851526   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:25.868181   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:25.868872   431 tablet_replica.cc:333] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b: stopping tablet replica
I20260630 12:12:25.869467   431 raft_consensus.cc:2243] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.869930   431 raft_consensus.cc:2272] T 9ceaf6443e2d40b39a52e36bf66172d7 P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.871968   431 tablet_replica.cc:333] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b: stopping tablet replica
I20260630 12:12:25.872498   431 raft_consensus.cc:2243] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.872854   431 raft_consensus.cc:2272] T f1b747d62e9a43e88fb2f5ad92fc166d P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.874450   431 tablet_replica.cc:333] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b: stopping tablet replica
I20260630 12:12:25.874908   431 raft_consensus.cc:2243] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.875257   431 raft_consensus.cc:2272] T 1bbd09e754e44684a4d4d47222a3732d P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.877002   431 tablet_replica.cc:333] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b: stopping tablet replica
I20260630 12:12:25.877434   431 raft_consensus.cc:2243] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.877808   431 raft_consensus.cc:2272] T 06246dd3b5ca47d3b88d4ce46272bde5 P ab7a19c7f22049b6b854d93e3578da8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.898726   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:25.909468   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:25.926383   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:25.926923   431 tablet_replica.cc:333] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670: stopping tablet replica
I20260630 12:12:25.927397   431 raft_consensus.cc:2243] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.927727   431 raft_consensus.cc:2272] T 1bbd09e754e44684a4d4d47222a3732d P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.929255   431 tablet_replica.cc:333] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670: stopping tablet replica
I20260630 12:12:25.929801   431 raft_consensus.cc:2243] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.930131   431 raft_consensus.cc:2272] T f1b747d62e9a43e88fb2f5ad92fc166d P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.931645   431 tablet_replica.cc:333] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670: stopping tablet replica
I20260630 12:12:25.932067   431 raft_consensus.cc:2243] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.932387   431 raft_consensus.cc:2272] T 9ceaf6443e2d40b39a52e36bf66172d7 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.934464   431 tablet_replica.cc:333] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670: stopping tablet replica
I20260630 12:12:25.934859   431 raft_consensus.cc:2243] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:25.935160   431 raft_consensus.cc:2272] T 06246dd3b5ca47d3b88d4ce46272bde5 P 813682189ef24ba4aa517c616c11b670 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.945211   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:25.955659   431 master.cc:562] Master@127.0.107.254:43283 shutting down...
I20260630 12:12:25.971697   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:25.972235   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:25.972579   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e763bba00027419d98aa49f77005603d: stopping tablet replica
I20260630 12:12:25.990429   431 master.cc:584] Master@127.0.107.254:43283 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2643 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:12:26.028337   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41831
I20260630 12:12:26.029431   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:26.034508  3281 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:26.034561  3280 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:26.036012  3283 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:26.037102   431 server_base.cc:1061] running on GCE node
I20260630 12:12:26.038117   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:26.038295   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:26.038494   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821546038461 us; error 0 us; skew 500 ppm
I20260630 12:12:26.039000   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:26.041324   431 webserver.cc:533] Webserver started at http://127.0.107.254:40773/ using document root <none> and password file <none>
I20260630 12:12:26.041980   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:26.042171   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:26.042469   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:26.043507   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "102712b2e11a4741a779737ced1f2064"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.047816   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:12:26.051033  3288 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.051796   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:12:26.052083   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "102712b2e11a4741a779737ced1f2064"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.052388   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:26.073448   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:26.074731   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:26.111234   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41831
I20260630 12:12:26.111347  3339 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41831 every 8 connection(s)
I20260630 12:12:26.114884  3340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:26.124852  3340 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064: Bootstrap starting.
I20260630 12:12:26.129352  3340 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:26.133579  3340 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064: No bootstrap required, opened a new log
I20260630 12:12:26.135700  3340 raft_consensus.cc:359] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102712b2e11a4741a779737ced1f2064" member_type: VOTER }
I20260630 12:12:26.136102  3340 raft_consensus.cc:385] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:26.136359  3340 raft_consensus.cc:740] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 102712b2e11a4741a779737ced1f2064, State: Initialized, Role: FOLLOWER
I20260630 12:12:26.137017  3340 consensus_queue.cc:260] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "102712b2e11a4741a779737ced1f2064" member_type: VOTER }
I20260630 12:12:26.137480  3340 raft_consensus.cc:399] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:26.137774  3340 raft_consensus.cc:493] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:26.138060  3340 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:26.142328  3340 raft_consensus.cc:515] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102712b2e11a4741a779737ced1f2064" member_type: VOTER }
I20260630 12:12:26.142851  3340 leader_election.cc:304] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [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: 102712b2e11a4741a779737ced1f2064; no voters: 
I20260630 12:12:26.143968  3340 leader_election.cc:290] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:26.144297  3343 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:26.145638  3343 raft_consensus.cc:697] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 1 LEADER]: Becoming Leader. State: Replica: 102712b2e11a4741a779737ced1f2064, State: Running, Role: LEADER
I20260630 12:12:26.146296  3343 consensus_queue.cc:237] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [LEADER]: Queue going to LEADER mode. State: All 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: "102712b2e11a4741a779737ced1f2064" member_type: VOTER }
I20260630 12:12:26.146871  3340 sys_catalog.cc:565] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:26.149000  3345 sys_catalog.cc:455] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 102712b2e11a4741a779737ced1f2064. Latest consensus state: current_term: 1 leader_uuid: "102712b2e11a4741a779737ced1f2064" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102712b2e11a4741a779737ced1f2064" member_type: VOTER } }
I20260630 12:12:26.148990  3344 sys_catalog.cc:455] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "102712b2e11a4741a779737ced1f2064" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102712b2e11a4741a779737ced1f2064" member_type: VOTER } }
I20260630 12:12:26.149706  3345 sys_catalog.cc:458] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:26.149804  3344 sys_catalog.cc:458] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:26.155967  3348 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:26.162213  3348 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:26.163200   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:26.170867  3348 catalog_manager.cc:1383] Generated new cluster ID: ca42464b7e9a400eb3a8e9679fde2589
I20260630 12:12:26.171212  3348 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:26.205468  3348 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:26.206909  3348 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:26.222968  3348 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064: Generated new TSK 0
I20260630 12:12:26.223594  3348 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:26.229316   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:26.234807  3361 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:26.236276  3362 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:26.237207  3364 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:26.238195   431 server_base.cc:1061] running on GCE node
I20260630 12:12:26.239051   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:26.239225   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:26.239353   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821546239342 us; error 0 us; skew 500 ppm
I20260630 12:12:26.239794   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:26.241972   431 webserver.cc:533] Webserver started at http://127.0.107.193:45277/ using document root <none> and password file <none>
I20260630 12:12:26.242406   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:26.242556   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:26.242761   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:26.243742   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "c0b95357491c481fb17d4f818e0cec2a"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.248019   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:26.251242  3369 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.252035   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:12:26.252328   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "c0b95357491c481fb17d4f818e0cec2a"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.252625   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:26.271718   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:26.272812   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:26.274269   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:26.276485   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:26.276705   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.276939   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:26.277104   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.313417   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34393
I20260630 12:12:26.313517  3431 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34393 every 8 connection(s)
I20260630 12:12:26.318393   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:26.324743  3436 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:26.325745  3437 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:26.331020  3432 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41831
W20260630 12:12:26.331089  3439 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:26.331411   431 server_base.cc:1061] running on GCE node
I20260630 12:12:26.331619  3432 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:26.332331   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:26.332590   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:26.332474  3432 heartbeater.cc:507] Master 127.0.107.254:41831 requested a full tablet report, sending...
I20260630 12:12:26.332907   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821546332873 us; error 0 us; skew 500 ppm
I20260630 12:12:26.333477   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:26.334896  3305 ts_manager.cc:194] Registered new tserver with Master: c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:26.336342   431 webserver.cc:533] Webserver started at http://127.0.107.194:42459/ using document root <none> and password file <none>
I20260630 12:12:26.336815  3305 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45412
I20260630 12:12:26.336823   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:26.337280   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:26.337790   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:26.339102   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "8c6f87042355406b89697993d1ec7132"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.343729   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:26.347324  3444 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.348191   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:12:26.348508   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "8c6f87042355406b89697993d1ec7132"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.348789   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:26.370088   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:26.371194   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:26.372704   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:26.375207   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:26.375429   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.375735   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:26.375905   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.415445   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43395
I20260630 12:12:26.415542  3506 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43395 every 8 connection(s)
I20260630 12:12:26.420820   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:26.428643  3510 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:26.430518  3511 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:26.432395   431 server_base.cc:1061] running on GCE node
W20260630 12:12:26.432701  3513 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:26.433787   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:26.434082   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:26.434335   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821546434315 us; error 0 us; skew 500 ppm
I20260630 12:12:26.435091  3507 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41831
I20260630 12:12:26.435123   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:26.435614  3507 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:26.436415  3507 heartbeater.cc:507] Master 127.0.107.254:41831 requested a full tablet report, sending...
I20260630 12:12:26.438616   431 webserver.cc:533] Webserver started at http://127.0.107.195:36075/ using document root <none> and password file <none>
I20260630 12:12:26.438627  3305 ts_manager.cc:194] Registered new tserver with Master: 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:26.439332   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:26.439601   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:26.439899   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:26.440286  3305 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45426
I20260630 12:12:26.441331   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.446127   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:12:26.449508  3518 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.450376   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:26.450690   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
format_stamp: "Formatted at 2026-06-30 12:12:26 on dist-test-slave-t06f"
I20260630 12:12:26.450975   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:26.484716   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:26.485857   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:26.487214   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:26.489372   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:26.489609   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.489866   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:26.490038   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:26.527100   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:32989
I20260630 12:12:26.527197  3580 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:32989 every 8 connection(s)
I20260630 12:12:26.539754  3581 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41831
I20260630 12:12:26.540143  3581 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:26.540817  3581 heartbeater.cc:507] Master 127.0.107.254:41831 requested a full tablet report, sending...
I20260630 12:12:26.542783  3305 ts_manager.cc:194] Registered new tserver with Master: d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:26.543651   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013365257s
I20260630 12:12:26.544147  3305 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45434
I20260630 12:12:27.339399  3432 heartbeater.cc:499] Master 127.0.107.254:41831 was elected leader, sending a full tablet report...
I20260630 12:12:27.442761  3507 heartbeater.cc:499] Master 127.0.107.254:41831 was elected leader, sending a full tablet report...
I20260630 12:12:27.546669  3581 heartbeater.cc:499] Master 127.0.107.254:41831 was elected leader, sending a full tablet report...
I20260630 12:12:27.595882  3305 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45440:
name: "range_aware_rebalance_new_range"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 8
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:12:27.597868  3305 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_rebalance_new_range in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:12:27.657136  3394 tablet_service.cc:1511] Processing CreateTablet for tablet da5bb2a816a947d5a0e8b454bf864f17 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.658059  3396 tablet_service.cc:1511] Processing CreateTablet for tablet 21ee628c7f0242e393f989ab86c1bd9c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.658604  3394 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da5bb2a816a947d5a0e8b454bf864f17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.659415  3396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21ee628c7f0242e393f989ab86c1bd9c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.657136  3397 tablet_service.cc:1511] Processing CreateTablet for tablet e84e13ade9c24733ac2b988538b1dc76 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.662099  3397 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e84e13ade9c24733ac2b988538b1dc76. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.662626  3395 tablet_service.cc:1511] Processing CreateTablet for tablet 792bef80403d410f9717859677d99f72 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.663921  3395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 792bef80403d410f9717859677d99f72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.670131  3393 tablet_service.cc:1511] Processing CreateTablet for tablet bec005114503458da6a88d459d5ebf9e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.671562  3393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bec005114503458da6a88d459d5ebf9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.675045  3546 tablet_service.cc:1511] Processing CreateTablet for tablet e84e13ade9c24733ac2b988538b1dc76 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.676486  3546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e84e13ade9c24733ac2b988538b1dc76. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.678615  3545 tablet_service.cc:1511] Processing CreateTablet for tablet 21ee628c7f0242e393f989ab86c1bd9c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.678966  3544 tablet_service.cc:1511] Processing CreateTablet for tablet 792bef80403d410f9717859677d99f72 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.680088  3545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21ee628c7f0242e393f989ab86c1bd9c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.680989  3543 tablet_service.cc:1511] Processing CreateTablet for tablet da5bb2a816a947d5a0e8b454bf864f17 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.681314  3539 tablet_service.cc:1511] Processing CreateTablet for tablet 5d49c79f10dc40e4b23cf0a35ba38b89 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.682365  3543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da5bb2a816a947d5a0e8b454bf864f17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.682082  3392 tablet_service.cc:1511] Processing CreateTablet for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.683481  3392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.683375  3540 tablet_service.cc:1511] Processing CreateTablet for tablet 7c07a8ca4da1407d87b93e439ca34203 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.685170  3540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7c07a8ca4da1407d87b93e439ca34203. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.686082  3544 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 792bef80403d410f9717859677d99f72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.686987  3541 tablet_service.cc:1511] Processing CreateTablet for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.688788  3541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.690584  3542 tablet_service.cc:1511] Processing CreateTablet for tablet bec005114503458da6a88d459d5ebf9e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.690726  3391 tablet_service.cc:1511] Processing CreateTablet for tablet 7c07a8ca4da1407d87b93e439ca34203 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.691922  3542 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bec005114503458da6a88d459d5ebf9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.692181  3391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7c07a8ca4da1407d87b93e439ca34203. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.693208  3539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d49c79f10dc40e4b23cf0a35ba38b89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.695266  3390 tablet_service.cc:1511] Processing CreateTablet for tablet 5d49c79f10dc40e4b23cf0a35ba38b89 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.696689  3390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d49c79f10dc40e4b23cf0a35ba38b89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.742790  3472 tablet_service.cc:1511] Processing CreateTablet for tablet e84e13ade9c24733ac2b988538b1dc76 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.744189  3472 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e84e13ade9c24733ac2b988538b1dc76. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.750834  3602 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:27.753854  3471 tablet_service.cc:1511] Processing CreateTablet for tablet 21ee628c7f0242e393f989ab86c1bd9c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.755332  3471 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21ee628c7f0242e393f989ab86c1bd9c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.757193  3470 tablet_service.cc:1511] Processing CreateTablet for tablet 792bef80403d410f9717859677d99f72 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.757735  3465 tablet_service.cc:1511] Processing CreateTablet for tablet 5d49c79f10dc40e4b23cf0a35ba38b89 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.759363  3469 tablet_service.cc:1511] Processing CreateTablet for tablet da5bb2a816a947d5a0e8b454bf864f17 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.759714  3467 tablet_service.cc:1511] Processing CreateTablet for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.761524  3468 tablet_service.cc:1511] Processing CreateTablet for tablet bec005114503458da6a88d459d5ebf9e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.761615  3466 tablet_service.cc:1511] Processing CreateTablet for tablet 7c07a8ca4da1407d87b93e439ca34203 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:27.763778  3470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 792bef80403d410f9717859677d99f72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.768729  3465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d49c79f10dc40e4b23cf0a35ba38b89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.771337  3466 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7c07a8ca4da1407d87b93e439ca34203. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.771981  3601 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:27.773382  3469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da5bb2a816a947d5a0e8b454bf864f17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.778448  3468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bec005114503458da6a88d459d5ebf9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.779071  3467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:27.793216  3602 tablet_bootstrap.cc:654] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.807832  3601 tablet_bootstrap.cc:654] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.818017  3602 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:27.818696  3602 ts_tablet_manager.cc:1403] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.068s	user 0.013s	sys 0.000s
I20260630 12:12:27.821395  3602 raft_consensus.cc:359] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.822120  3602 raft_consensus.cc:385] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.822415  3602 raft_consensus.cc:740] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.823444  3604 tablet_bootstrap.cc:492] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:27.824689  3602 consensus_queue.cc:260] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.825598  3601 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:27.826133  3601 ts_tablet_manager.cc:1403] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.054s	user 0.012s	sys 0.004s
I20260630 12:12:27.827629  3602 ts_tablet_manager.cc:1434] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260630 12:12:27.828676  3602 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:27.830000  3601 raft_consensus.cc:359] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.830582  3601 raft_consensus.cc:385] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.830837  3601 raft_consensus.cc:740] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.831533  3601 consensus_queue.cc:260] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.833467  3604 tablet_bootstrap.cc:654] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.834877  3602 tablet_bootstrap.cc:654] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.840588  3601 ts_tablet_manager.cc:1434] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.004s
I20260630 12:12:27.841881  3601 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:27.842171  3604 tablet_bootstrap.cc:492] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:27.842696  3604 ts_tablet_manager.cc:1403] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.005s
I20260630 12:12:27.844055  3602 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:27.844588  3602 ts_tablet_manager.cc:1403] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.008s
I20260630 12:12:27.845582  3604 raft_consensus.cc:359] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:27.846439  3604 raft_consensus.cc:385] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.846732  3604 raft_consensus.cc:740] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.847795  3601 tablet_bootstrap.cc:654] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.847599  3604 consensus_queue.cc:260] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:27.847656  3602 raft_consensus.cc:359] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.848781  3602 raft_consensus.cc:385] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.849179  3602 raft_consensus.cc:740] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.850008  3602 consensus_queue.cc:260] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.853341  3602 ts_tablet_manager.cc:1434] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:12:27.855525  3602 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:27.857410  3604 ts_tablet_manager.cc:1434] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.002s
I20260630 12:12:27.858458  3604 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:27.856204  3606 raft_consensus.cc:493] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:27.859936  3606 raft_consensus.cc:515] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.864682  3602 tablet_bootstrap.cc:654] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.866437  3601 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:27.866943  3601 ts_tablet_manager.cc:1403] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.004s
I20260630 12:12:27.870628  3601 raft_consensus.cc:359] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.871619  3601 raft_consensus.cc:385] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.871991  3601 raft_consensus.cc:740] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.872628  3606 leader_election.cc:290] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:27.872925  3601 consensus_queue.cc:260] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.879196  3601 ts_tablet_manager.cc:1434] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.002s
I20260630 12:12:27.880184  3601 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:27.882810  3602 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:27.883395  3602 ts_tablet_manager.cc:1403] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.028s	user 0.007s	sys 0.013s
I20260630 12:12:27.886119  3602 raft_consensus.cc:359] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.886883  3602 raft_consensus.cc:385] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.887178  3602 raft_consensus.cc:740] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.864609  3604 tablet_bootstrap.cc:654] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.887890  3602 consensus_queue.cc:260] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.890170  3602 ts_tablet_manager.cc:1434] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.003s
I20260630 12:12:27.890384  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:27.891185  3602 tablet_bootstrap.cc:492] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
W20260630 12:12:27.892009  3520 leader_election.cc:343] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:27.895721  3601 tablet_bootstrap.cc:654] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.895646  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:27.897111  3602 tablet_bootstrap.cc:654] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
W20260630 12:12:27.897326  3521 leader_election.cc:343] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:27.897861  3521 leader_election.cc:304] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [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: d4fada556b0d47b9b7dd80cf1da7388a; no voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:27.898897  3606 raft_consensus.cc:2749] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:27.902496  3601 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:27.902585  3604 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:27.902622  3602 tablet_bootstrap.cc:492] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:27.903097  3601 ts_tablet_manager.cc:1403] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.000s
I20260630 12:12:27.903185  3604 ts_tablet_manager.cc:1403] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.045s	user 0.012s	sys 0.001s
I20260630 12:12:27.903281  3602 ts_tablet_manager.cc:1403] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.001s
I20260630 12:12:27.905411  3602 raft_consensus.cc:359] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.906008  3602 raft_consensus.cc:385] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.906533  3602 raft_consensus.cc:740] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.905985  3601 raft_consensus.cc:359] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.906155  3604 raft_consensus.cc:359] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.906960  3601 raft_consensus.cc:385] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.907027  3604 raft_consensus.cc:385] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.907382  3601 raft_consensus.cc:740] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.907420  3604 raft_consensus.cc:740] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.907346  3602 consensus_queue.cc:260] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.908519  3601 consensus_queue.cc:260] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.908476  3604 consensus_queue.cc:260] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.909868  3602 ts_tablet_manager.cc:1434] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:12:27.910774  3604 ts_tablet_manager.cc:1434] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:27.911701  3604 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:27.911667  3602 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:27.917423  3602 tablet_bootstrap.cc:654] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.917651  3604 tablet_bootstrap.cc:654] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.927038  3601 ts_tablet_manager.cc:1434] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.024s	user 0.003s	sys 0.004s
I20260630 12:12:27.935174  3601 tablet_bootstrap.cc:492] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:27.941910  3602 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:27.942482  3602 ts_tablet_manager.cc:1403] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.031s	user 0.017s	sys 0.012s
I20260630 12:12:27.943828  3601 tablet_bootstrap.cc:654] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.944362  3604 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:27.944885  3604 ts_tablet_manager.cc:1403] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.033s	user 0.020s	sys 0.011s
I20260630 12:12:27.944823  3602 raft_consensus.cc:359] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.945575  3602 raft_consensus.cc:385] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.945895  3602 raft_consensus.cc:740] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.946584  3602 consensus_queue.cc:260] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.948108  3604 raft_consensus.cc:359] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.948756  3602 ts_tablet_manager.cc:1434] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.002s
I20260630 12:12:27.949126  3604 raft_consensus.cc:385] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.949537  3604 raft_consensus.cc:740] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.949945  3602 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:27.950721  3604 consensus_queue.cc:260] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.956702  3602 tablet_bootstrap.cc:654] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.957190  3604 ts_tablet_manager.cc:1434] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:12:27.958572  3604 tablet_bootstrap.cc:492] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:27.967404  3604 tablet_bootstrap.cc:654] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.968667  3601 tablet_bootstrap.cc:492] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:27.969208  3601 ts_tablet_manager.cc:1403] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.034s	user 0.014s	sys 0.015s
I20260630 12:12:27.969342  3602 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:27.969884  3602 ts_tablet_manager.cc:1403] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.011s
I20260630 12:12:27.973031  3602 raft_consensus.cc:359] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.973825  3602 raft_consensus.cc:385] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.972920  3601 raft_consensus.cc:359] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:27.974095  3602 raft_consensus.cc:740] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.974308  3601 raft_consensus.cc:385] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:27.974772  3601 raft_consensus.cc:740] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:27.974892  3602 consensus_queue.cc:260] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:27.975947  3601 consensus_queue.cc:260] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:27.977377  3602 ts_tablet_manager.cc:1434] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:27.978366  3602 tablet_bootstrap.cc:492] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:27.984583  3602 tablet_bootstrap.cc:654] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:27.987490  3601 ts_tablet_manager.cc:1434] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.018s	user 0.010s	sys 0.000s
I20260630 12:12:27.996618  3602 tablet_bootstrap.cc:492] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:27.997099  3602 ts_tablet_manager.cc:1403] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.019s	user 0.002s	sys 0.015s
I20260630 12:12:27.997939  3601 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:27.999616  3602 raft_consensus.cc:359] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:28.000180  3602 raft_consensus.cc:385] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.000257  3604 tablet_bootstrap.cc:492] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:28.000465  3602 raft_consensus.cc:740] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.000806  3604 ts_tablet_manager.cc:1403] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.043s	user 0.028s	sys 0.011s
I20260630 12:12:28.001238  3602 consensus_queue.cc:260] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:28.003489  3602 ts_tablet_manager.cc:1434] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260630 12:12:28.003765  3604 raft_consensus.cc:359] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.004475  3602 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:28.004499  3604 raft_consensus.cc:385] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.005095  3604 raft_consensus.cc:740] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.005837  3604 consensus_queue.cc:260] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.008044  3604 ts_tablet_manager.cc:1434] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.004s
I20260630 12:12:28.004541  3601 tablet_bootstrap.cc:654] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.008988  3604 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:28.011032  3602 tablet_bootstrap.cc:654] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.017113  3604 tablet_bootstrap.cc:654] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.022049  3602 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:28.022478  3602 ts_tablet_manager.cc:1403] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260630 12:12:28.024315  3602 raft_consensus.cc:359] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.024979  3602 raft_consensus.cc:385] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.025269  3602 raft_consensus.cc:740] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.025811  3601 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:28.026295  3601 ts_tablet_manager.cc:1403] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.029s	user 0.013s	sys 0.008s
I20260630 12:12:28.026167  3602 consensus_queue.cc:260] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.027047  3604 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:28.027520  3604 ts_tablet_manager.cc:1403] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.005s
I20260630 12:12:28.029520  3601 raft_consensus.cc:359] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.030184  3602 ts_tablet_manager.cc:1434] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:28.030262  3601 raft_consensus.cc:385] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.030162  3604 raft_consensus.cc:359] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.030821  3601 raft_consensus.cc:740] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.031111  3604 raft_consensus.cc:385] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.031410  3604 raft_consensus.cc:740] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.031580  3601 consensus_queue.cc:260] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.032207  3604 consensus_queue.cc:260] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.034685  3604 ts_tablet_manager.cc:1434] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:28.035864  3604 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:28.038182  3601 ts_tablet_manager.cc:1434] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:12:28.042296  3604 tablet_bootstrap.cc:654] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.045064  3601 tablet_bootstrap.cc:492] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:28.051239  3601 tablet_bootstrap.cc:654] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.053306  3604 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:28.053884  3604 ts_tablet_manager.cc:1403] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.009s
I20260630 12:12:28.056272  3601 tablet_bootstrap.cc:492] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:28.056686  3601 ts_tablet_manager.cc:1403] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.012s	user 0.003s	sys 0.006s
I20260630 12:12:28.056888  3604 raft_consensus.cc:359] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.057650  3604 raft_consensus.cc:385] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.057946  3604 raft_consensus.cc:740] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.058566  3604 consensus_queue.cc:260] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.059100  3601 raft_consensus.cc:359] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.059726  3601 raft_consensus.cc:385] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.060019  3601 raft_consensus.cc:740] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.060415  3604 ts_tablet_manager.cc:1434] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.004s
I20260630 12:12:28.060731  3601 consensus_queue.cc:260] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.061358  3604 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:28.062585  3601 ts_tablet_manager.cc:1434] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:12:28.063436  3601 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:28.069047  3604 tablet_bootstrap.cc:654] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.073437  3601 tablet_bootstrap.cc:654] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.075358  3604 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:28.075719  3604 ts_tablet_manager.cc:1403] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.004s
I20260630 12:12:28.077841  3604 raft_consensus.cc:359] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.078351  3604 raft_consensus.cc:385] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.078361  3601 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:28.078688  3604 raft_consensus.cc:740] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.078913  3601 ts_tablet_manager.cc:1403] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.000s
I20260630 12:12:28.079355  3604 consensus_queue.cc:260] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.081039  3604 ts_tablet_manager.cc:1434] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:12:28.081440  3601 raft_consensus.cc:359] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.082041  3604 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:28.082219  3601 raft_consensus.cc:385] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.082559  3601 raft_consensus.cc:740] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.083207  3601 consensus_queue.cc:260] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.085237  3601 ts_tablet_manager.cc:1434] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:12:28.086217  3601 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:28.088294  3610 raft_consensus.cc:493] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.088547  3604 tablet_bootstrap.cc:654] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.088765  3610 raft_consensus.cc:515] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.092337  3601 tablet_bootstrap.cc:654] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.103560  3610 leader_election.cc:290] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.115701  3601 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:28.116045  3604 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:28.116250  3601 ts_tablet_manager.cc:1403] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.030s	user 0.015s	sys 0.012s
I20260630 12:12:28.116544  3604 ts_tablet_manager.cc:1403] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.035s	user 0.016s	sys 0.016s
I20260630 12:12:28.118790  3601 raft_consensus.cc:359] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.119055  3604 raft_consensus.cc:359] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.119467  3601 raft_consensus.cc:385] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.119715  3604 raft_consensus.cc:385] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.119815  3601 raft_consensus.cc:740] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.120108  3604 raft_consensus.cc:740] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.120579  3601 consensus_queue.cc:260] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.120916  3604 consensus_queue.cc:260] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.122596  3601 ts_tablet_manager.cc:1434] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:12:28.122960  3604 ts_tablet_manager.cc:1434] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:12:28.125381  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:28.126098  3556 raft_consensus.cc:2468] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.127188  3607 raft_consensus.cc:493] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.127214  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.127540  3445 leader_election.cc:304] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.127954  3407 raft_consensus.cc:2468] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.127818  3607 raft_consensus.cc:515] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:28.128473  3610 raft_consensus.cc:2804] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.128849  3610 raft_consensus.cc:493] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.129194  3610 raft_consensus.cc:3060] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.136502  3607 leader_election.cc:290] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.140173  3610 raft_consensus.cc:515] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.143869  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:28.144697  3556 raft_consensus.cc:3060] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.147877  3606 raft_consensus.cc:493] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.148363  3606 raft_consensus.cc:515] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:28.150606  3606 leader_election.cc:290] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.152211  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:28.152905  3482 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:28.154137  3520 leader_election.cc:304] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.155056  3606 raft_consensus.cc:2804] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.155437  3606 raft_consensus.cc:493] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.155016  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.156445  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:28.155740  3606 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:12:28.158790  3353 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:28.161377  3358 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:28.156589  3407 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
W20260630 12:12:28.162431  3358 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:12:28.169183  3556 raft_consensus.cc:2468] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.172755  3610 leader_election.cc:290] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.173418  3610 raft_consensus.cc:493] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.173959  3610 raft_consensus.cc:515] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.175244  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:28.175813  3407 raft_consensus.cc:3060] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.176057  3445 leader_election.cc:304] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.176630  3610 leader_election.cc:290] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.177183  3610 raft_consensus.cc:2804] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.177680  3610 raft_consensus.cc:697] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:28.178011  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:28.178313  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:28.178493  3610 consensus_queue.cc:237] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.179459  3556 raft_consensus.cc:2468] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.180656  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.180794  3445 leader_election.cc:304] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.181319  3406 raft_consensus.cc:2468] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.181877  3482 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 0.
I20260630 12:12:28.182168  3637 raft_consensus.cc:2804] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.182578  3637 raft_consensus.cc:493] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.183068  3638 raft_consensus.cc:493] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.182933  3637 raft_consensus.cc:3060] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.183501  3371 leader_election.cc:304] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:28.183609  3638 raft_consensus.cc:515] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.184347  3607 raft_consensus.cc:2804] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.184731  3607 raft_consensus.cc:493] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.184937  3407 raft_consensus.cc:2468] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.185094  3607 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.186900  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21ee628c7f0242e393f989ab86c1bd9c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.187518  3406 raft_consensus.cc:2468] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:28.188777  3521 leader_election.cc:304] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0b95357491c481fb17d4f818e0cec2a, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.171917  3606 raft_consensus.cc:515] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:28.190754  3555 raft_consensus.cc:2393] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c0b95357491c481fb17d4f818e0cec2a in current term 1: Already voted for candidate d4fada556b0d47b9b7dd80cf1da7388a in this term.
I20260630 12:12:28.194766  3638 leader_election.cc:290] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.196182  3638 raft_consensus.cc:2804] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.195900  3607 raft_consensus.cc:515] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:28.197247  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:28.197410  3638 raft_consensus.cc:493] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.197950  3482 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.198395  3638 raft_consensus.cc:3060] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.196350  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21ee628c7f0242e393f989ab86c1bd9c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:28.199604  3607 leader_election.cc:290] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 election: Requested vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.202100  3480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:28.205855  3481 raft_consensus.cc:2468] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:28.209713  3640 raft_consensus.cc:493] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.209944  3637 raft_consensus.cc:515] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.210532  3482 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:28.210391  3640 raft_consensus.cc:515] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.200732  3606 leader_election.cc:290] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.211848  3520 leader_election.cc:304] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.213310  3606 raft_consensus.cc:2804] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.213398  3637 leader_election.cc:290] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.214413  3607 raft_consensus.cc:493] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.214968  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:28.215602  3407 raft_consensus.cc:3060] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.216071  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:28.216800  3555 raft_consensus.cc:3060] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.216890  3640 leader_election.cc:290] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.215365  3607 raft_consensus.cc:515] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.218777  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bec005114503458da6a88d459d5ebf9e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:28.219718  3481 raft_consensus.cc:2468] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:28.221725  3520 leader_election.cc:304] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.225101  3640 raft_consensus.cc:2804] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.225483  3640 raft_consensus.cc:493] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.225863  3640 raft_consensus.cc:3060] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.230334  3638 raft_consensus.cc:515] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.232575  3638 leader_election.cc:290] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.233781  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:28.234304  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:28.234601  3406 raft_consensus.cc:2393] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d4fada556b0d47b9b7dd80cf1da7388a in current term 1: Already voted for candidate c0b95357491c481fb17d4f818e0cec2a in this term.
I20260630 12:12:28.235080  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d49c79f10dc40e4b23cf0a35ba38b89" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:28.235707  3482 raft_consensus.cc:2468] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 0.
I20260630 12:12:28.236447  3640 raft_consensus.cc:515] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.236984  3371 leader_election.cc:304] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:28.237617  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21ee628c7f0242e393f989ab86c1bd9c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:28.237996  3641 raft_consensus.cc:2804] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.237342  3302 catalog_manager.cc:5697] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:28.238297  3405 raft_consensus.cc:3060] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.238464  3641 raft_consensus.cc:493] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.238940  3641 raft_consensus.cc:3060] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.241962  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bec005114503458da6a88d459d5ebf9e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.242607  3406 raft_consensus.cc:2468] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:28.242928  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bec005114503458da6a88d459d5ebf9e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:28.233781  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21ee628c7f0242e393f989ab86c1bd9c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:28.243482  3482 raft_consensus.cc:3060] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.243593  3481 raft_consensus.cc:3060] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.239311  3640 leader_election.cc:290] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:28.244414  3606 raft_consensus.cc:697] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Leader. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:28.248415  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bec005114503458da6a88d459d5ebf9e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:28.249037  3406 raft_consensus.cc:3060] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.248889  3606 consensus_queue.cc:237] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:28.253311  3607 leader_election.cc:290] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.254751  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d49c79f10dc40e4b23cf0a35ba38b89" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:28.255468  3554 raft_consensus.cc:2468] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 0.
I20260630 12:12:28.256441  3405 raft_consensus.cc:2468] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:28.258589  3521 leader_election.cc:304] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0b95357491c481fb17d4f818e0cec2a, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.265892  3642 raft_consensus.cc:2804] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.266404  3642 raft_consensus.cc:697] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Leader. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:28.267187  3642 consensus_queue.cc:237] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.260393  3482 raft_consensus.cc:2468] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:28.271176  3407 raft_consensus.cc:2468] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.255872  3555 raft_consensus.cc:2468] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.272257  3520 leader_election.cc:304] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.273084  3640 raft_consensus.cc:2804] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.273553  3640 raft_consensus.cc:697] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Leader. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:28.273949  3406 raft_consensus.cc:2468] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:28.273823  3641 raft_consensus.cc:515] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.274319  3640 consensus_queue.cc:237] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.276000  3641 leader_election.cc:290] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 election: Requested vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.282347  3445 leader_election.cc:304] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.283635  3637 raft_consensus.cc:493] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.283766  3610 raft_consensus.cc:2804] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.284250  3637 raft_consensus.cc:515] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.287595  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d49c79f10dc40e4b23cf0a35ba38b89" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:28.288007  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d49c79f10dc40e4b23cf0a35ba38b89" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:28.288250  3555 raft_consensus.cc:3060] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.288560  3482 raft_consensus.cc:3060] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.295069  3637 leader_election.cc:290] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.297986  3555 raft_consensus.cc:2468] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 1.
I20260630 12:12:28.298871  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.299463  3370 leader_election.cc:304] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [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: c0b95357491c481fb17d4f818e0cec2a; no voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a
I20260630 12:12:28.299825  3406 raft_consensus.cc:2468] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.300781  3370 leader_election.cc:304] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0b95357491c481fb17d4f818e0cec2a, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.300354  3302 catalog_manager.cc:5697] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: term changed from 0 to 1, leader changed from <none> to d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:28.301486  3447 leader_election.cc:304] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:28.301580  3641 raft_consensus.cc:2749] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:12:28.302445  3637 raft_consensus.cc:2804] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.302532  3641 raft_consensus.cc:2804] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.301680  3640 raft_consensus.cc:493] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.303171  3641 raft_consensus.cc:697] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 LEADER]: Becoming Leader. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Running, Role: LEADER
I20260630 12:12:28.306051  3482 raft_consensus.cc:2468] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 1.
I20260630 12:12:28.306540  3641 consensus_queue.cc:237] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.308758  3481 raft_consensus.cc:2468] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:28.303558  3637 raft_consensus.cc:493] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.303515  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:28.310359  3637 raft_consensus.cc:3060] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.312820  3610 raft_consensus.cc:697] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:28.313318  3649 raft_consensus.cc:493] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:28.314579  3640 raft_consensus.cc:515] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.315565  3556 raft_consensus.cc:2468] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.317001  3637 raft_consensus.cc:515] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.313752  3610 consensus_queue.cc:237] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.319876  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:28.320134  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:28.320611  3406 raft_consensus.cc:3060] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.313845  3649 raft_consensus.cc:515] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.319916  3302 catalog_manager.cc:5697] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: term changed from 0 to 1, leader changed from <none> to d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:28.321985  3302 catalog_manager.cc:5697] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: term changed from 0 to 1, leader changed from <none> to d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:28.323040  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.323824  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7c07a8ca4da1407d87b93e439ca34203" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:28.324455  3556 raft_consensus.cc:2468] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.325618  3445 leader_election.cc:304] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.326947  3649 leader_election.cc:290] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.327488  3649 raft_consensus.cc:2804] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:28.327818  3649 raft_consensus.cc:493] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:28.328189  3649 raft_consensus.cc:3060] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.321017  3481 raft_consensus.cc:2393] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d4fada556b0d47b9b7dd80cf1da7388a in current term 1: Already voted for candidate 8c6f87042355406b89697993d1ec7132 in this term.
I20260630 12:12:28.333678  3520 leader_election.cc:304] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [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: d4fada556b0d47b9b7dd80cf1da7388a; no voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:28.333925  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7c07a8ca4da1407d87b93e439ca34203" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:28.334924  3638 raft_consensus.cc:3060] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.334834  3407 raft_consensus.cc:2468] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:28.345961  3640 leader_election.cc:290] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:28.352785  3303 catalog_manager.cc:5697] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: term changed from 0 to 1, leader changed from <none> to c0b95357491c481fb17d4f818e0cec2a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:28.355705  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:28.356401  3637 leader_election.cc:290] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.360391  3638 raft_consensus.cc:2749] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:28.360525  3406 raft_consensus.cc:2468] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.366818  3304 catalog_manager.cc:5697] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:28.368453  3447 leader_election.cc:304] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:28.369509  3652 raft_consensus.cc:2804] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.369215  3649 raft_consensus.cc:515] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.370033  3652 raft_consensus.cc:697] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:28.367724  3556 raft_consensus.cc:2468] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.371637  3649 leader_election.cc:290] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:28.372788  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7c07a8ca4da1407d87b93e439ca34203" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:28.372925  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7c07a8ca4da1407d87b93e439ca34203" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:28.373554  3555 raft_consensus.cc:3060] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.372756  3652 consensus_queue.cc:237] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.373735  3406 raft_consensus.cc:3060] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:28.380458  3555 raft_consensus.cc:2468] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.381652  3445 leader_election.cc:304] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:28.382663  3652 raft_consensus.cc:2804] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:28.383350  3652 raft_consensus.cc:697] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:28.383850  3406 raft_consensus.cc:2468] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:28.384250  3652 consensus_queue.cc:237] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:28.392189  3304 catalog_manager.cc:5697] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:28.393513  3304 catalog_manager.cc:5697] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:28.410699   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:28.416782  3656 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:28.416671  3655 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:28.417810  3658 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:28.419816   431 server_base.cc:1061] running on GCE node
I20260630 12:12:28.420653   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:28.420840   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:28.420977   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821548420966 us; error 0 us; skew 500 ppm
I20260630 12:12:28.421491   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:28.423817   431 webserver.cc:533] Webserver started at http://127.0.107.196:40567/ using document root <none> and password file <none>
I20260630 12:12:28.424227   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:28.424386   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:28.424594   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:28.425587   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "e3d4166696d04c379ac52137d165848c"
format_stamp: "Formatted at 2026-06-30 12:12:28 on dist-test-slave-t06f"
I20260630 12:12:28.429757   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:12:28.433007  3663 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:28.433805   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:28.434056   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "e3d4166696d04c379ac52137d165848c"
format_stamp: "Formatted at 2026-06-30 12:12:28 on dist-test-slave-t06f"
I20260630 12:12:28.434280   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:28.486840   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:28.487949   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:28.489086   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:28.491154   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:28.491362   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:28.491614   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:28.491786   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:28.530296   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37925
I20260630 12:12:28.530388  3725 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37925 every 8 connection(s)
I20260630 12:12:28.536504  3304 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:45440:
table { table_name: "range_aware_rebalance_new_range" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\n\000\000\000\007\001\024\000\000\000" indirect_data: """" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false } } modify_external_catalogs: true
I20260630 12:12:28.545110  3726 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41831
I20260630 12:12:28.545601  3726 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:28.546597  3726 heartbeater.cc:507] Master 127.0.107.254:41831 requested a full tablet report, sending...
I20260630 12:12:28.548928  3303 ts_manager.cc:194] Registered new tserver with Master: e3d4166696d04c379ac52137d165848c (127.0.107.196:37925)
I20260630 12:12:28.550376  3303 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45444
W20260630 12:12:28.560007  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6c49d86aae6f46b8b73a4c266c1e1285 has no consensus state
W20260630 12:12:28.561348  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dd9b34da71b441f4a574d360b09cc16c has no consensus state
W20260630 12:12:28.562757  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a124128169a74ec2ab913ed1e8c4b0e8 has no consensus state
W20260630 12:12:28.564172  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 45b6668f711e493c90dce0b6a1aade7f has no consensus state
W20260630 12:12:28.565409  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0bdb90de2af54ab58c11e0eeb95a496e has no consensus state
W20260630 12:12:28.566841  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b3a109046a854dc6a16042b58de3d8f5 has no consensus state
W20260630 12:12:28.568189  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 461ce47909114b5493bcb78202ae87d1 has no consensus state
W20260630 12:12:28.569567  3304 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet da8581ea0ec0444c87376f39da35c0e3 has no consensus state
W20260630 12:12:28.586781  3291 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet 6c49d86aae6f46b8b73a4c266c1e1285 (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 6c49d86aae6f46b8b73a4c266c1e1285 has no consensus state
I20260630 12:12:28.593595  3391 tablet_service.cc:1511] Processing CreateTablet for tablet 6c49d86aae6f46b8b73a4c266c1e1285 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.595021  3391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c49d86aae6f46b8b73a4c266c1e1285. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.594724  3467 tablet_service.cc:1511] Processing CreateTablet for tablet 6c49d86aae6f46b8b73a4c266c1e1285 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.596120  3467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c49d86aae6f46b8b73a4c266c1e1285. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.599917  3392 tablet_service.cc:1511] Processing CreateTablet for tablet dd9b34da71b441f4a574d360b09cc16c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.601280  3392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd9b34da71b441f4a574d360b09cc16c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.602223  3546 tablet_service.cc:1511] Processing CreateTablet for tablet a124128169a74ec2ab913ed1e8c4b0e8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.602530  3541 tablet_service.cc:1511] Processing CreateTablet for tablet dd9b34da71b441f4a574d360b09cc16c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.603518  3546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a124128169a74ec2ab913ed1e8c4b0e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.605620  3541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd9b34da71b441f4a574d360b09cc16c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.607642  3468 tablet_service.cc:1511] Processing CreateTablet for tablet a124128169a74ec2ab913ed1e8c4b0e8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.607889  3691 tablet_service.cc:1511] Processing CreateTablet for tablet 6c49d86aae6f46b8b73a4c266c1e1285 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.608963  3468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a124128169a74ec2ab913ed1e8c4b0e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.609580  3690 tablet_service.cc:1511] Processing CreateTablet for tablet dd9b34da71b441f4a574d360b09cc16c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.611346  3691 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c49d86aae6f46b8b73a4c266c1e1285. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.612809  3690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd9b34da71b441f4a574d360b09cc16c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.615132  3689 tablet_service.cc:1511] Processing CreateTablet for tablet a124128169a74ec2ab913ed1e8c4b0e8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.617544  3689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a124128169a74ec2ab913ed1e8c4b0e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.623334  3688 tablet_service.cc:1511] Processing CreateTablet for tablet 45b6668f711e493c90dce0b6a1aade7f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.631439  3688 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45b6668f711e493c90dce0b6a1aade7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.634276  3395 tablet_service.cc:1511] Processing CreateTablet for tablet 45b6668f711e493c90dce0b6a1aade7f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.635630  3395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45b6668f711e493c90dce0b6a1aade7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.638670  3545 tablet_service.cc:1511] Processing CreateTablet for tablet 0bdb90de2af54ab58c11e0eeb95a496e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.640028  3545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bdb90de2af54ab58c11e0eeb95a496e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.639644  3687 tablet_service.cc:1511] Processing CreateTablet for tablet 0bdb90de2af54ab58c11e0eeb95a496e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.640998  3687 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bdb90de2af54ab58c11e0eeb95a496e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.646173  3469 tablet_service.cc:1511] Processing CreateTablet for tablet 45b6668f711e493c90dce0b6a1aade7f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.647560  3469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45b6668f711e493c90dce0b6a1aade7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.647370  3610 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.660576  3610 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.665832  3396 tablet_service.cc:1511] Processing CreateTablet for tablet 0bdb90de2af54ab58c11e0eeb95a496e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.673537  3638 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.678620  3541 tablet_service.cc:1511] Processing CreateTablet for tablet b3a109046a854dc6a16042b58de3d8f5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.680112  3541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3a109046a854dc6a16042b58de3d8f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.681311  3686 tablet_service.cc:1511] Processing CreateTablet for tablet b3a109046a854dc6a16042b58de3d8f5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.683445  3686 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3a109046a854dc6a16042b58de3d8f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.683110  3466 tablet_service.cc:1511] Processing CreateTablet for tablet b3a109046a854dc6a16042b58de3d8f5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.683493  3472 tablet_service.cc:1511] Processing CreateTablet for tablet 461ce47909114b5493bcb78202ae87d1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.707060  3472 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 461ce47909114b5493bcb78202ae87d1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.709993  3466 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3a109046a854dc6a16042b58de3d8f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.718338  3638 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.704742  3396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bdb90de2af54ab58c11e0eeb95a496e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.734506  3732 tablet_bootstrap.cc:492] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:28.765465  3690 tablet_service.cc:1511] Processing CreateTablet for tablet 461ce47909114b5493bcb78202ae87d1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.766889  3690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 461ce47909114b5493bcb78202ae87d1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.761801  3638 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260630 12:12:28.773502  3737 tablet_bootstrap.cc:492] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:28.788596  3732 tablet_bootstrap.cc:654] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.792611  3736 tablet_bootstrap.cc:492] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:28.807610  3737 tablet_bootstrap.cc:654] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.829674  3610 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.838122  3641 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:12:28.879679  3736 tablet_bootstrap.cc:654] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:28.893589  3395 tablet_service.cc:1511] Processing CreateTablet for tablet 461ce47909114b5493bcb78202ae87d1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.895031  3395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 461ce47909114b5493bcb78202ae87d1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.897786  3546 tablet_service.cc:1511] Processing CreateTablet for tablet da8581ea0ec0444c87376f39da35c0e3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.899128  3546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da8581ea0ec0444c87376f39da35c0e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.893304  3691 tablet_service.cc:1511] Processing CreateTablet for tablet da8581ea0ec0444c87376f39da35c0e3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:28.906116  3691 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da8581ea0ec0444c87376f39da35c0e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:28.903888  3640 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
I20260630 12:12:28.921502  3649 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.922235  3638 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.923528  3638 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.935634  3737 tablet_bootstrap.cc:492] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:28.936223  3737 ts_tablet_manager.cc:1403] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.208s	user 0.028s	sys 0.025s
I20260630 12:12:28.971475  3737 raft_consensus.cc:359] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:28.972680  3737 raft_consensus.cc:385] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:28.993839  3737 raft_consensus.cc:740] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:28.992695  3748 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:29.005761  3649 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:28.966701  3391 tablet_service.cc:1511] Processing CreateTablet for tablet da8581ea0ec0444c87376f39da35c0e3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:29.014297  3610 consensus_queue.cc:1048] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:29.010123  3737 consensus_queue.cc:260] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.015360  3641 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:29.023553  3732 tablet_bootstrap.cc:492] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:29.024245  3732 ts_tablet_manager.cc:1403] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.322s	user 0.009s	sys 0.014s
I20260630 12:12:29.029170  3391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da8581ea0ec0444c87376f39da35c0e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:29.031852  3749 consensus_queue.cc:1048] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:29.040145  3736 tablet_bootstrap.cc:492] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.040706  3736 ts_tablet_manager.cc:1403] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.298s	user 0.020s	sys 0.010s
I20260630 12:12:29.053925  3732 raft_consensus.cc:359] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.054847  3732 raft_consensus.cc:385] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.050439  3737 ts_tablet_manager.cc:1434] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.112s	user 0.009s	sys 0.000s
I20260630 12:12:29.060137  3737 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:29.066826  3749 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:29.069584  3736 raft_consensus.cc:359] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.070586  3736 raft_consensus.cc:385] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.070896  3736 raft_consensus.cc:740] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.075459  3736 consensus_queue.cc:260] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.058995  3732 raft_consensus.cc:740] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.085623  3737 tablet_bootstrap.cc:654] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.093683  3737 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:29.094257  3737 ts_tablet_manager.cc:1403] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.034s	user 0.011s	sys 0.004s
I20260630 12:12:29.103781  3748 tablet_bootstrap.cc:654] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.105845  3732 consensus_queue.cc:260] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.120929  3732 ts_tablet_manager.cc:1434] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.096s	user 0.003s	sys 0.009s
I20260630 12:12:29.122088  3732 tablet_bootstrap.cc:492] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:29.128233  3726 heartbeater.cc:499] Master 127.0.107.254:41831 was elected leader, sending a full tablet report...
I20260630 12:12:29.143353  3737 raft_consensus.cc:359] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.128182  3762 raft_consensus.cc:493] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.145354  3737 raft_consensus.cc:385] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.145730  3762 raft_consensus.cc:515] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.145069  3732 tablet_bootstrap.cc:654] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.146368  3737 raft_consensus.cc:740] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.148674  3737 consensus_queue.cc:260] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.151096  3737 ts_tablet_manager.cc:1434] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.056s	user 0.006s	sys 0.000s
I20260630 12:12:29.152029  3737 tablet_bootstrap.cc:492] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:29.153049  3732 tablet_bootstrap.cc:492] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:29.153532  3732 ts_tablet_manager.cc:1403] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.032s	user 0.007s	sys 0.004s
I20260630 12:12:29.156731  3736 ts_tablet_manager.cc:1434] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.106s	user 0.024s	sys 0.029s
I20260630 12:12:29.157792  3736 tablet_bootstrap.cc:492] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:29.161845  3762 leader_election.cc:290] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
W20260630 12:12:29.170917  3353 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:29.185030  3748 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:29.201166  3736 tablet_bootstrap.cc:654] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.205999  3732 raft_consensus.cc:359] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.207073  3732 raft_consensus.cc:385] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.207551  3732 raft_consensus.cc:740] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.208712  3732 consensus_queue.cc:260] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.211989  3732 ts_tablet_manager.cc:1434] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.058s	user 0.005s	sys 0.003s
I20260630 12:12:29.213122  3732 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:29.221119  3737 tablet_bootstrap.cc:654] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.218591  3748 ts_tablet_manager.cc:1403] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.257s	user 0.006s	sys 0.021s
I20260630 12:12:29.237545  3732 tablet_bootstrap.cc:654] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.243144  3748 raft_consensus.cc:359] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.244933  3748 raft_consensus.cc:385] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.245240  3748 raft_consensus.cc:740] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.246033  3748 consensus_queue.cc:260] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.248373  3748 ts_tablet_manager.cc:1434] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.000s
I20260630 12:12:29.255270  3748 tablet_bootstrap.cc:492] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:29.267917  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45b6668f711e493c90dce0b6a1aade7f" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:29.269001  3481 raft_consensus.cc:2468] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 0.
I20260630 12:12:29.270606  3665 leader_election.cc:304] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:29.271303  3762 raft_consensus.cc:2804] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.271636  3762 raft_consensus.cc:493] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.271929  3762 raft_consensus.cc:3060] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.272099  3748 tablet_bootstrap.cc:654] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.276851  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45b6668f711e493c90dce0b6a1aade7f" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
W20260630 12:12:29.280193  3666 leader_election.cc:343] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.279333  3762 raft_consensus.cc:515] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.283624  3762 leader_election.cc:290] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 election: Requested vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.284348  3736 tablet_bootstrap.cc:492] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.285231  3736 ts_tablet_manager.cc:1403] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.128s	user 0.015s	sys 0.019s
I20260630 12:12:29.284713  3732 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:29.286552  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45b6668f711e493c90dce0b6a1aade7f" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:29.287700  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45b6668f711e493c90dce0b6a1aade7f" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:29.286526  3732 ts_tablet_manager.cc:1403] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.074s	user 0.014s	sys 0.010s
I20260630 12:12:29.288573  3481 raft_consensus.cc:3060] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.288913  3736 raft_consensus.cc:359] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
W20260630 12:12:29.288002  3666 leader_election.cc:343] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.289845  3736 raft_consensus.cc:385] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.290165  3736 raft_consensus.cc:740] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.290908  3736 consensus_queue.cc:260] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.292575  3737 tablet_bootstrap.cc:492] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:29.292901  3736 ts_tablet_manager.cc:1434] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:29.293087  3737 ts_tablet_manager.cc:1403] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.141s	user 0.016s	sys 0.008s
I20260630 12:12:29.293895  3736 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:29.298488  3732 raft_consensus.cc:359] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.299321  3732 raft_consensus.cc:385] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.299659  3732 raft_consensus.cc:740] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.296466  3737 raft_consensus.cc:359] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.300801  3481 raft_consensus.cc:2468] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 1.
I20260630 12:12:29.301163  3737 raft_consensus.cc:385] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.301571  3737 raft_consensus.cc:740] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.301894  3732 consensus_queue.cc:260] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.302457  3665 leader_election.cc:304] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [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: 8c6f87042355406b89697993d1ec7132, e3d4166696d04c379ac52137d165848c; no voters: c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:29.303966  3762 raft_consensus.cc:2804] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.304500  3732 ts_tablet_manager.cc:1434] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.016s	user 0.003s	sys 0.003s
I20260630 12:12:29.304581  3762 raft_consensus.cc:697] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 1 LEADER]: Becoming Leader. State: Replica: e3d4166696d04c379ac52137d165848c, State: Running, Role: LEADER
I20260630 12:12:29.304949  3737 consensus_queue.cc:260] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.305572  3732 tablet_bootstrap.cc:492] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:29.305817  3762 consensus_queue.cc:237] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.308066  3737 ts_tablet_manager.cc:1434] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260630 12:12:29.304622  3736 tablet_bootstrap.cc:654] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.316816  3737 tablet_bootstrap.cc:492] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:29.320101  3748 tablet_bootstrap.cc:492] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:29.320557  3748 ts_tablet_manager.cc:1403] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.066s	user 0.013s	sys 0.005s
I20260630 12:12:29.328094  3748 raft_consensus.cc:359] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.331962  3748 raft_consensus.cc:385] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.332336  3748 raft_consensus.cc:740] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.329592  3736 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.330601  3737 tablet_bootstrap.cc:654] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.333292  3736 ts_tablet_manager.cc:1403] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.040s	user 0.014s	sys 0.006s
I20260630 12:12:29.335995  3732 tablet_bootstrap.cc:654] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.336174  3748 consensus_queue.cc:260] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.322367  3304 catalog_manager.cc:6242] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064: range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280] alter complete (version 0)
I20260630 12:12:29.338044  3748 ts_tablet_manager.cc:1434] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.003s
I20260630 12:12:29.338986  3748 tablet_bootstrap.cc:492] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:29.343982  3736 raft_consensus.cc:359] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.345005  3736 raft_consensus.cc:385] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.345341  3736 raft_consensus.cc:740] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.345162  3640 raft_consensus.cc:493] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.346436  3640 raft_consensus.cc:515] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.346606  3736 consensus_queue.cc:260] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.348862  3736 ts_tablet_manager.cc:1434] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260630 12:12:29.349846  3736 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:29.349385  3640 leader_election.cc:290] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:29.395884  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
W20260630 12:12:29.403884  3520 leader_election.cc:343] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.411036  3732 tablet_bootstrap.cc:492] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:29.412027  3732 ts_tablet_manager.cc:1403] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.107s	user 0.031s	sys 0.034s
I20260630 12:12:29.414301  3610 raft_consensus.cc:493] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.414834  3610 raft_consensus.cc:515] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.416680  3748 tablet_bootstrap.cc:654] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.416183  3732 raft_consensus.cc:359] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.419128  3732 raft_consensus.cc:385] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.419477  3732 raft_consensus.cc:740] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.419548  3610 leader_election.cc:290] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.420284  3732 consensus_queue.cc:260] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.420974  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c49d86aae6f46b8b73a4c266c1e1285" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:29.420483  3302 catalog_manager.cc:5697] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c reported cstate change: term changed from 0 to 1, leader changed from <none> to e3d4166696d04c379ac52137d165848c (127.0.107.196). New cstate: current_term: 1 leader_uuid: "e3d4166696d04c379ac52137d165848c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:29.421583  3407 raft_consensus.cc:2468] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:29.421977  3732 ts_tablet_manager.cc:1434] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260630 12:12:29.423204  3732 tablet_bootstrap.cc:492] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:29.430022  3447 leader_election.cc:304] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:29.432492  3737 tablet_bootstrap.cc:492] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:29.433545  3737 ts_tablet_manager.cc:1403] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.117s	user 0.039s	sys 0.027s
I20260630 12:12:29.432957  3610 raft_consensus.cc:2804] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.434353  3610 raft_consensus.cc:493] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.434808  3610 raft_consensus.cc:3060] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.434918  3736 tablet_bootstrap.cc:654] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.443498  3737 raft_consensus.cc:359] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.444353  3737 raft_consensus.cc:385] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.444664  3737 raft_consensus.cc:740] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.445410  3737 consensus_queue.cc:260] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.448043  3737 ts_tablet_manager.cc:1434] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.002s
I20260630 12:12:29.449120  3737 tablet_bootstrap.cc:492] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:29.458537  3610 raft_consensus.cc:515] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.462318  3732 tablet_bootstrap.cc:654] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.463117  3640 raft_consensus.cc:493] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.463814  3640 raft_consensus.cc:515] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.466974  3737 tablet_bootstrap.cc:654] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.467239  3640 leader_election.cc:290] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.469501  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd9b34da71b441f4a574d360b09cc16c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:29.470419  3407 raft_consensus.cc:2468] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:29.475483  3610 leader_election.cc:290] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Requested vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.475157  3521 leader_election.cc:304] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0b95357491c481fb17d4f818e0cec2a, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:29.476768  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c49d86aae6f46b8b73a4c266c1e1285" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:29.477273  3736 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.477394  3407 raft_consensus.cc:3060] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.477881  3736 ts_tablet_manager.cc:1403] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.128s	user 0.003s	sys 0.016s
I20260630 12:12:29.476763  3640 raft_consensus.cc:2804] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.478977  3640 raft_consensus.cc:493] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.479413  3640 raft_consensus.cc:3060] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.478519  3610 raft_consensus.cc:493] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.484760  3736 raft_consensus.cc:359] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.485869  3736 raft_consensus.cc:385] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.486579  3610 raft_consensus.cc:515] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.485344  3407 raft_consensus.cc:2468] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:29.486270  3736 raft_consensus.cc:740] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.492805  3447 leader_election.cc:304] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:29.492127  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a124128169a74ec2ab913ed1e8c4b0e8" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:29.493130  3736 consensus_queue.cc:260] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.494542  3556 raft_consensus.cc:2468] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:29.493739  3700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd9b34da71b441f4a574d360b09cc16c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.495952  3701 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.496243  3700 raft_consensus.cc:2468] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:29.497965  3445 leader_election.cc:304] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:29.499150  3637 raft_consensus.cc:2804] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.499636  3637 raft_consensus.cc:493] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.494669  3649 raft_consensus.cc:2804] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.500074  3637 raft_consensus.cc:3060] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.501560  3649 raft_consensus.cc:697] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
W20260630 12:12:29.500833  3522 leader_election.cc:343] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.504891  3522 leader_election.cc:304] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [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: d4fada556b0d47b9b7dd80cf1da7388a; no voters: 8c6f87042355406b89697993d1ec7132, e3d4166696d04c379ac52137d165848c
I20260630 12:12:29.505725  3749 raft_consensus.cc:493] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.502444  3649 consensus_queue.cc:237] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.506248  3749 raft_consensus.cc:515] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.509443  3748 tablet_bootstrap.cc:492] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:29.509960  3748 ts_tablet_manager.cc:1403] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.171s	user 0.018s	sys 0.011s
I20260630 12:12:29.513638  3749 leader_election.cc:290] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.500090  3640 raft_consensus.cc:515] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.516948  3732 tablet_bootstrap.cc:492] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a: No bootstrap required, opened a new log
I20260630 12:12:29.514770  3642 raft_consensus.cc:2749] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:29.517198  3736 ts_tablet_manager.cc:1434] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.036s	user 0.008s	sys 0.000s
I20260630 12:12:29.518046  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "461ce47909114b5493bcb78202ae87d1" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:29.519491  3732 ts_tablet_manager.cc:1403] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.096s	user 0.022s	sys 0.012s
I20260630 12:12:29.508615  3610 leader_election.cc:290] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), e3d4166696d04c379ac52137d165848c (127.0.107.196:37925)
I20260630 12:12:29.520217  3736 tablet_bootstrap.cc:492] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:29.526222  3642 raft_consensus.cc:493] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.531733  3642 raft_consensus.cc:515] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.522819  3748 raft_consensus.cc:359] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.535876  3642 leader_election.cc:290] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.537245  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bdb90de2af54ab58c11e0eeb95a496e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:29.534508  3748 raft_consensus.cc:385] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.538244  3748 raft_consensus.cc:740] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
W20260630 12:12:29.538525  3521 leader_election.cc:343] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.538901  3701 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bdb90de2af54ab58c11e0eeb95a496e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.539021  3748 consensus_queue.cc:260] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.539538  3701 raft_consensus.cc:2468] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:29.542007  3522 leader_election.cc:304] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [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: d4fada556b0d47b9b7dd80cf1da7388a, e3d4166696d04c379ac52137d165848c; no voters: c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:29.547992  3732 raft_consensus.cc:359] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.548787  3732 raft_consensus.cc:385] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.549078  3732 raft_consensus.cc:740] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.550832  3701 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c49d86aae6f46b8b73a4c266c1e1285" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.551096  3640 leader_election.cc:290] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Requested vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.551467  3701 raft_consensus.cc:2468] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:29.552170  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd9b34da71b441f4a574d360b09cc16c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:29.552472  3700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c49d86aae6f46b8b73a4c266c1e1285" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c"
I20260630 12:12:29.552762  3407 raft_consensus.cc:3060] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.553026  3700 raft_consensus.cc:3060] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.554572  3748 ts_tablet_manager.cc:1434] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.044s	user 0.005s	sys 0.005s
I20260630 12:12:29.555987  3748 tablet_bootstrap.cc:492] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:29.556243  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a124128169a74ec2ab913ed1e8c4b0e8" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.555843  3304 catalog_manager.cc:5697] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:29.557281  3642 raft_consensus.cc:2804] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.562175  3642 raft_consensus.cc:493] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.562043  3698 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "461ce47909114b5493bcb78202ae87d1" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.562388  3732 consensus_queue.cc:260] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.563730  3641 raft_consensus.cc:493] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:12:29.565253  3447 leader_election.cc:343] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.567813  3641 raft_consensus.cc:515] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.569571  3732 ts_tablet_manager.cc:1434] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.050s	user 0.007s	sys 0.000s
I20260630 12:12:29.560075  3637 raft_consensus.cc:515] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.565939  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd9b34da71b441f4a574d360b09cc16c" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c"
I20260630 12:12:29.580508  3699 raft_consensus.cc:3060] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.581290  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45b6668f711e493c90dce0b6a1aade7f" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:29.583871  3482 raft_consensus.cc:2393] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c0b95357491c481fb17d4f818e0cec2a in current term 1: Already voted for candidate e3d4166696d04c379ac52137d165848c in this term.
I20260630 12:12:29.572293  3642 raft_consensus.cc:3060] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.599035  3637 leader_election.cc:290] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Requested vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), e3d4166696d04c379ac52137d165848c (127.0.107.196:37925)
I20260630 12:12:29.614589  3700 raft_consensus.cc:2468] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:29.619093  3407 raft_consensus.cc:2468] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:29.620757  3521 leader_election.cc:304] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0b95357491c481fb17d4f818e0cec2a, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:29.622066  3640 raft_consensus.cc:2804] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.622695  3640 raft_consensus.cc:697] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Leader. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:29.623708  3640 consensus_queue.cc:237] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.628978  3699 raft_consensus.cc:2468] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:29.627615  3641 leader_election.cc:290] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:29.633154  3737 tablet_bootstrap.cc:492] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132: No bootstrap required, opened a new log
I20260630 12:12:29.638329  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a124128169a74ec2ab913ed1e8c4b0e8" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:29.639168  3556 raft_consensus.cc:3060] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.640978  3737 ts_tablet_manager.cc:1403] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.192s	user 0.014s	sys 0.024s
I20260630 12:12:29.647142  3556 raft_consensus.cc:2468] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
W20260630 12:12:29.650456  3448 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.196:37925, user_credentials={real_user=slave}} blocked reactor thread for 66948us
I20260630 12:12:29.653043  3445 leader_election.cc:304] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:29.655019  3649 raft_consensus.cc:2804] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.655057  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a124128169a74ec2ab913ed1e8c4b0e8" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c"
W20260630 12:12:29.658032  3448 leader_election.cc:343] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.655629  3649 raft_consensus.cc:697] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
W20260630 12:12:29.658964  3448 leader_election.cc:343] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.659415  3448 leader_election.cc:304] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [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: 8c6f87042355406b89697993d1ec7132; no voters: c0b95357491c481fb17d4f818e0cec2a, e3d4166696d04c379ac52137d165848c
I20260630 12:12:29.659394  3649 consensus_queue.cc:237] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.660601  3637 raft_consensus.cc:2749] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:29.659789  3737 raft_consensus.cc:359] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.661432  3737 raft_consensus.cc:385] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:12:29.661433  3448 leader_election.cc:343] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.662453  3737 raft_consensus.cc:740] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.663321  3736 tablet_bootstrap.cc:654] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.663667  3737 consensus_queue.cc:260] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.671813  3737 ts_tablet_manager.cc:1434] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.031s	user 0.006s	sys 0.002s
I20260630 12:12:29.674355  3642 raft_consensus.cc:515] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.680141  3748 tablet_bootstrap.cc:654] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.680778  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bdb90de2af54ab58c11e0eeb95a496e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c"
I20260630 12:12:29.663030  3301 catalog_manager.cc:5697] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: term changed from 0 to 1, leader changed from <none> to d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:29.681458  3699 raft_consensus.cc:3060] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.676875  3304 catalog_manager.cc:5697] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:29.684353  3642 leader_election.cc:290] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Requested vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.685251  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bdb90de2af54ab58c11e0eeb95a496e" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
W20260630 12:12:29.686978  3521 leader_election.cc:343] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:29.689579  3699 raft_consensus.cc:2468] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:29.691213  3522 leader_election.cc:304] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [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: d4fada556b0d47b9b7dd80cf1da7388a, e3d4166696d04c379ac52137d165848c; no voters: c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:29.692207  3642 raft_consensus.cc:2804] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.692843  3642 raft_consensus.cc:697] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Leader. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:29.698619  3642 consensus_queue.cc:237] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.702037  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45b6668f711e493c90dce0b6a1aade7f" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.702903  3748 tablet_bootstrap.cc:492] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:29.696486  3736 tablet_bootstrap.cc:492] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.704278  3373 leader_election.cc:304] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [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: c0b95357491c481fb17d4f818e0cec2a; no voters: 8c6f87042355406b89697993d1ec7132, e3d4166696d04c379ac52137d165848c
I20260630 12:12:29.704562  3736 ts_tablet_manager.cc:1403] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.186s	user 0.014s	sys 0.001s
I20260630 12:12:29.705119  3641 raft_consensus.cc:3060] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.707257  3736 raft_consensus.cc:359] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.707834  3736 raft_consensus.cc:385] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.708096  3736 raft_consensus.cc:740] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.709189  3736 consensus_queue.cc:260] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.711849  3641 raft_consensus.cc:2749] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:29.713326  3748 ts_tablet_manager.cc:1403] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.158s	user 0.006s	sys 0.012s
I20260630 12:12:29.716389  3748 raft_consensus.cc:359] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.717080  3748 raft_consensus.cc:385] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.717381  3748 raft_consensus.cc:740] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.718220  3748 consensus_queue.cc:260] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.719189  3736 ts_tablet_manager.cc:1434] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260630 12:12:29.718786  3301 catalog_manager.cc:5697] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: term changed from 0 to 1, leader changed from <none> to d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:29.720242  3736 tablet_bootstrap.cc:492] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:29.721076  3748 ts_tablet_manager.cc:1434] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.001s
I20260630 12:12:29.722069  3748 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:29.727478  3736 tablet_bootstrap.cc:654] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.729653  3748 tablet_bootstrap.cc:654] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.742308  3748 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:29.742815  3748 ts_tablet_manager.cc:1403] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.008s
W20260630 12:12:29.743220  3292 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet da8581ea0ec0444c87376f39da35c0e3 (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet da8581ea0ec0444c87376f39da35c0e3 consensus state has no leader
I20260630 12:12:29.745893  3762 consensus_queue.cc:1048] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:29.746088  3748 raft_consensus.cc:359] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.746769  3748 raft_consensus.cc:385] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.747085  3748 raft_consensus.cc:740] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.747829  3748 consensus_queue.cc:260] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.749862  3736 tablet_bootstrap.cc:492] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.751662  3736 ts_tablet_manager.cc:1403] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.011s
I20260630 12:12:29.750447  3748 ts_tablet_manager.cc:1434] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:12:29.754926  3748 tablet_bootstrap.cc:492] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a: Bootstrap starting.
I20260630 12:12:29.754871  3736 raft_consensus.cc:359] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.755702  3736 raft_consensus.cc:385] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.756050  3736 raft_consensus.cc:740] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.756903  3736 consensus_queue.cc:260] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } }
I20260630 12:12:29.762301  3748 tablet_bootstrap.cc:654] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.766542  3736 ts_tablet_manager.cc:1434] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.001s
I20260630 12:12:29.774175  3736 tablet_bootstrap.cc:492] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:29.777441  3764 consensus_queue.cc:1048] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:29.782477  3736 tablet_bootstrap.cc:654] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.794324  3736 tablet_bootstrap.cc:492] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.794840  3736 ts_tablet_manager.cc:1403] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.021s	user 0.004s	sys 0.010s
I20260630 12:12:29.795096  3748 tablet_bootstrap.cc:492] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a: No bootstrap required, opened a new log
I20260630 12:12:29.795567  3748 ts_tablet_manager.cc:1403] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a: Time spent bootstrapping tablet: real 0.041s	user 0.011s	sys 0.014s
I20260630 12:12:29.797627  3736 raft_consensus.cc:359] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.798396  3736 raft_consensus.cc:385] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.798206  3748 raft_consensus.cc:359] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.798725  3736 raft_consensus.cc:740] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.799022  3748 raft_consensus.cc:385] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.799376  3748 raft_consensus.cc:740] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.799659  3736 consensus_queue.cc:260] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.800082  3748 consensus_queue.cc:260] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.802570  3736 ts_tablet_manager.cc:1434] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.002s
I20260630 12:12:29.803294  3748 ts_tablet_manager.cc:1434] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:29.803637  3736 tablet_bootstrap.cc:492] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:29.815568  3736 tablet_bootstrap.cc:654] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:29.818701  3642 raft_consensus.cc:493] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.819283  3642 raft_consensus.cc:515] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.820327  3736 tablet_bootstrap.cc:492] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c: No bootstrap required, opened a new log
I20260630 12:12:29.820829  3736 ts_tablet_manager.cc:1403] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.001s
I20260630 12:12:29.821599  3642 leader_election.cc:290] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.822237  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.822813  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:29.822929  3699 raft_consensus.cc:2468] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:29.823544  3404 raft_consensus.cc:2468] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 0.
I20260630 12:12:29.823402  3736 raft_consensus.cc:359] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.824132  3736 raft_consensus.cc:385] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:29.824106  3522 leader_election.cc:304] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d4fada556b0d47b9b7dd80cf1da7388a, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:29.825169  3736 raft_consensus.cc:740] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: FOLLOWER
I20260630 12:12:29.825455  3642 raft_consensus.cc:2804] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.825913  3642 raft_consensus.cc:493] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.826282  3642 raft_consensus.cc:3060] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.826025  3736 consensus_queue.cc:260] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.828191  3736 ts_tablet_manager.cc:1434] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:29.832712  3642 raft_consensus.cc:515] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.834599  3642 leader_election.cc:290] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Requested vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.835304  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c"
I20260630 12:12:29.835844  3699 raft_consensus.cc:3060] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.836428  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:29.837004  3404 raft_consensus.cc:3060] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.840865  3699 raft_consensus.cc:2468] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:29.841956  3522 leader_election.cc:304] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d4fada556b0d47b9b7dd80cf1da7388a, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:29.842689  3642 raft_consensus.cc:2804] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.843072  3404 raft_consensus.cc:2468] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 1.
I20260630 12:12:29.843111  3642 raft_consensus.cc:697] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Leader. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:29.844040  3642 consensus_queue.cc:237] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.851168  3304 catalog_manager.cc:5697] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: term changed from 0 to 1, leader changed from <none> to d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:29.861300  3762 raft_consensus.cc:493] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.861794  3762 raft_consensus.cc:515] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.863307  3762 leader_election.cc:290] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.864230  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "461ce47909114b5493bcb78202ae87d1" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132" is_pre_election: true
I20260630 12:12:29.864436  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "461ce47909114b5493bcb78202ae87d1" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a" is_pre_election: true
I20260630 12:12:29.864785  3482 raft_consensus.cc:2468] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 0.
I20260630 12:12:29.865137  3404 raft_consensus.cc:2468] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 0.
I20260630 12:12:29.865878  3665 leader_election.cc:304] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:29.866675  3762 raft_consensus.cc:2804] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.866991  3762 raft_consensus.cc:493] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.867269  3762 raft_consensus.cc:3060] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.871399  3762 raft_consensus.cc:515] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.872938  3762 leader_election.cc:290] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 election: Requested vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:29.873755  3482 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "461ce47909114b5493bcb78202ae87d1" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:29.873953  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "461ce47909114b5493bcb78202ae87d1" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:29.874352  3482 raft_consensus.cc:3060] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.874470  3404 raft_consensus.cc:3060] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.881245  3482 raft_consensus.cc:2468] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 1.
I20260630 12:12:29.881245  3404 raft_consensus.cc:2468] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 1.
I20260630 12:12:29.882635  3666 leader_election.cc:304] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0b95357491c481fb17d4f818e0cec2a, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:29.883376  3762 raft_consensus.cc:2804] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.883826  3762 raft_consensus.cc:697] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 1 LEADER]: Becoming Leader. State: Replica: e3d4166696d04c379ac52137d165848c, State: Running, Role: LEADER
I20260630 12:12:29.884490  3762 consensus_queue.cc:237] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:29.891662  3304 catalog_manager.cc:5697] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c reported cstate change: term changed from 0 to 1, leader changed from <none> to e3d4166696d04c379ac52137d165848c (127.0.107.196). New cstate: current_term: 1 leader_uuid: "e3d4166696d04c379ac52137d165848c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:29.934010  3649 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:29.938028  3649 raft_consensus.cc:493] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:29.938560  3649 raft_consensus.cc:515] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.941366  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:29.942024  3556 raft_consensus.cc:2468] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:29.943353  3445 leader_election.cc:304] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:29.943650  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:29.944350  3699 raft_consensus.cc:2468] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 0.
I20260630 12:12:29.945063  3610 raft_consensus.cc:2804] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:29.945466  3610 raft_consensus.cc:493] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:29.945835  3610 raft_consensus.cc:3060] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.950474  3649 leader_election.cc:290] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), e3d4166696d04c379ac52137d165848c (127.0.107.196:37925)
I20260630 12:12:29.950614  3791 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:29.955965  3610 raft_consensus.cc:515] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.959070  3610 leader_election.cc:290] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Requested vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), e3d4166696d04c379ac52137d165848c (127.0.107.196:37925)
I20260630 12:12:29.959174  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:29.959810  3556 raft_consensus.cc:3060] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.960035  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c"
I20260630 12:12:29.960605  3699 raft_consensus.cc:3060] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:29.966207  3556 raft_consensus.cc:2468] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:29.966248  3699 raft_consensus.cc:2468] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 1.
I20260630 12:12:29.967653  3448 leader_election.cc:304] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:29.968519  3610 raft_consensus.cc:2804] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:29.968948  3610 raft_consensus.cc:697] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:29.969797  3610 consensus_queue.cc:237] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:29.977339  3302 catalog_manager.cc:5697] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:30.030920  3641 raft_consensus.cc:493] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:30.031451  3641 raft_consensus.cc:515] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:30.033212  3641 leader_election.cc:290] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), e3d4166696d04c379ac52137d165848c (127.0.107.196:37925)
I20260630 12:12:30.034037  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bdb90de2af54ab58c11e0eeb95a496e" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" is_pre_election: true
I20260630 12:12:30.034297  3699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0bdb90de2af54ab58c11e0eeb95a496e" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3d4166696d04c379ac52137d165848c" is_pre_election: true
I20260630 12:12:30.035068  3699 raft_consensus.cc:2393] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c0b95357491c481fb17d4f818e0cec2a in current term 1: Already voted for candidate d4fada556b0d47b9b7dd80cf1da7388a in this term.
I20260630 12:12:30.036008  3373 leader_election.cc:304] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [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: c0b95357491c481fb17d4f818e0cec2a; no voters: d4fada556b0d47b9b7dd80cf1da7388a, e3d4166696d04c379ac52137d165848c
I20260630 12:12:30.036665  3641 raft_consensus.cc:3060] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:30.042603  3641 raft_consensus.cc:2749] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:30.111047  3642 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.113890  3642 consensus_queue.cc:1048] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.130838  3818 consensus_queue.cc:1048] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.136626  3750 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:30.144902  3699 raft_consensus.cc:3060] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:30.160918  3610 consensus_queue.cc:1048] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.164686  3358 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:30.182420  3649 consensus_queue.cc:1048] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.221359  3482 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a"
dest_uuid: "8c6f87042355406b89697993d1ec7132"
mode: GRACEFUL
new_leader_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:45686
I20260630 12:12:30.222291  3482 raft_consensus.cc:606] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Received request to transfer leadership to TS c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:30.225128  3482 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5"
dest_uuid: "8c6f87042355406b89697993d1ec7132"
mode: GRACEFUL
new_leader_uuid: "e3d4166696d04c379ac52137d165848c"
 from {username='slave'} at 127.0.0.1:45686
I20260630 12:12:30.225771  3482 raft_consensus.cc:606] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Received request to transfer leadership to TS e3d4166696d04c379ac52137d165848c
I20260630 12:12:30.231269  3482 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17"
dest_uuid: "8c6f87042355406b89697993d1ec7132"
mode: GRACEFUL
new_leader_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:45686
I20260630 12:12:30.231932  3482 raft_consensus.cc:606] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Received request to transfer leadership to TS c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:30.249452  3556 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3"
dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
mode: GRACEFUL
new_leader_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:46122
I20260630 12:12:30.250064  3556 raft_consensus.cc:606] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Received request to transfer leadership to TS c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:30.252985  3555 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76"
dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
mode: GRACEFUL
new_leader_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:46122
I20260630 12:12:30.253481  3555 raft_consensus.cc:606] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Received request to transfer leadership to TS c0b95357491c481fb17d4f818e0cec2a
I20260630 12:12:30.253237  3556 consensus_queue.cc:237] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:30.254643  3358 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 5
I20260630 12:12:30.255852  3358 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:30.260356  3482 raft_consensus.cc:1275] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:30.260414  3404 raft_consensus.cc:1275] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:12:30.260953  3522 consensus_peers.cc:597] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a -> Peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Couldn't send request to peer e3d4166696d04c379ac52137d165848c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 21ee628c7f0242e393f989ab86c1bd9c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:30.262073  3819 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.262782  3818 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.270514  3818 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.272904  3404 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.273871  3482 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.289252  3302 catalog_manager.cc:5697] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.283496  3826 consensus_queue.cc:1048] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
I20260630 12:12:30.306499  3404 consensus_queue.cc:237] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:30.314504  3826 consensus_queue.cc:1048] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:30.322237  3373 consensus_peers.cc:597] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a -> Peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Couldn't send request to peer e3d4166696d04c379ac52137d165848c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5d49c79f10dc40e4b23cf0a35ba38b89. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:30.323700  3481 raft_consensus.cc:1275] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:30.323917  3556 raft_consensus.cc:1275] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:30.325129  3641 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } 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:12:30.327865  3641 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.335763  3838 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.337853  3481 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.349916  3649 raft_consensus.cc:993] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132: : Instructing follower c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.350773  3791 raft_consensus.cc:1081] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Signalling peer c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.353394  3407 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17"
dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:53780
I20260630 12:12:30.354314  3407 raft_consensus.cc:493] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:30.354717  3407 raft_consensus.cc:3060] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.358856  3556 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.356389  3301 catalog_manager.cc:5697] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.366078  3407 raft_consensus.cc:515] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:30.371282  3407 leader_election.cc:290] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 2 election: Requested vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:30.371507  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:30.372133  3481 raft_consensus.cc:3055] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Stepping down as leader of term 1
W20260630 12:12:30.372908  3353 auto_rebalancer.cc:639] Failed to schedule move for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a: Remote error: Service unavailable: leader transfer in progress
I20260630 12:12:30.372505  3481 raft_consensus.cc:740] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:30.376564  3481 consensus_queue.cc:260] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:30.378276  3481 raft_consensus.cc:3060] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.380259  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da5bb2a816a947d5a0e8b454bf864f17" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:30.380843  3555 raft_consensus.cc:3060] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.385390  3481 raft_consensus.cc:2468] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.385390  3556 consensus_queue.cc:237] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:30.386751  3371 leader_election.cc:304] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [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: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:30.387552  3841 raft_consensus.cc:2804] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:30.387594  3555 raft_consensus.cc:2468] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.388144  3841 raft_consensus.cc:697] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Becoming Leader. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Running, Role: LEADER
I20260630 12:12:30.389000  3841 consensus_queue.cc:237] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:30.393177  3481 raft_consensus.cc:1275] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:12:30.393987  3522 consensus_peers.cc:597] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a -> Peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Couldn't send request to peer e3d4166696d04c379ac52137d165848c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bec005114503458da6a88d459d5ebf9e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:30.394886  3819 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.395598  3407 raft_consensus.cc:1275] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:30.397325  3819 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.402231  3302 catalog_manager.cc:5697] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: term changed from 1 to 2, leader changed from 8c6f87042355406b89697993d1ec7132 (127.0.107.194) to c0b95357491c481fb17d4f818e0cec2a (127.0.107.193). New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:30.402902  3818 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.404800  3481 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.416611  3750 consensus_queue.cc:1048] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.418638  3304 catalog_manager.cc:5697] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:30.437798  3407 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:30.461902  3750 consensus_queue.cc:1048] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.472489  3649 consensus_queue.cc:1048] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:30.474033  3818 raft_consensus.cc:993] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a: : Instructing follower c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.474534  3818 raft_consensus.cc:1081] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Signalling peer c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.476414  3403 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3"
dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:53774
I20260630 12:12:30.477021  3403 raft_consensus.cc:493] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:30.477381  3403 raft_consensus.cc:3060] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.479292  3649 consensus_queue.cc:1048] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:30.483964  3403 raft_consensus.cc:515] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:30.508984  3610 raft_consensus.cc:993] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132: : Instructing follower e3d4166696d04c379ac52137d165848c to start an election
I20260630 12:12:30.509498  3610 raft_consensus.cc:1081] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Signalling peer e3d4166696d04c379ac52137d165848c to start an election
I20260630 12:12:30.511148  3700 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e3d4166696d04c379ac52137d165848c"
I20260630 12:12:30.511772  3700 raft_consensus.cc:3060] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.514665  3701 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5"
dest_uuid: "e3d4166696d04c379ac52137d165848c"
 from {username='slave'} at 127.0.0.1:37162
I20260630 12:12:30.518096  3701 raft_consensus.cc:493] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:30.518546  3701 raft_consensus.cc:3060] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.519425  3700 raft_consensus.cc:2468] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.521085  3373 leader_election.cc:304] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [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: c0b95357491c481fb17d4f818e0cec2a, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:30.522126  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da8581ea0ec0444c87376f39da35c0e3" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:30.522637  3841 raft_consensus.cc:2804] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:30.522747  3556 raft_consensus.cc:3055] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:30.523188  3841 raft_consensus.cc:697] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Becoming Leader. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Running, Role: LEADER
I20260630 12:12:30.523289  3403 leader_election.cc:290] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 2 election: Requested vote from peers e3d4166696d04c379ac52137d165848c (127.0.107.196:37925), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:30.524026  3841 consensus_queue.cc:237] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [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: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:30.523195  3556 raft_consensus.cc:740] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:30.533401  3556 consensus_queue.cc:260] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [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: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } }
I20260630 12:12:30.534694  3556 raft_consensus.cc:3060] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.542142  3556 raft_consensus.cc:2468] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.541229  3304 catalog_manager.cc:5697] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: term changed from 1 to 2, leader changed from d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) to c0b95357491c481fb17d4f818e0cec2a (127.0.107.193). New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:30.548520  3701 raft_consensus.cc:515] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:30.564543  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:30.565186  3481 raft_consensus.cc:3055] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:30.565531  3481 raft_consensus.cc:740] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:30.566331  3481 consensus_queue.cc:260] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [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: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:30.567375  3649 raft_consensus.cc:993] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: : Instructing follower c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.567457  3481 raft_consensus.cc:3060] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.567986  3649 raft_consensus.cc:1081] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Signalling peer c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.570259  3403 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a"
dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:53780
I20260630 12:12:30.570848  3403 raft_consensus.cc:493] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:30.571226  3403 raft_consensus.cc:3060] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.576823  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3a109046a854dc6a16042b58de3d8f5" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:30.577481  3556 raft_consensus.cc:3060] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.578564  3481 raft_consensus.cc:2468] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 2.
I20260630 12:12:30.579909  3665 leader_election.cc:304] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [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: 8c6f87042355406b89697993d1ec7132, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:30.580763  3826 raft_consensus.cc:2804] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:30.581228  3826 raft_consensus.cc:697] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 2 LEADER]: Becoming Leader. State: Replica: e3d4166696d04c379ac52137d165848c, State: Running, Role: LEADER
I20260630 12:12:30.582026  3826 consensus_queue.cc:237] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [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: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:30.584117  3556 raft_consensus.cc:2468] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 2.
I20260630 12:12:30.590583  3403 raft_consensus.cc:515] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:30.592872  3403 leader_election.cc:290] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 2 election: Requested vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:30.593546  3701 leader_election.cc:290] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 2 election: Requested vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:30.594674  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:30.595448  3556 raft_consensus.cc:3060] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.600144  3301 catalog_manager.cc:5697] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c reported cstate change: term changed from 1 to 2, leader changed from 8c6f87042355406b89697993d1ec7132 (127.0.107.194) to e3d4166696d04c379ac52137d165848c (127.0.107.196). New cstate: current_term: 2 leader_uuid: "e3d4166696d04c379ac52137d165848c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:30.602527  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b2a4aa9d1e14d04a89a1a4fab4b339a" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:30.603163  3481 raft_consensus.cc:3055] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:30.603470  3481 raft_consensus.cc:740] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:30.604139  3481 consensus_queue.cc:260] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:30.604905  3556 raft_consensus.cc:2468] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.605031  3481 raft_consensus.cc:3060] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.606200  3370 leader_election.cc:304] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [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: c0b95357491c481fb17d4f818e0cec2a, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:30.607098  3841 raft_consensus.cc:2804] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:30.607553  3841 raft_consensus.cc:697] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Becoming Leader. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Running, Role: LEADER
I20260630 12:12:30.608284  3841 consensus_queue.cc:237] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } }
I20260630 12:12:30.617079  3481 raft_consensus.cc:2468] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.625353  3301 catalog_manager.cc:5697] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a reported cstate change: term changed from 1 to 2, leader changed from 8c6f87042355406b89697993d1ec7132 (127.0.107.194) to c0b95357491c481fb17d4f818e0cec2a (127.0.107.193). New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:30.704813  3852 ts_tablet_manager.cc:933] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: Initiating tablet copy from peer d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:30.710551  3852 tablet_copy_client.cc:323] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:32989
I20260630 12:12:30.712231  3566 tablet_copy_service.cc:140] P d4fada556b0d47b9b7dd80cf1da7388a: Received BeginTabletCopySession request for tablet 21ee628c7f0242e393f989ab86c1bd9c from peer e3d4166696d04c379ac52137d165848c ({username='slave'} at 127.0.0.1:46142)
I20260630 12:12:30.712749  3566 tablet_copy_service.cc:161] P d4fada556b0d47b9b7dd80cf1da7388a: Beginning new tablet copy session on tablet 21ee628c7f0242e393f989ab86c1bd9c from peer e3d4166696d04c379ac52137d165848c at {username='slave'} at 127.0.0.1:46142: session id = e3d4166696d04c379ac52137d165848c-21ee628c7f0242e393f989ab86c1bd9c
I20260630 12:12:30.718006  3566 tablet_copy_source_session.cc:215] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:30.720602  3852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21ee628c7f0242e393f989ab86c1bd9c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:30.731046  3852 tablet_copy_client.cc:806] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:30.731601  3852 tablet_copy_client.cc:670] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:30.735384  3852 tablet_copy_client.cc:538] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:30.743808  3852 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:30.764142  3852 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:30.765058  3852 tablet_bootstrap.cc:492] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: Bootstrap complete.
I20260630 12:12:30.765743  3852 ts_tablet_manager.cc:1403] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.005s
I20260630 12:12:30.769338  3852 raft_consensus.cc:359] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:30.770222  3852 raft_consensus.cc:740] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: LEARNER
I20260630 12:12:30.770856  3852 consensus_queue.cc:260] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:30.773113  3852 ts_tablet_manager.cc:1434] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:12:30.774883  3566 tablet_copy_service.cc:342] P d4fada556b0d47b9b7dd80cf1da7388a: Request end of tablet copy session e3d4166696d04c379ac52137d165848c-21ee628c7f0242e393f989ab86c1bd9c received from {username='slave'} at 127.0.0.1:46142
I20260630 12:12:30.775283  3566 tablet_copy_service.cc:434] P d4fada556b0d47b9b7dd80cf1da7388a: ending tablet copy session e3d4166696d04c379ac52137d165848c-21ee628c7f0242e393f989ab86c1bd9c on tablet 21ee628c7f0242e393f989ab86c1bd9c with peer e3d4166696d04c379ac52137d165848c
I20260630 12:12:30.829407  3818 raft_consensus.cc:993] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: : Instructing follower c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.829942  3750 raft_consensus.cc:1081] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Signalling peer c0b95357491c481fb17d4f818e0cec2a to start an election
I20260630 12:12:30.832350  3852 ts_tablet_manager.cc:933] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: Initiating tablet copy from peer d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:30.832216  3403 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76"
dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
 from {username='slave'} at 127.0.0.1:53774
I20260630 12:12:30.832858  3403 raft_consensus.cc:493] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:30.833228  3403 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.840708  3403 raft_consensus.cc:515] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:30.846033  3556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:30.845638  3852 tablet_copy_client.cc:323] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:32989
I20260630 12:12:30.846669  3556 raft_consensus.cc:3055] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:30.847028  3556 raft_consensus.cc:740] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:30.847185  3403 leader_election.cc:290] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [CANDIDATE]: Term 2 election: Requested vote from peers d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:30.847815  3556 consensus_queue.cc:260] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:30.848315  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "c0b95357491c481fb17d4f818e0cec2a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:30.848928  3556 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.848958  3481 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:30.851143  3566 tablet_copy_service.cc:140] P d4fada556b0d47b9b7dd80cf1da7388a: Received BeginTabletCopySession request for tablet bec005114503458da6a88d459d5ebf9e from peer e3d4166696d04c379ac52137d165848c ({username='slave'} at 127.0.0.1:46142)
I20260630 12:12:30.851655  3566 tablet_copy_service.cc:161] P d4fada556b0d47b9b7dd80cf1da7388a: Beginning new tablet copy session on tablet bec005114503458da6a88d459d5ebf9e from peer e3d4166696d04c379ac52137d165848c at {username='slave'} at 127.0.0.1:46142: session id = e3d4166696d04c379ac52137d165848c-bec005114503458da6a88d459d5ebf9e
I20260630 12:12:30.859342  3566 tablet_copy_source_session.cc:215] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:30.860395  3481 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.860863  3556 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0b95357491c481fb17d4f818e0cec2a in term 2.
I20260630 12:12:30.861720  3371 leader_election.cc:304] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [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: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:30.862665  3841 raft_consensus.cc:2804] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:30.863016  3852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bec005114503458da6a88d459d5ebf9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:30.863127  3841 raft_consensus.cc:697] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Becoming Leader. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Running, Role: LEADER
I20260630 12:12:30.864025  3841 consensus_queue.cc:237] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:30.875473  3301 catalog_manager.cc:5697] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: term changed from 1 to 2, leader changed from d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) to c0b95357491c481fb17d4f818e0cec2a (127.0.107.193). New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:30.876499  3852 tablet_copy_client.cc:806] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:30.877105  3852 tablet_copy_client.cc:670] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:30.880779  3852 tablet_copy_client.cc:538] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:30.888497  3852 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:30.902884  3852 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:30.903644  3852 tablet_bootstrap.cc:492] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: Bootstrap complete.
I20260630 12:12:30.904213  3852 ts_tablet_manager.cc:1403] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.003s
I20260630 12:12:30.906288  3852 raft_consensus.cc:359] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:30.906895  3852 raft_consensus.cc:740] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: LEARNER
I20260630 12:12:30.907380  3852 consensus_queue.cc:260] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:30.909417  3852 ts_tablet_manager.cc:1434] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:12:30.911216  3566 tablet_copy_service.cc:342] P d4fada556b0d47b9b7dd80cf1da7388a: Request end of tablet copy session e3d4166696d04c379ac52137d165848c-bec005114503458da6a88d459d5ebf9e received from {username='slave'} at 127.0.0.1:46142
I20260630 12:12:30.911629  3566 tablet_copy_service.cc:434] P d4fada556b0d47b9b7dd80cf1da7388a: ending tablet copy session e3d4166696d04c379ac52137d165848c-bec005114503458da6a88d459d5ebf9e on tablet bec005114503458da6a88d459d5ebf9e with peer e3d4166696d04c379ac52137d165848c
I20260630 12:12:30.917146  3556 raft_consensus.cc:1275] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:30.918553  3841 consensus_queue.cc:1048] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.932001  3701 raft_consensus.cc:1275] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:30.934265  3852 ts_tablet_manager.cc:933] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: Initiating tablet copy from peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:30.934224  3837 consensus_queue.cc:1048] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.945884  3852 tablet_copy_client.cc:323] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:34393
I20260630 12:12:30.947583  3417 tablet_copy_service.cc:140] P c0b95357491c481fb17d4f818e0cec2a: Received BeginTabletCopySession request for tablet 5d49c79f10dc40e4b23cf0a35ba38b89 from peer e3d4166696d04c379ac52137d165848c ({username='slave'} at 127.0.0.1:53782)
I20260630 12:12:30.948164  3417 tablet_copy_service.cc:161] P c0b95357491c481fb17d4f818e0cec2a: Beginning new tablet copy session on tablet 5d49c79f10dc40e4b23cf0a35ba38b89 from peer e3d4166696d04c379ac52137d165848c at {username='slave'} at 127.0.0.1:53782: session id = e3d4166696d04c379ac52137d165848c-5d49c79f10dc40e4b23cf0a35ba38b89
I20260630 12:12:30.955614  3481 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:30.957196  3841 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.959033  3417 tablet_copy_source_session.cc:215] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:30.963049  3852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d49c79f10dc40e4b23cf0a35ba38b89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:30.967531  3556 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:30.979591  3556 raft_consensus.cc:1275] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer e3d4166696d04c379ac52137d165848c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:30.981154  3826 consensus_queue.cc:1048] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:30.978312  3841 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.004s
I20260630 12:12:30.986830  3852 tablet_copy_client.cc:806] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:30.987407  3852 tablet_copy_client.cc:670] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:30.992871  3554 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:30.992996  3852 tablet_copy_client.cc:538] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:31.000821  3852 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:31.002281  3481 raft_consensus.cc:1275] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer e3d4166696d04c379ac52137d165848c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:31.003870  3841 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:31.004065  3764 consensus_queue.cc:1048] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:31.042132  3481 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:31.043133  3852 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:31.043908  3852 tablet_bootstrap.cc:492] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: Bootstrap complete.
I20260630 12:12:31.043666  3841 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:31.044371  3852 ts_tablet_manager.cc:1403] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.044s	user 0.030s	sys 0.012s
I20260630 12:12:31.046751  3852 raft_consensus.cc:359] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:31.047539  3852 raft_consensus.cc:740] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: LEARNER
I20260630 12:12:31.048092  3852 consensus_queue.cc:260] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:31.050748  3852 ts_tablet_manager.cc:1434] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:12:31.056659  3417 tablet_copy_service.cc:342] P c0b95357491c481fb17d4f818e0cec2a: Request end of tablet copy session e3d4166696d04c379ac52137d165848c-5d49c79f10dc40e4b23cf0a35ba38b89 received from {username='slave'} at 127.0.0.1:53782
I20260630 12:12:31.057119  3417 tablet_copy_service.cc:434] P c0b95357491c481fb17d4f818e0cec2a: ending tablet copy session e3d4166696d04c379ac52137d165848c-5d49c79f10dc40e4b23cf0a35ba38b89 on tablet 5d49c79f10dc40e4b23cf0a35ba38b89 with peer e3d4166696d04c379ac52137d165848c
I20260630 12:12:31.155445  3701 raft_consensus.cc:1217] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:31.300565  3554 raft_consensus.cc:1275] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:31.302109  3837 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:31.311414  3481 raft_consensus.cc:1275] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:12:31.313892  3858 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:31.338852  3701 raft_consensus.cc:1217] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:31.374919  3701 raft_consensus.cc:1217] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:31.537523  3866 raft_consensus.cc:1064] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: attempting to promote NON_VOTER e3d4166696d04c379ac52137d165848c to VOTER
I20260630 12:12:31.539922  3866 consensus_queue.cc:237] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:31.559351  3481 raft_consensus.cc:1275] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.562187  3403 raft_consensus.cc:1275] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.562503  3871 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:31.565454  3818 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } 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:12:31.568275  3701 raft_consensus.cc:1275] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.570947  3866 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:31.587078  3818 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.591102  3701 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.591102  3481 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.599056  3403 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.605535  3301 catalog_manager.cc:5697] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c reported cstate change: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.641681  3554 consensus_queue.cc:237] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:31.646946  3701 raft_consensus.cc:1275] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:31.647354  3481 raft_consensus.cc:1275] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:31.649174  3818 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:31.651257  3871 consensus_queue.cc:1048] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:31.658301  3866 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.660158  3481 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.670189  3701 raft_consensus.cc:2955] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.671608  3289 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 21ee628c7f0242e393f989ab86c1bd9c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:31.670753  3302 catalog_manager.cc:5697] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.685906  3391 tablet_service.cc:1558] Processing DeleteTablet for tablet 21ee628c7f0242e393f989ab86c1bd9c with delete_type TABLET_DATA_TOMBSTONED (TS c0b95357491c481fb17d4f818e0cec2a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53766
I20260630 12:12:31.688135  3878 tablet_replica.cc:333] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:31.688967  3878 raft_consensus.cc:2243] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:31.690091  3878 raft_consensus.cc:2272] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:31.693153  3878 ts_tablet_manager.cc:1916] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:31.708813  3878 ts_tablet_manager.cc:1929] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:31.709213  3878 log.cc:1199] T 21ee628c7f0242e393f989ab86c1bd9c P c0b95357491c481fb17d4f818e0cec2a: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-0-root/wals/21ee628c7f0242e393f989ab86c1bd9c
I20260630 12:12:31.710831  3291 catalog_manager.cc:5028] TS c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): tablet 21ee628c7f0242e393f989ab86c1bd9c (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:31.857751  3841 raft_consensus.cc:1064] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: attempting to promote NON_VOTER e3d4166696d04c379ac52137d165848c to VOTER
I20260630 12:12:31.860179  3841 consensus_queue.cc:237] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:31.869331  3481 raft_consensus.cc:1275] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.870777  3858 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } 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:12:31.873525  3701 raft_consensus.cc:1275] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.874203  3554 raft_consensus.cc:1275] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.875128  3841 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:31.876593  3880 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:31.885859  3858 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.891191  3554 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.891456  3701 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.894196  3866 raft_consensus.cc:1064] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: attempting to promote NON_VOTER e3d4166696d04c379ac52137d165848c to VOTER
I20260630 12:12:31.896703  3866 consensus_queue.cc:237] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:31.906078  3305 catalog_manager.cc:5697] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.916366  3481 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.926554  3701 raft_consensus.cc:1275] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.929113  3818 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:31.929345  3403 consensus_queue.cc:237] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:31.935824  3700 raft_consensus.cc:1275] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:31.936918  3554 raft_consensus.cc:1275] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:31.938768  3841 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } 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:12:31.940531  3841 consensus_queue.cc:1048] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:31.948418  3858 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.949365  3481 raft_consensus.cc:1275] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.950343  3403 raft_consensus.cc:1275] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:31.950992  3871 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:31.952725  3750 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } 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:12:31.953923  3700 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.964537  3555 raft_consensus.cc:2955] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.975040  3866 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.978461  3291 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5d49c79f10dc40e4b23cf0a35ba38b89 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:31.981644  3305 catalog_manager.cc:5697] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: config changed from index 3 to 4, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:31.981741  3403 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.991314  3481 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:31.993083  3700 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:32.000041  3466 tablet_service.cc:1558] Processing DeleteTablet for tablet 5d49c79f10dc40e4b23cf0a35ba38b89 with delete_type TABLET_DATA_TOMBSTONED (TS 8c6f87042355406b89697993d1ec7132 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45654
I20260630 12:12:32.007812  3888 tablet_replica.cc:333] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:32.007447  3304 catalog_manager.cc:5697] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } attrs { replace: true } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:32.008806  3888 raft_consensus.cc:2243] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:32.009531  3888 raft_consensus.cc:2272] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:32.012838  3888 ts_tablet_manager.cc:1916] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:32.025215  3555 consensus_queue.cc:237] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:32.028380  3888 ts_tablet_manager.cc:1929] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:32.028877  3888 log.cc:1199] T 5d49c79f10dc40e4b23cf0a35ba38b89 P 8c6f87042355406b89697993d1ec7132: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-1-root/wals/5d49c79f10dc40e4b23cf0a35ba38b89
I20260630 12:12:32.030659  3290 catalog_manager.cc:5028] TS 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395): tablet 5d49c79f10dc40e4b23cf0a35ba38b89 (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:32.031325  3481 raft_consensus.cc:1275] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:32.031325  3700 raft_consensus.cc:1275] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:32.032876  3866 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:32.033687  3750 consensus_queue.cc:1048] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:32.040844  3750 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:32.043823  3700 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:32.046952  3481 raft_consensus.cc:2955] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:32.056869  3302 catalog_manager.cc:5697] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c reported cstate change: config changed from index 3 to 4, VOTER c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:32.059125  3289 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bec005114503458da6a88d459d5ebf9e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:32.073377  3391 tablet_service.cc:1558] Processing DeleteTablet for tablet bec005114503458da6a88d459d5ebf9e with delete_type TABLET_DATA_TOMBSTONED (TS c0b95357491c481fb17d4f818e0cec2a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53766
I20260630 12:12:32.074345  3878 tablet_replica.cc:333] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:32.075219  3878 raft_consensus.cc:2243] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:32.075819  3878 raft_consensus.cc:2272] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:32.078161  3878 ts_tablet_manager.cc:1916] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:32.088449  3878 ts_tablet_manager.cc:1929] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:32.088718  3878 log.cc:1199] T bec005114503458da6a88d459d5ebf9e P c0b95357491c481fb17d4f818e0cec2a: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-0-root/wals/bec005114503458da6a88d459d5ebf9e
I20260630 12:12:32.089844  3291 catalog_manager.cc:5028] TS c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): tablet bec005114503458da6a88d459d5ebf9e (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:32.257107  3358 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:32.279587  3403 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76"
dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
mode: GRACEFUL
new_leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
 from {username='slave'} at 127.0.0.1:53802
I20260630 12:12:32.280064  3403 raft_consensus.cc:606] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Received request to transfer leadership to TS d4fada556b0d47b9b7dd80cf1da7388a
I20260630 12:12:32.281061  3358 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:12:32.281729  3358 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:32.455296  3880 raft_consensus.cc:993] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a: : Instructing follower d4fada556b0d47b9b7dd80cf1da7388a to start an election
I20260630 12:12:32.455873  3858 raft_consensus.cc:1081] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Signalling peer d4fada556b0d47b9b7dd80cf1da7388a to start an election
I20260630 12:12:32.457526  3555 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76"
dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
 from {username='slave'} at 127.0.0.1:46114
I20260630 12:12:32.458022  3555 raft_consensus.cc:493] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:32.458292  3555 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:32.463567  3555 raft_consensus.cc:515] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:32.465070  3555 leader_election.cc:290] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [CANDIDATE]: Term 3 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:32.466107  3403 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:32.466239  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:32.466850  3403 raft_consensus.cc:3055] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:12:32.466914  3481 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:32.467264  3403 raft_consensus.cc:740] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Becoming Follower/Learner. State: Replica: c0b95357491c481fb17d4f818e0cec2a, State: Running, Role: LEADER
I20260630 12:12:32.468099  3403 consensus_queue.cc:260] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:32.469105  3403 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:32.471421  3481 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 3.
I20260630 12:12:32.472723  3520 leader_election.cc:304] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [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: 8c6f87042355406b89697993d1ec7132, d4fada556b0d47b9b7dd80cf1da7388a; no voters: 
I20260630 12:12:32.473482  3750 raft_consensus.cc:2804] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:12:32.474026  3750 raft_consensus.cc:697] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 LEADER]: Becoming Leader. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:32.475209  3403 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4fada556b0d47b9b7dd80cf1da7388a in term 3.
I20260630 12:12:32.474871  3750 consensus_queue.cc:237] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:32.482434  3305 catalog_manager.cc:5697] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: term changed from 2 to 3, leader changed from c0b95357491c481fb17d4f818e0cec2a (127.0.107.193) to d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195). New cstate: current_term: 3 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:33.004599  3403 raft_consensus.cc:1275] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 3 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:12:33.005813  3750 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:33.015694  3481 raft_consensus.cc:1275] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 3 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:12:33.018114  3750 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:33.091318  3481 consensus_queue.cc:237] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:33.097937  3554 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:12:33.098522  3448 consensus_peers.cc:597] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 -> Peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Couldn't send request to peer e3d4166696d04c379ac52137d165848c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 792bef80403d410f9717859677d99f72. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:33.099939  3889 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:33.100355  3403 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:33.102020  3901 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:33.107824  3889 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.109722  3554 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.110939  3403 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.121861  3302 catalog_manager.cc:5697] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: config changed from index -1 to 2, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.123809  3481 consensus_queue.cc:237] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [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: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: true } }
I20260630 12:12:33.133630  3403 raft_consensus.cc:1275] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:12:33.133695  3445 consensus_peers.cc:597] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 -> Peer d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989): Couldn't send request to peer d4fada556b0d47b9b7dd80cf1da7388a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6c49d86aae6f46b8b73a4c266c1e1285. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:33.134490  3700 raft_consensus.cc:1275] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:33.135222  3904 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:33.136654  3901 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } 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:12:33.146318  3901 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: true } } }
I20260630 12:12:33.149333  3700 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: true } } }
I20260630 12:12:33.154235  3403 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: true } } }
I20260630 12:12:33.160792  3407 consensus_queue.cc:237] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:33.162024  3305 catalog_manager.cc:5697] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index -1 to 2, NON_VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:12:33.181561  3373 consensus_peers.cc:597] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a -> Peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Couldn't send request to peer e3d4166696d04c379ac52137d165848c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: da5bb2a816a947d5a0e8b454bf864f17. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:33.182288  3554 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:12:33.183427  3481 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:12:33.185088  3858 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } 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:12:33.186846  3880 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:33.195335  3858 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.197060  3482 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.198880  3554 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.211701  3555 consensus_queue.cc:237] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [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: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: true } }
I20260630 12:12:33.218044  3301 catalog_manager.cc:5697] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:33.223973  3407 raft_consensus.cc:1275] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:33.223973  3700 raft_consensus.cc:1275] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:12:33.226131  3896 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:12:33.227097  3520 consensus_peers.cc:597] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a -> Peer 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395): Couldn't send request to peer 8c6f87042355406b89697993d1ec7132. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0bdb90de2af54ab58c11e0eeb95a496e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:33.228051  3896 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:33.242100  3894 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: true } } }
I20260630 12:12:33.244604  3407 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: true } } }
I20260630 12:12:33.243902  3700 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: true } } }
I20260630 12:12:33.260442  3301 catalog_manager.cc:5697] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: config changed from index -1 to 2, NON_VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:33.574479  3920 ts_tablet_manager.cc:933] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: Initiating tablet copy from peer 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:33.576372  3920 tablet_copy_client.cc:323] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43395
I20260630 12:12:33.578042  3492 tablet_copy_service.cc:140] P 8c6f87042355406b89697993d1ec7132: Received BeginTabletCopySession request for tablet 792bef80403d410f9717859677d99f72 from peer e3d4166696d04c379ac52137d165848c ({username='slave'} at 127.0.0.1:45680)
I20260630 12:12:33.578601  3492 tablet_copy_service.cc:161] P 8c6f87042355406b89697993d1ec7132: Beginning new tablet copy session on tablet 792bef80403d410f9717859677d99f72 from peer e3d4166696d04c379ac52137d165848c at {username='slave'} at 127.0.0.1:45680: session id = e3d4166696d04c379ac52137d165848c-792bef80403d410f9717859677d99f72
I20260630 12:12:33.586014  3492 tablet_copy_source_session.cc:215] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:33.588778  3920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 792bef80403d410f9717859677d99f72. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:33.601001  3920 tablet_copy_client.cc:806] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:33.601611  3920 tablet_copy_client.cc:670] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:33.605222  3920 tablet_copy_client.cc:538] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:33.612879  3920 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:33.628384  3920 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:33.629098  3920 tablet_bootstrap.cc:492] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: Bootstrap complete.
I20260630 12:12:33.629618  3920 ts_tablet_manager.cc:1403] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260630 12:12:33.631723  3920 raft_consensus.cc:359] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:33.632427  3920 raft_consensus.cc:740] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: LEARNER
I20260630 12:12:33.633507  3920 consensus_queue.cc:260] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:33.636195  3920 ts_tablet_manager.cc:1434] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.004s
I20260630 12:12:33.638018  3492 tablet_copy_service.cc:342] P 8c6f87042355406b89697993d1ec7132: Request end of tablet copy session e3d4166696d04c379ac52137d165848c-792bef80403d410f9717859677d99f72 received from {username='slave'} at 127.0.0.1:45680
I20260630 12:12:33.638463  3492 tablet_copy_service.cc:434] P 8c6f87042355406b89697993d1ec7132: ending tablet copy session e3d4166696d04c379ac52137d165848c-792bef80403d410f9717859677d99f72 on tablet 792bef80403d410f9717859677d99f72 with peer e3d4166696d04c379ac52137d165848c
I20260630 12:12:33.770598  3925 ts_tablet_manager.cc:933] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: Initiating tablet copy from peer 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395)
I20260630 12:12:33.773804  3925 tablet_copy_client.cc:323] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43395
I20260630 12:12:33.776116  3492 tablet_copy_service.cc:140] P 8c6f87042355406b89697993d1ec7132: Received BeginTabletCopySession request for tablet 6c49d86aae6f46b8b73a4c266c1e1285 from peer d4fada556b0d47b9b7dd80cf1da7388a ({username='slave'} at 127.0.0.1:45662)
I20260630 12:12:33.777287  3492 tablet_copy_service.cc:161] P 8c6f87042355406b89697993d1ec7132: Beginning new tablet copy session on tablet 6c49d86aae6f46b8b73a4c266c1e1285 from peer d4fada556b0d47b9b7dd80cf1da7388a at {username='slave'} at 127.0.0.1:45662: session id = d4fada556b0d47b9b7dd80cf1da7388a-6c49d86aae6f46b8b73a4c266c1e1285
I20260630 12:12:33.784420  3492 tablet_copy_source_session.cc:215] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:33.788053  3925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c49d86aae6f46b8b73a4c266c1e1285. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:33.794448  3927 ts_tablet_manager.cc:933] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: Initiating tablet copy from peer d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:33.796413  3927 tablet_copy_client.cc:323] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:32989
I20260630 12:12:33.798590  3566 tablet_copy_service.cc:140] P d4fada556b0d47b9b7dd80cf1da7388a: Received BeginTabletCopySession request for tablet 0bdb90de2af54ab58c11e0eeb95a496e from peer 8c6f87042355406b89697993d1ec7132 ({username='slave'} at 127.0.0.1:46106)
I20260630 12:12:33.799199  3566 tablet_copy_service.cc:161] P d4fada556b0d47b9b7dd80cf1da7388a: Beginning new tablet copy session on tablet 0bdb90de2af54ab58c11e0eeb95a496e from peer 8c6f87042355406b89697993d1ec7132 at {username='slave'} at 127.0.0.1:46106: session id = 8c6f87042355406b89697993d1ec7132-0bdb90de2af54ab58c11e0eeb95a496e
I20260630 12:12:33.805061  3920 ts_tablet_manager.cc:933] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: Initiating tablet copy from peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:33.805678  3925 tablet_copy_client.cc:806] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:33.806418  3925 tablet_copy_client.cc:670] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:33.812647  3925 tablet_copy_client.cc:538] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:33.821640  3920 tablet_copy_client.cc:323] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:34393
I20260630 12:12:33.823863  3925 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap starting.
I20260630 12:12:33.824123  3417 tablet_copy_service.cc:140] P c0b95357491c481fb17d4f818e0cec2a: Received BeginTabletCopySession request for tablet da5bb2a816a947d5a0e8b454bf864f17 from peer e3d4166696d04c379ac52137d165848c ({username='slave'} at 127.0.0.1:53782)
I20260630 12:12:33.825038  3417 tablet_copy_service.cc:161] P c0b95357491c481fb17d4f818e0cec2a: Beginning new tablet copy session on tablet da5bb2a816a947d5a0e8b454bf864f17 from peer e3d4166696d04c379ac52137d165848c at {username='slave'} at 127.0.0.1:53782: session id = e3d4166696d04c379ac52137d165848c-da5bb2a816a947d5a0e8b454bf864f17
I20260630 12:12:33.829814  3566 tablet_copy_source_session.cc:215] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:33.839026  3927 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0bdb90de2af54ab58c11e0eeb95a496e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:33.848143  3417 tablet_copy_source_session.cc:215] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:33.857349  3920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da5bb2a816a947d5a0e8b454bf864f17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:33.862821  3925 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:33.863831  3925 tablet_bootstrap.cc:492] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: Bootstrap complete.
I20260630 12:12:33.864555  3925 ts_tablet_manager.cc:1403] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent bootstrapping tablet: real 0.041s	user 0.032s	sys 0.008s
I20260630 12:12:33.868203  3925 raft_consensus.cc:359] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: true } }
I20260630 12:12:33.869392  3927 tablet_copy_client.cc:806] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:33.869541  3925 raft_consensus.cc:740] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Initialized, Role: LEARNER
I20260630 12:12:33.870164  3927 tablet_copy_client.cc:670] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:33.870445  3925 consensus_queue.cc:260] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [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: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: true } }
I20260630 12:12:33.873765  3925 ts_tablet_manager.cc:1434] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.002s
I20260630 12:12:33.877485  3492 tablet_copy_service.cc:342] P 8c6f87042355406b89697993d1ec7132: Request end of tablet copy session d4fada556b0d47b9b7dd80cf1da7388a-6c49d86aae6f46b8b73a4c266c1e1285 received from {username='slave'} at 127.0.0.1:45662
I20260630 12:12:33.878036  3492 tablet_copy_service.cc:434] P 8c6f87042355406b89697993d1ec7132: ending tablet copy session d4fada556b0d47b9b7dd80cf1da7388a-6c49d86aae6f46b8b73a4c266c1e1285 on tablet 6c49d86aae6f46b8b73a4c266c1e1285 with peer d4fada556b0d47b9b7dd80cf1da7388a
I20260630 12:12:33.878319  3927 tablet_copy_client.cc:538] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:33.884518  3920 tablet_copy_client.cc:806] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:33.885160  3920 tablet_copy_client.cc:670] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:33.889531  3920 tablet_copy_client.cc:538] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:33.891763  3927 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: Bootstrap starting.
I20260630 12:12:33.900102  3920 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:33.917452  3927 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:33.918537  3927 tablet_bootstrap.cc:492] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: Bootstrap complete.
I20260630 12:12:33.919123  3927 ts_tablet_manager.cc:1403] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: Time spent bootstrapping tablet: real 0.028s	user 0.023s	sys 0.004s
I20260630 12:12:33.922266  3927 raft_consensus.cc:359] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: true } }
I20260630 12:12:33.923154  3927 raft_consensus.cc:740] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Initialized, Role: LEARNER
I20260630 12:12:33.923928  3927 consensus_queue.cc:260] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [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: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: true } }
I20260630 12:12:33.927517  3927 ts_tablet_manager.cc:1434] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260630 12:12:33.927628  3920 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: 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:12:33.928685  3920 tablet_bootstrap.cc:492] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: Bootstrap complete.
I20260630 12:12:33.929458  3920 ts_tablet_manager.cc:1403] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.030s	user 0.018s	sys 0.012s
I20260630 12:12:33.931448  3566 tablet_copy_service.cc:342] P d4fada556b0d47b9b7dd80cf1da7388a: Request end of tablet copy session 8c6f87042355406b89697993d1ec7132-0bdb90de2af54ab58c11e0eeb95a496e received from {username='slave'} at 127.0.0.1:46106
I20260630 12:12:33.931900  3566 tablet_copy_service.cc:434] P d4fada556b0d47b9b7dd80cf1da7388a: ending tablet copy session 8c6f87042355406b89697993d1ec7132-0bdb90de2af54ab58c11e0eeb95a496e on tablet 0bdb90de2af54ab58c11e0eeb95a496e with peer 8c6f87042355406b89697993d1ec7132
I20260630 12:12:33.932497  3920 raft_consensus.cc:359] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:33.933372  3920 raft_consensus.cc:740] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: LEARNER
I20260630 12:12:33.933980  3920 consensus_queue.cc:260] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:33.937080  3920 ts_tablet_manager.cc:1434] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.006s
I20260630 12:12:33.940254  3417 tablet_copy_service.cc:342] P c0b95357491c481fb17d4f818e0cec2a: Request end of tablet copy session e3d4166696d04c379ac52137d165848c-da5bb2a816a947d5a0e8b454bf864f17 received from {username='slave'} at 127.0.0.1:53782
I20260630 12:12:33.940696  3417 tablet_copy_service.cc:434] P c0b95357491c481fb17d4f818e0cec2a: ending tablet copy session e3d4166696d04c379ac52137d165848c-da5bb2a816a947d5a0e8b454bf864f17 on tablet da5bb2a816a947d5a0e8b454bf864f17 with peer e3d4166696d04c379ac52137d165848c
I20260630 12:12:34.035323  3700 raft_consensus.cc:1217] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:34.196269  3555 raft_consensus.cc:1217] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:34.260174  3482 raft_consensus.cc:1217] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:34.282914  3358 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:34.297032  3555 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76"
dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
mode: GRACEFUL
new_leader_uuid: "8c6f87042355406b89697993d1ec7132"
 from {username='slave'} at 127.0.0.1:46122
I20260630 12:12:34.297874  3555 raft_consensus.cc:606] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 LEADER]: Received request to transfer leadership to TS 8c6f87042355406b89697993d1ec7132
I20260630 12:12:34.299616  3358 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:12:34.300372  3358 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:34.325505  3700 raft_consensus.cc:1217] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:12:34.579041  3750 raft_consensus.cc:993] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: : Instructing follower 8c6f87042355406b89697993d1ec7132 to start an election
I20260630 12:12:34.579551  3935 raft_consensus.cc:1081] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 LEADER]: Signalling peer 8c6f87042355406b89697993d1ec7132 to start an election
I20260630 12:12:34.581043  3481 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76"
dest_uuid: "8c6f87042355406b89697993d1ec7132"
 from {username='slave'} at 127.0.0.1:45662
I20260630 12:12:34.581509  3481 raft_consensus.cc:493] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:34.581843  3481 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:12:34.586079  3481 raft_consensus.cc:515] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:34.587591  3481 leader_election.cc:290] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 4 election: Requested vote from peers c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393), d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989)
I20260630 12:12:34.588634  3403 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 4 candidate_status { last_received { term: 3 index: 3 } } ignore_live_leader: true dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:34.588872  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e84e13ade9c24733ac2b988538b1dc76" candidate_uuid: "8c6f87042355406b89697993d1ec7132" candidate_term: 4 candidate_status { last_received { term: 3 index: 3 } } ignore_live_leader: true dest_uuid: "d4fada556b0d47b9b7dd80cf1da7388a"
I20260630 12:12:34.589356  3403 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:12:34.589475  3555 raft_consensus.cc:3055] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 LEADER]: Stepping down as leader of term 3
I20260630 12:12:34.589919  3555 raft_consensus.cc:740] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 LEADER]: Becoming Follower/Learner. State: Replica: d4fada556b0d47b9b7dd80cf1da7388a, State: Running, Role: LEADER
I20260630 12:12:34.590664  3555 consensus_queue.cc:260] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:34.591638  3555 raft_consensus.cc:3060] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:12:34.596030  3403 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 4.
I20260630 12:12:34.596798  3555 raft_consensus.cc:2468] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c6f87042355406b89697993d1ec7132 in term 4.
I20260630 12:12:34.597723  3447 leader_election.cc:304] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [CANDIDATE]: Term 4 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c6f87042355406b89697993d1ec7132, c0b95357491c481fb17d4f818e0cec2a; no voters: 
I20260630 12:12:34.598788  3904 raft_consensus.cc:2804] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:12:34.599263  3904 raft_consensus.cc:697] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 4 LEADER]: Becoming Leader. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:34.600091  3904 consensus_queue.cc:237] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [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: 3, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } }
I20260630 12:12:34.608093  3302 catalog_manager.cc:5697] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 reported cstate change: term changed from 3 to 4, leader changed from d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) to 8c6f87042355406b89697993d1ec7132 (127.0.107.194). New cstate: current_term: 4 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:34.631709  3904 raft_consensus.cc:1064] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: attempting to promote NON_VOTER e3d4166696d04c379ac52137d165848c to VOTER
I20260630 12:12:34.633893  3904 consensus_queue.cc:237] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:34.642879  3700 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 LEARNER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.643918  3555 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.644011  3403 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.645000  3901 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } 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:12:34.645942  3904 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } 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:12:34.646734  3934 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:34.663733  3934 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.665388  3700 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.665915  3403 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.678337  3555 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.679356  3302 catalog_manager.cc:5697] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: config changed from index 2 to 3, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.693533  3481 consensus_queue.cc:237] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:34.699175  3700 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:34.699306  3403 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:34.700778  3904 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:34.702549  3934 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:34.708666  3935 raft_consensus.cc:1064] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: attempting to promote NON_VOTER 8c6f87042355406b89697993d1ec7132 to VOTER
I20260630 12:12:34.708698  3946 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.711367  3935 consensus_queue.cc:237] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [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: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } }
I20260630 12:12:34.718961  3481 raft_consensus.cc:1275] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 LEARNER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.718676  3403 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.720752  3407 raft_consensus.cc:1275] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.720937  3936 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } 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:12:34.724676  3290 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 792bef80403d410f9717859677d99f72 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:34.727370  3700 raft_consensus.cc:2955] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.728492  3304 catalog_manager.cc:5697] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index 3 to 4, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:34.730242  3936 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:34.741382  3546 tablet_service.cc:1558] Processing DeleteTablet for tablet 792bef80403d410f9717859677d99f72 with delete_type TABLET_DATA_TOMBSTONED (TS d4fada556b0d47b9b7dd80cf1da7388a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46104
I20260630 12:12:34.752341  3700 raft_consensus.cc:1275] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.754144  3936 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.004s
I20260630 12:12:34.766872  3953 tablet_replica.cc:333] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:34.768018  3953 raft_consensus.cc:2243] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:34.768914  3953 raft_consensus.cc:2272] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:34.769770  3750 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8c6f87042355406b89697993d1ec7132 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.771908  3482 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8c6f87042355406b89697993d1ec7132 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.776645  3953 ts_tablet_manager.cc:1916] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:34.786105  3301 catalog_manager.cc:5697] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index 2 to 3, 8c6f87042355406b89697993d1ec7132 (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.787300  3946 raft_consensus.cc:1064] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: attempting to promote NON_VOTER d4fada556b0d47b9b7dd80cf1da7388a to VOTER
I20260630 12:12:34.790223  3946 consensus_queue.cc:237] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [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: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } }
I20260630 12:12:34.795598  3938 raft_consensus.cc:1064] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: attempting to promote NON_VOTER e3d4166696d04c379ac52137d165848c to VOTER
I20260630 12:12:34.798213  3403 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8c6f87042355406b89697993d1ec7132 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.802819  3953 ts_tablet_manager.cc:1929] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:34.803426  3953 log.cc:1199] T 792bef80403d410f9717859677d99f72 P d4fada556b0d47b9b7dd80cf1da7388a: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-2-root/wals/792bef80403d410f9717859677d99f72
I20260630 12:12:34.803210  3701 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8c6f87042355406b89697993d1ec7132 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.803977  3938 consensus_queue.cc:237] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:34.805337  3289 catalog_manager.cc:5028] TS d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989): tablet 792bef80403d410f9717859677d99f72 (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:34.819710  3555 raft_consensus.cc:1275] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEARNER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.821712  3555 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:12:34.822464  3554 consensus_queue.cc:237] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [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: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } }
I20260630 12:12:34.823024  3929 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } 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:12:34.825977  3700 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:12:34.826740  3482 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:12:34.827805  3904 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:34.829207  3937 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } 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:12:34.831084  3937 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:34.833195  3700 raft_consensus.cc:1275] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.834992  3904 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } 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:12:34.853683  3481 raft_consensus.cc:1275] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:34.854365  3403 raft_consensus.cc:1275] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:12:34.859050  3946 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:12:34.868637  3935 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } 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:12:34.870316  3403 raft_consensus.cc:1275] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer d4fada556b0d47b9b7dd80cf1da7388a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:34.875064  3750 consensus_queue.cc:1048] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:34.881860  3936 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.890935  3481 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.890942  3938 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.897857  3946 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:34.905272  3700 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:34.907478  3482 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.909332  3304 catalog_manager.cc:5697] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.920624  3556 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:34.921100  3699 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.927400  3404 raft_consensus.cc:2955] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { promote: false } } }
I20260630 12:12:34.929883  3301 catalog_manager.cc:5697] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:34.930039  3555 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { replace: true } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.931694  3690 tablet_service.cc:1558] Processing DeleteTablet for tablet 0bdb90de2af54ab58c11e0eeb95a496e with delete_type TABLET_DATA_TOMBSTONED (TS e3d4166696d04c379ac52137d165848c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:37154
I20260630 12:12:34.937147  3304 catalog_manager.cc:5697] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c reported cstate change: config changed from index 2 to 3, d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:34.943813  3289 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 0bdb90de2af54ab58c11e0eeb95a496e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:34.949301  3407 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:34.943610  3403 consensus_queue.cc:237] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:34.967092  3701 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:12:34.971521  3929 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } 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:12:34.975356  3964 tablet_replica.cc:333] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:34.976302  3964 raft_consensus.cc:2243] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:34.976879  3482 raft_consensus.cc:1275] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:12:34.977216  3964 raft_consensus.cc:2272] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:34.980923  3964 ts_tablet_manager.cc:1916] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:34.982156  3929 consensus_queue.cc:1048] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:34.987618  3929 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.989603  3698 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:34.996694  3964 ts_tablet_manager.cc:1929] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:34.997228  3964 log.cc:1199] T 0bdb90de2af54ab58c11e0eeb95a496e P e3d4166696d04c379ac52137d165848c: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-3-root/wals/0bdb90de2af54ab58c11e0eeb95a496e
I20260630 12:12:34.999125  3292 catalog_manager.cc:5028] TS e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): tablet 0bdb90de2af54ab58c11e0eeb95a496e (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:35.002852  3480 consensus_queue.cc:237] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } }
I20260630 12:12:35.006407  3482 raft_consensus.cc:2955] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:35.004947  3291 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet da5bb2a816a947d5a0e8b454bf864f17 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:35.005963  3690 tablet_service.cc:1558] Processing DeleteTablet for tablet 0bdb90de2af54ab58c11e0eeb95a496e with delete_type TABLET_DATA_TOMBSTONED (Replica with old config index 3 (current committed config index is 4)) from {username='slave'} at 127.0.0.1:37154
I20260630 12:12:35.010910  3292 catalog_manager.cc:5028] TS e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): tablet 0bdb90de2af54ab58c11e0eeb95a496e (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:35.013728  3555 raft_consensus.cc:1275] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:35.016547  3404 raft_consensus.cc:1275] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:12:35.016710  3946 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } 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:12:35.018164  3934 consensus_queue.cc:1048] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:35.018111  3304 catalog_manager.cc:5697] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a reported cstate change: config changed from index 4 to 5, VOTER d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:35.026667  3555 raft_consensus.cc:1275] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 4 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260630 12:12:35.027710  3901 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:35.029155  3946 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:35.033905  3546 tablet_service.cc:1558] Processing DeleteTablet for tablet da5bb2a816a947d5a0e8b454bf864f17 with delete_type TABLET_DATA_TOMBSTONED (TS d4fada556b0d47b9b7dd80cf1da7388a not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:46104
I20260630 12:12:35.034801  3953 tablet_replica.cc:333] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:35.035904  3953 raft_consensus.cc:2243] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:35.036675  3953 raft_consensus.cc:2272] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:35.037361  3556 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:35.040496  3404 raft_consensus.cc:1275] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 4 FOLLOWER]: Refusing update from remote peer 8c6f87042355406b89697993d1ec7132: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260630 12:12:35.043210  3953 ts_tablet_manager.cc:1916] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:35.049522  3934 consensus_queue.cc:1048] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:35.051987  3290 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6c49d86aae6f46b8b73a4c266c1e1285 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:35.056893  3304 catalog_manager.cc:5697] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 reported cstate change: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "8c6f87042355406b89697993d1ec7132" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:35.048722  3407 raft_consensus.cc:2955] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } attrs { promote: false } } }
I20260630 12:12:35.081718  3953 ts_tablet_manager.cc:1929] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:12:35.082396  3953 log.cc:1199] T da5bb2a816a947d5a0e8b454bf864f17 P d4fada556b0d47b9b7dd80cf1da7388a: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-2-root/wals/da5bb2a816a947d5a0e8b454bf864f17
I20260630 12:12:35.084410  3690 tablet_service.cc:1558] Processing DeleteTablet for tablet 6c49d86aae6f46b8b73a4c266c1e1285 with delete_type TABLET_DATA_TOMBSTONED (TS e3d4166696d04c379ac52137d165848c not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:37154
I20260630 12:12:35.084369  3289 catalog_manager.cc:5028] TS d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989): tablet da5bb2a816a947d5a0e8b454bf864f17 (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:35.085433  3964 tablet_replica.cc:333] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:35.086370  3964 raft_consensus.cc:2243] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:35.086977  3964 raft_consensus.cc:2272] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:35.090200  3964 ts_tablet_manager.cc:1916] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:35.101047  3964 ts_tablet_manager.cc:1929] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:35.101357  3964 log.cc:1199] T 6c49d86aae6f46b8b73a4c266c1e1285 P e3d4166696d04c379ac52137d165848c: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-3-root/wals/6c49d86aae6f46b8b73a4c266c1e1285
I20260630 12:12:35.102604  3292 catalog_manager.cc:5028] TS e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): tablet 6c49d86aae6f46b8b73a4c266c1e1285 (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:36.103261  3407 consensus_queue.cc:237] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
W20260630 12:12:36.109504  3373 consensus_peers.cc:597] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a -> Peer e3d4166696d04c379ac52137d165848c (127.0.107.196:37925): Couldn't send request to peer e3d4166696d04c379ac52137d165848c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1b2a4aa9d1e14d04a89a1a4fab4b339a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:36.109738  3554 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:12:36.110491  3480 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:12:36.111076  3973 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:36.112201  3937 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } 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:12:36.118528  3973 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:36.121361  3480 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:36.123162  3554 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } } }
I20260630 12:12:36.131956  3304 catalog_manager.cc:5697] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a reported cstate change: config changed from index -1 to 3, NON_VOTER e3d4166696d04c379ac52137d165848c (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:36.301470  3358 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:36.318454  3480 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "792bef80403d410f9717859677d99f72"
dest_uuid: "8c6f87042355406b89697993d1ec7132"
mode: GRACEFUL
new_leader_uuid: "e3d4166696d04c379ac52137d165848c"
 from {username='slave'} at 127.0.0.1:45686
I20260630 12:12:36.319016  3480 raft_consensus.cc:606] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Received request to transfer leadership to TS e3d4166696d04c379ac52137d165848c
I20260630 12:12:36.320353  3358 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:12:36.320952  3358 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:36.325577  3981 raft_consensus.cc:993] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: : Instructing follower e3d4166696d04c379ac52137d165848c to start an election
I20260630 12:12:36.326099  3934 raft_consensus.cc:1081] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Signalling peer e3d4166696d04c379ac52137d165848c to start an election
I20260630 12:12:36.327713  3698 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "792bef80403d410f9717859677d99f72"
dest_uuid: "e3d4166696d04c379ac52137d165848c"
 from {username='slave'} at 127.0.0.1:37162
I20260630 12:12:36.328282  3698 raft_consensus.cc:493] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:36.328640  3698 raft_consensus.cc:3060] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:36.335130  3698 raft_consensus.cc:515] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:36.336881  3698 leader_election.cc:290] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [CANDIDATE]: Term 2 election: Requested vote from peers 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395), c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:36.337787  3480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "8c6f87042355406b89697993d1ec7132"
I20260630 12:12:36.338039  3407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "792bef80403d410f9717859677d99f72" candidate_uuid: "e3d4166696d04c379ac52137d165848c" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "c0b95357491c481fb17d4f818e0cec2a"
I20260630 12:12:36.338505  3480 raft_consensus.cc:3055] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:36.338634  3407 raft_consensus.cc:3060] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:36.338891  3480 raft_consensus.cc:740] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 8c6f87042355406b89697993d1ec7132, State: Running, Role: LEADER
I20260630 12:12:36.339732  3480 consensus_queue.cc:260] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:36.340978  3480 raft_consensus.cc:3060] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:36.343437  3407 raft_consensus.cc:2468] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 2.
I20260630 12:12:36.344628  3666 leader_election.cc:304] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [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: c0b95357491c481fb17d4f818e0cec2a, e3d4166696d04c379ac52137d165848c; no voters: 
I20260630 12:12:36.345392  3924 raft_consensus.cc:2804] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:36.346709  3924 raft_consensus.cc:697] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 2 LEADER]: Becoming Leader. State: Replica: e3d4166696d04c379ac52137d165848c, State: Running, Role: LEADER
I20260630 12:12:36.347550  3924 consensus_queue.cc:237] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:36.348207  3480 raft_consensus.cc:2468] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3d4166696d04c379ac52137d165848c in term 2.
I20260630 12:12:36.356927  3305 catalog_manager.cc:5697] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c reported cstate change: term changed from 1 to 2, leader changed from 8c6f87042355406b89697993d1ec7132 (127.0.107.194) to e3d4166696d04c379ac52137d165848c (127.0.107.196). New cstate: current_term: 2 leader_uuid: "e3d4166696d04c379ac52137d165848c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:36.570641  3984 ts_tablet_manager.cc:933] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: Initiating tablet copy from peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393)
I20260630 12:12:36.572561  3984 tablet_copy_client.cc:323] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:34393
I20260630 12:12:36.574318  3417 tablet_copy_service.cc:140] P c0b95357491c481fb17d4f818e0cec2a: Received BeginTabletCopySession request for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a from peer e3d4166696d04c379ac52137d165848c ({username='slave'} at 127.0.0.1:53782)
I20260630 12:12:36.574815  3417 tablet_copy_service.cc:161] P c0b95357491c481fb17d4f818e0cec2a: Beginning new tablet copy session on tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a from peer e3d4166696d04c379ac52137d165848c at {username='slave'} at 127.0.0.1:53782: session id = e3d4166696d04c379ac52137d165848c-1b2a4aa9d1e14d04a89a1a4fab4b339a
I20260630 12:12:36.580397  3417 tablet_copy_source_session.cc:215] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:36.583119  3984 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:36.598429  3984 tablet_copy_client.cc:806] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:36.599046  3984 tablet_copy_client.cc:670] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:36.602487  3984 tablet_copy_client.cc:538] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:36.610977  3984 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: Bootstrap starting.
I20260630 12:12:36.632504  3984 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: 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:12:36.633373  3984 tablet_bootstrap.cc:492] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: Bootstrap complete.
I20260630 12:12:36.634037  3984 ts_tablet_manager.cc:1403] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.005s
I20260630 12:12:36.636885  3984 raft_consensus.cc:359] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:36.637734  3984 raft_consensus.cc:740] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: e3d4166696d04c379ac52137d165848c, State: Initialized, Role: LEARNER
I20260630 12:12:36.638360  3984 consensus_queue.cc:260] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: true } }
I20260630 12:12:36.640688  3984 ts_tablet_manager.cc:1434] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:12:36.646250  3417 tablet_copy_service.cc:342] P c0b95357491c481fb17d4f818e0cec2a: Request end of tablet copy session e3d4166696d04c379ac52137d165848c-1b2a4aa9d1e14d04a89a1a4fab4b339a received from {username='slave'} at 127.0.0.1:53782
I20260630 12:12:36.646739  3417 tablet_copy_service.cc:434] P c0b95357491c481fb17d4f818e0cec2a: ending tablet copy session e3d4166696d04c379ac52137d165848c-1b2a4aa9d1e14d04a89a1a4fab4b339a on tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a with peer e3d4166696d04c379ac52137d165848c
I20260630 12:12:36.794109  3482 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer e3d4166696d04c379ac52137d165848c: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:12:36.795274  3924 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:36.802649  3407 raft_consensus.cc:1275] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Refusing update from remote peer e3d4166696d04c379ac52137d165848c: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:12:36.804486  3924 consensus_queue.cc:1048] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:37.038064  3698 raft_consensus.cc:1217] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:12:37.457106  3937 raft_consensus.cc:1064] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: attempting to promote NON_VOTER e3d4166696d04c379ac52137d165848c to VOTER
I20260630 12:12:37.459033  3937 consensus_queue.cc:237] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [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: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:37.465150  3698 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 LEARNER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:12:37.465150  3556 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:12:37.466974  3987 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:37.468216  3482 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:12:37.468843  3996 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:37.469640  3937 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } 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:12:37.486225  3994 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.489588  3554 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.499673  3482 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.498067  3698 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.507319  3302 catalog_manager.cc:5697] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: config changed from index 3 to 4, e3d4166696d04c379ac52137d165848c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8c6f87042355406b89697993d1ec7132" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43395 } attrs { replace: true } } peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.539368  3407 consensus_queue.cc:237] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [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: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } }
I20260630 12:12:37.545204  3698 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:12:37.545722  3556 raft_consensus.cc:1275] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Refusing update from remote peer c0b95357491c481fb17d4f818e0cec2a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:12:37.546788  3994 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } 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:12:37.547732  3996 consensus_queue.cc:1048] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:37.554513  3937 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.557168  3556 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.557343  3698 raft_consensus.cc:2955] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.564517  3291 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:37.569577  3301 catalog_manager.cc:5697] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a reported cstate change: config changed from index 4 to 5, VOTER 8c6f87042355406b89697993d1ec7132 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "c0b95357491c481fb17d4f818e0cec2a" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0b95357491c481fb17d4f818e0cec2a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34393 } } peers { permanent_uuid: "d4fada556b0d47b9b7dd80cf1da7388a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32989 } } peers { permanent_uuid: "e3d4166696d04c379ac52137d165848c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37925 } attrs { promote: false } } }
I20260630 12:12:37.580183  3466 tablet_service.cc:1558] Processing DeleteTablet for tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a with delete_type TABLET_DATA_TOMBSTONED (TS 8c6f87042355406b89697993d1ec7132 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:45654
I20260630 12:12:37.582075  4006 tablet_replica.cc:333] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:37.582715  4006 raft_consensus.cc:2243] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:37.583191  4006 raft_consensus.cc:2272] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:37.585798  4006 ts_tablet_manager.cc:1916] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:37.596308  4006 ts_tablet_manager.cc:1929] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:12:37.596639  4006 log.cc:1199] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P 8c6f87042355406b89697993d1ec7132: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821463202658-431-0/minicluster-data/ts-1-root/wals/1b2a4aa9d1e14d04a89a1a4fab4b339a
I20260630 12:12:37.598034  3290 catalog_manager.cc:5028] TS 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395): tablet 1b2a4aa9d1e14d04a89a1a4fab4b339a (table range_aware_rebalance_new_range [id=cbcb824936aa44ecb1e0cff4e3d5c280]) successfully deleted
I20260630 12:12:37.979521   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:12:37.986828  3666 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
W20260630 12:12:37.993625  3666 consensus_peers.cc:597] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c -> Peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Couldn't send request to peer c0b95357491c481fb17d4f818e0cec2a. 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:12:37.994405  3666 consensus_peers.cc:597] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c -> Peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Couldn't send request to peer c0b95357491c481fb17d4f818e0cec2a. 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:12:38.012629   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:38.013509   431 tablet_replica.cc:333] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.014305   431 raft_consensus.cc:2243] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.014827   431 raft_consensus.cc:2272] T 461ce47909114b5493bcb78202ae87d1 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.017041   431 tablet_replica.cc:333] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.017592   431 raft_consensus.cc:2243] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.018098   431 raft_consensus.cc:2272] T dd9b34da71b441f4a574d360b09cc16c P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.019838   431 tablet_replica.cc:333] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.020419   431 raft_consensus.cc:2243] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.021165   431 raft_consensus.cc:2272] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.023895   431 tablet_replica.cc:333] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.024438   431 raft_consensus.cc:2243] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.024930   431 raft_consensus.cc:2272] T 0bdb90de2af54ab58c11e0eeb95a496e P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.026655   431 tablet_replica.cc:333] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.027139   431 raft_consensus.cc:2243] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.027534   431 raft_consensus.cc:2272] T 45b6668f711e493c90dce0b6a1aade7f P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.029241   431 tablet_replica.cc:333] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.029781   431 raft_consensus.cc:2243] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.030234   431 raft_consensus.cc:2272] T 6c49d86aae6f46b8b73a4c266c1e1285 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.031914   431 tablet_replica.cc:333] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.032420   431 raft_consensus.cc:2243] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.032977   431 raft_consensus.cc:2272] T 792bef80403d410f9717859677d99f72 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.034785   431 tablet_replica.cc:333] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.035288   431 raft_consensus.cc:2243] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.035981   431 raft_consensus.cc:2272] T da5bb2a816a947d5a0e8b454bf864f17 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.038067   431 tablet_replica.cc:333] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.038584   431 raft_consensus.cc:2243] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.039398   431 raft_consensus.cc:2272] T 5d49c79f10dc40e4b23cf0a35ba38b89 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.041194   431 tablet_replica.cc:333] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.041738   431 raft_consensus.cc:2243] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.042145   431 raft_consensus.cc:2272] T e84e13ade9c24733ac2b988538b1dc76 P c0b95357491c481fb17d4f818e0cec2a [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.043859   431 tablet_replica.cc:333] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.044346   431 raft_consensus.cc:2243] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.044796   431 raft_consensus.cc:2272] T 7c07a8ca4da1407d87b93e439ca34203 P c0b95357491c481fb17d4f818e0cec2a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.046716   431 tablet_replica.cc:333] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a: stopping tablet replica
I20260630 12:12:38.047143   431 raft_consensus.cc:2243] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.047850   431 raft_consensus.cc:2272] T da8581ea0ec0444c87376f39da35c0e3 P c0b95357491c481fb17d4f818e0cec2a [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:12:38.065193  3521 consensus_peers.cc:597] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a -> Peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Couldn't send request to peer c0b95357491c481fb17d4f818e0cec2a. 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:12:38.083361   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:38.112401   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:12:38.133185  3665 consensus_peers.cc:597] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c -> Peer 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395): Couldn't send request to peer 8c6f87042355406b89697993d1ec7132. 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:12:38.143538   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:38.144371   431 tablet_replica.cc:333] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
W20260630 12:12:38.144914  3447 consensus_peers.cc:597] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 -> Peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Couldn't send request to peer c0b95357491c481fb17d4f818e0cec2a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34393: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:38.145406   431 raft_consensus.cc:2243] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.146087   431 raft_consensus.cc:2272] T b3a109046a854dc6a16042b58de3d8f5 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.148809   431 tablet_replica.cc:333] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.149641   431 raft_consensus.cc:2243] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.150511   431 raft_consensus.cc:2272] T a124128169a74ec2ab913ed1e8c4b0e8 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:12:38.150980  3521 consensus_peers.cc:597] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a -> Peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Couldn't send request to peer c0b95357491c481fb17d4f818e0cec2a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34393: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:38.152767   431 tablet_replica.cc:333] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.153527   431 raft_consensus.cc:2243] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.154121   431 raft_consensus.cc:2272] T bec005114503458da6a88d459d5ebf9e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.156193   431 tablet_replica.cc:333] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.156853   431 raft_consensus.cc:2243] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.157397   431 raft_consensus.cc:2272] T da5bb2a816a947d5a0e8b454bf864f17 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.159343   431 tablet_replica.cc:333] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.159868   431 raft_consensus.cc:2243] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.160225   431 raft_consensus.cc:2272] T 461ce47909114b5493bcb78202ae87d1 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.162077   431 tablet_replica.cc:333] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.162575   431 raft_consensus.cc:2243] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.163017   431 raft_consensus.cc:2272] T 0bdb90de2af54ab58c11e0eeb95a496e P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.164578   431 tablet_replica.cc:333] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.165180   431 raft_consensus.cc:2243] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.166007   431 raft_consensus.cc:2272] T 6c49d86aae6f46b8b73a4c266c1e1285 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.168293   431 tablet_replica.cc:333] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.168848   431 raft_consensus.cc:2243] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.169296   431 raft_consensus.cc:2272] T 45b6668f711e493c90dce0b6a1aade7f P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.171231   431 tablet_replica.cc:333] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.171769   431 raft_consensus.cc:2243] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.172338   431 raft_consensus.cc:2272] T 21ee628c7f0242e393f989ab86c1bd9c P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.174126   431 tablet_replica.cc:333] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.174630   431 raft_consensus.cc:2243] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.175396   431 raft_consensus.cc:2272] T 7c07a8ca4da1407d87b93e439ca34203 P 8c6f87042355406b89697993d1ec7132 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.177771   431 tablet_replica.cc:333] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.178545   431 raft_consensus.cc:2243] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.179147   431 raft_consensus.cc:2272] T 792bef80403d410f9717859677d99f72 P 8c6f87042355406b89697993d1ec7132 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.182053   431 tablet_replica.cc:333] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132: stopping tablet replica
I20260630 12:12:38.182775   431 raft_consensus.cc:2243] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.183802   431 raft_consensus.cc:2272] T e84e13ade9c24733ac2b988538b1dc76 P 8c6f87042355406b89697993d1ec7132 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.220947   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:12:38.240446  3666 consensus_peers.cc:597] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c -> Peer c0b95357491c481fb17d4f818e0cec2a (127.0.107.193:34393): Couldn't send request to peer c0b95357491c481fb17d4f818e0cec2a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34393: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:38.250988   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:12:38.276245  3664 consensus_peers.cc:597] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c -> Peer d4fada556b0d47b9b7dd80cf1da7388a (127.0.107.195:32989): Couldn't send request to peer d4fada556b0d47b9b7dd80cf1da7388a. 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:12:38.277837   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:38.278465   431 tablet_replica.cc:333] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.279152   431 raft_consensus.cc:2243] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.279675   431 raft_consensus.cc:2272] T 6c49d86aae6f46b8b73a4c266c1e1285 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.281296   431 tablet_replica.cc:333] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.281878   431 raft_consensus.cc:2243] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.282584   431 raft_consensus.cc:2272] T 0bdb90de2af54ab58c11e0eeb95a496e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.284299   431 tablet_replica.cc:333] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.284797   431 raft_consensus.cc:2243] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.285202   431 raft_consensus.cc:2272] T a124128169a74ec2ab913ed1e8c4b0e8 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.286933   431 tablet_replica.cc:333] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.287460   431 raft_consensus.cc:2243] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.288194   431 raft_consensus.cc:2272] T dd9b34da71b441f4a574d360b09cc16c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.290037   431 tablet_replica.cc:333] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.290549   431 raft_consensus.cc:2243] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.291087   431 raft_consensus.cc:2272] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.293143   431 tablet_replica.cc:333] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.293725   431 raft_consensus.cc:2243] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.294114   431 raft_consensus.cc:2272] T b3a109046a854dc6a16042b58de3d8f5 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.295837   431 tablet_replica.cc:333] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.296357   431 raft_consensus.cc:2243] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.296741   431 raft_consensus.cc:2272] T e84e13ade9c24733ac2b988538b1dc76 P d4fada556b0d47b9b7dd80cf1da7388a [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.298435   431 tablet_replica.cc:333] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.298918   431 raft_consensus.cc:2243] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.299329   431 raft_consensus.cc:2272] T da8581ea0ec0444c87376f39da35c0e3 P d4fada556b0d47b9b7dd80cf1da7388a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.301072   431 tablet_replica.cc:333] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.301570   431 raft_consensus.cc:2243] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.302326   431 raft_consensus.cc:2272] T 21ee628c7f0242e393f989ab86c1bd9c P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.304040   431 tablet_replica.cc:333] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.304555   431 raft_consensus.cc:2243] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.305388   431 raft_consensus.cc:2272] T bec005114503458da6a88d459d5ebf9e P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.307193   431 tablet_replica.cc:333] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.307677   431 raft_consensus.cc:2243] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.308233   431 raft_consensus.cc:2272] T 5d49c79f10dc40e4b23cf0a35ba38b89 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.310016   431 tablet_replica.cc:333] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a: stopping tablet replica
I20260630 12:12:38.310465   431 raft_consensus.cc:2243] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.310868   431 raft_consensus.cc:2272] T 7c07a8ca4da1407d87b93e439ca34203 P d4fada556b0d47b9b7dd80cf1da7388a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.322153  3358 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:38.337589  3358 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:12:38.338145  3358 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:12:38.348096  3665 consensus_peers.cc:597] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c -> Peer 8c6f87042355406b89697993d1ec7132 (127.0.107.194:43395): Couldn't send request to peer 8c6f87042355406b89697993d1ec7132. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:43395: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:38.348724   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:38.377240   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:12:38.401170   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:38.401906   431 tablet_replica.cc:333] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.402457   431 raft_consensus.cc:2243] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.402994   431 raft_consensus.cc:2272] T 1b2a4aa9d1e14d04a89a1a4fab4b339a P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.405712   431 tablet_replica.cc:333] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.406270   431 raft_consensus.cc:2243] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.406997   431 raft_consensus.cc:2272] T 792bef80403d410f9717859677d99f72 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.408707   431 tablet_replica.cc:333] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.409235   431 raft_consensus.cc:2243] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.409755   431 raft_consensus.cc:2272] T da5bb2a816a947d5a0e8b454bf864f17 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.411240   431 tablet_replica.cc:333] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.411753   431 raft_consensus.cc:2243] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.412223   431 raft_consensus.cc:2272] T bec005114503458da6a88d459d5ebf9e P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.413981   431 tablet_replica.cc:333] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.414465   431 raft_consensus.cc:2243] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.414916   431 raft_consensus.cc:2272] T 5d49c79f10dc40e4b23cf0a35ba38b89 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.416455   431 tablet_replica.cc:333] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.416939   431 raft_consensus.cc:2243] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.417732   431 raft_consensus.cc:2272] T 461ce47909114b5493bcb78202ae87d1 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.419339   431 tablet_replica.cc:333] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.419821   431 raft_consensus.cc:2243] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.420261   431 raft_consensus.cc:2272] T 21ee628c7f0242e393f989ab86c1bd9c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.421902   431 tablet_replica.cc:333] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.422361   431 raft_consensus.cc:2243] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.422731   431 raft_consensus.cc:2272] T da8581ea0ec0444c87376f39da35c0e3 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.424306   431 tablet_replica.cc:333] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.424767   431 raft_consensus.cc:2243] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.425119   431 raft_consensus.cc:2272] T dd9b34da71b441f4a574d360b09cc16c P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.426710   431 tablet_replica.cc:333] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.427178   431 raft_consensus.cc:2243] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:38.427549   431 raft_consensus.cc:2272] T a124128169a74ec2ab913ed1e8c4b0e8 P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.429164   431 tablet_replica.cc:333] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.429598   431 raft_consensus.cc:2243] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.430325   431 raft_consensus.cc:2272] T b3a109046a854dc6a16042b58de3d8f5 P e3d4166696d04c379ac52137d165848c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.431856   431 tablet_replica.cc:333] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c: stopping tablet replica
I20260630 12:12:38.432291   431 raft_consensus.cc:2243] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.432967   431 raft_consensus.cc:2272] T 45b6668f711e493c90dce0b6a1aade7f P e3d4166696d04c379ac52137d165848c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.463418   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:12:38.488409   431 master.cc:562] Master@127.0.107.254:41831 shutting down...
I20260630 12:12:38.509087   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:38.509641   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:38.510046   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 102712b2e11a4741a779737ced1f2064: stopping tablet replica
I20260630 12:12:38.534056   431 master.cc:584] Master@127.0.107.254:41831 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (12561 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:12:38.587571   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33417
I20260630 12:12:38.588689   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:38.594214  4013 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:38.594224  4014 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:38.597204  4016 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:38.597790   431 server_base.cc:1061] running on GCE node
I20260630 12:12:38.598995   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:38.599223   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:38.599387   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821558599370 us; error 0 us; skew 500 ppm
I20260630 12:12:38.599877   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:38.602355   431 webserver.cc:533] Webserver started at http://127.0.107.254:39575/ using document root <none> and password file <none>
I20260630 12:12:38.602831   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:38.603034   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:38.603329   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:38.604414   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "7c3199cdb8b440a0b020630e15f1a62e"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:38.608683   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:38.611989  4021 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.612723   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:38.612995   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "7c3199cdb8b440a0b020630e15f1a62e"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:38.613253   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:38.624233   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:38.625471   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:38.662515   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33417
I20260630 12:12:38.662664  4072 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33417 every 8 connection(s)
I20260630 12:12:38.666378  4073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:38.676287  4073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e: Bootstrap starting.
I20260630 12:12:38.680716  4073 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:38.684782  4073 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e: No bootstrap required, opened a new log
I20260630 12:12:38.686854  4073 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c3199cdb8b440a0b020630e15f1a62e" member_type: VOTER }
I20260630 12:12:38.687218  4073 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:38.687506  4073 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c3199cdb8b440a0b020630e15f1a62e, State: Initialized, Role: FOLLOWER
I20260630 12:12:38.688165  4073 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7c3199cdb8b440a0b020630e15f1a62e" member_type: VOTER }
I20260630 12:12:38.688637  4073 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:38.688856  4073 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:38.689126  4073 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:38.693346  4073 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c3199cdb8b440a0b020630e15f1a62e" member_type: VOTER }
I20260630 12:12:38.693900  4073 leader_election.cc:304] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [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: 7c3199cdb8b440a0b020630e15f1a62e; no voters: 
I20260630 12:12:38.695031  4073 leader_election.cc:290] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:38.695407  4076 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:38.696800  4076 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 1 LEADER]: Becoming Leader. State: Replica: 7c3199cdb8b440a0b020630e15f1a62e, State: Running, Role: LEADER
I20260630 12:12:38.697531  4076 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [LEADER]: Queue going to LEADER mode. State: All 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: "7c3199cdb8b440a0b020630e15f1a62e" member_type: VOTER }
I20260630 12:12:38.697968  4073 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:38.702725  4078 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7c3199cdb8b440a0b020630e15f1a62e. Latest consensus state: current_term: 1 leader_uuid: "7c3199cdb8b440a0b020630e15f1a62e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c3199cdb8b440a0b020630e15f1a62e" member_type: VOTER } }
I20260630 12:12:38.702986  4077 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7c3199cdb8b440a0b020630e15f1a62e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c3199cdb8b440a0b020630e15f1a62e" member_type: VOTER } }
I20260630 12:12:38.703616  4078 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:38.703786  4077 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:38.707299  4084 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:38.715543  4084 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:38.716521   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:38.724185  4084 catalog_manager.cc:1383] Generated new cluster ID: eaef33f4d88a407994a6dfcfb04a294e
I20260630 12:12:38.724470  4084 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:38.740167  4084 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:38.741391  4084 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:38.755663  4084 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e: Generated new TSK 0
I20260630 12:12:38.756253  4084 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:38.783399   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:38.789290  4094 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:38.790489  4095 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:38.792177  4097 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:38.795199   431 server_base.cc:1061] running on GCE node
I20260630 12:12:38.798009   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:38.798197   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:38.798398   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821558798363 us; error 0 us; skew 500 ppm
I20260630 12:12:38.798941   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:38.801216   431 webserver.cc:533] Webserver started at http://127.0.107.193:41885/ using document root <none> and password file <none>
I20260630 12:12:38.801783   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:38.801990   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:38.802250   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:38.803337   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:38.807718   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:38.810856  4102 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.811648   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:38.811949   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:38.812223   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:38.829190   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:38.830401   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:38.831835   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:38.834098   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:38.834324   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.834563   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:38.834744   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.873399   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40627
I20260630 12:12:38.873500  4164 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40627 every 8 connection(s)
I20260630 12:12:38.879798   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:38.886801  4169 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:38.888428  4170 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:38.890177   431 server_base.cc:1061] running on GCE node
W20260630 12:12:38.890213  4172 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:38.891326   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:38.891562   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:38.891789   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821558891772 us; error 0 us; skew 500 ppm
I20260630 12:12:38.892303   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:38.895246   431 webserver.cc:533] Webserver started at http://127.0.107.194:40643/ using document root <none> and password file <none>
I20260630 12:12:38.895502  4165 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33417
I20260630 12:12:38.895850   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:38.895915  4165 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:38.896215   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:38.896533   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:38.896890  4165 heartbeater.cc:507] Master 127.0.107.254:33417 requested a full tablet report, sending...
I20260630 12:12:38.897627   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:38.899061  4038 ts_manager.cc:194] Registered new tserver with Master: 0b0bff9c6ae647ddb6fccf567c0e7ccf (127.0.107.193:40627)
I20260630 12:12:38.900872  4038 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42448
I20260630 12:12:38.902560   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:12:38.905990  4177 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.906723   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:38.907018   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:38.907311   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:38.935447   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:38.936622   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:38.938046   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:38.940225   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:38.940455   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.940689   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:38.940860   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.978808   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46725
I20260630 12:12:38.978896  4239 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46725 every 8 connection(s)
I20260630 12:12:38.983481   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:38.990696  4243 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:38.992166  4244 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:38.994395  4246 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:38.995525   431 server_base.cc:1061] running on GCE node
I20260630 12:12:38.996501  4240 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33417
I20260630 12:12:38.996627   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:38.996919   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:38.996974  4240 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:38.997181   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821558997160 us; error 0 us; skew 500 ppm
I20260630 12:12:38.998003   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:38.998003  4240 heartbeater.cc:507] Master 127.0.107.254:33417 requested a full tablet report, sending...
I20260630 12:12:39.000443  4038 ts_manager.cc:194] Registered new tserver with Master: 4c9eddc9a38a48beabf669dfcc7dc6a4 (127.0.107.194:46725)
I20260630 12:12:39.001072   431 webserver.cc:533] Webserver started at http://127.0.107.195:34441/ using document root <none> and password file <none>
I20260630 12:12:39.001587   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:39.001866   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:39.002142  4038 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42452
I20260630 12:12:39.002152   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:39.003643   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "8b3351673e1544f4b8ba5f2741eb5119"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:39.008157   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260630 12:12:39.011562  4251 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:39.012476   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:39.012732   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "8b3351673e1544f4b8ba5f2741eb5119"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-t06f"
I20260630 12:12:39.012962   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:39.030028   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:39.031104   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:39.032486   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:39.034762   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:39.034976   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:39.035243   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:39.035404   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:39.073633   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36275
I20260630 12:12:39.073793  4313 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36275 every 8 connection(s)
I20260630 12:12:39.078560   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:39.085470  4317 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:39.087473  4318 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:39.090556  4320 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:39.090623   431 server_base.cc:1061] running on GCE node
I20260630 12:12:39.091805   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:39.092052   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:39.092233  4314 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33417
I20260630 12:12:39.092267   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821559092246 us; error 0 us; skew 500 ppm
I20260630 12:12:39.092774  4314 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:39.093106   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:39.093580  4314 heartbeater.cc:507] Master 127.0.107.254:33417 requested a full tablet report, sending...
I20260630 12:12:39.095844   431 webserver.cc:533] Webserver started at http://127.0.107.196:41193/ using document root <none> and password file <none>
I20260630 12:12:39.095978  4038 ts_manager.cc:194] Registered new tserver with Master: 8b3351673e1544f4b8ba5f2741eb5119 (127.0.107.195:36275)
I20260630 12:12:39.096405   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:39.096657   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:39.096922   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:39.097512  4038 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42466
I20260630 12:12:39.098160   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "9f77a8cb040348319c0fb695d229f0b1"
format_stamp: "Formatted at 2026-06-30 12:12:39 on dist-test-slave-t06f"
I20260630 12:12:39.105160   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
I20260630 12:12:39.110390  4325 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:39.111397   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:12:39.112131   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "9f77a8cb040348319c0fb695d229f0b1"
format_stamp: "Formatted at 2026-06-30 12:12:39 on dist-test-slave-t06f"
I20260630 12:12:39.112782   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:39.128450   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:39.130898   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:39.133060   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:39.135628   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:39.135917   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:39.136215   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:39.136381   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:39.176056   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45699
I20260630 12:12:39.176200  4387 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45699 every 8 connection(s)
I20260630 12:12:39.190631  4388 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33417
I20260630 12:12:39.191077  4388 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:39.191805  4388 heartbeater.cc:507] Master 127.0.107.254:33417 requested a full tablet report, sending...
I20260630 12:12:39.193778  4038 ts_manager.cc:194] Registered new tserver with Master: 9f77a8cb040348319c0fb695d229f0b1 (127.0.107.196:45699)
I20260630 12:12:39.194581   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.015444456s
I20260630 12:12:39.195098  4038 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42474
I20260630 12:12:39.746655  4038 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42488:
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:12:39.792273  4353 tablet_service.cc:1511] Processing CreateTablet for tablet 82178469fca4453e8f12a39538517511 (DEFAULT_TABLE table=test-workload [id=2158712ad6af4939b7b1d2dc1e9dbed5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:39.792654  4130 tablet_service.cc:1511] Processing CreateTablet for tablet 82178469fca4453e8f12a39538517511 (DEFAULT_TABLE table=test-workload [id=2158712ad6af4939b7b1d2dc1e9dbed5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:39.793639  4353 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82178469fca4453e8f12a39538517511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.793845  4130 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82178469fca4453e8f12a39538517511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.800931  4205 tablet_service.cc:1511] Processing CreateTablet for tablet 82178469fca4453e8f12a39538517511 (DEFAULT_TABLE table=test-workload [id=2158712ad6af4939b7b1d2dc1e9dbed5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:39.802376  4205 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82178469fca4453e8f12a39538517511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.809062  4408 tablet_bootstrap.cc:492] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1: Bootstrap starting.
I20260630 12:12:39.814483  4409 tablet_bootstrap.cc:492] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf: Bootstrap starting.
I20260630 12:12:39.814886  4408 tablet_bootstrap.cc:654] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.820753  4411 tablet_bootstrap.cc:492] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4: Bootstrap starting.
I20260630 12:12:39.824101  4409 tablet_bootstrap.cc:654] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.825527  4411 tablet_bootstrap.cc:654] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.829295  4408 tablet_bootstrap.cc:492] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1: No bootstrap required, opened a new log
I20260630 12:12:39.829886  4408 ts_tablet_manager.cc:1403] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1: Time spent bootstrapping tablet: real 0.021s	user 0.020s	sys 0.000s
I20260630 12:12:39.831197  4411 tablet_bootstrap.cc:492] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4: No bootstrap required, opened a new log
I20260630 12:12:39.831183  4409 tablet_bootstrap.cc:492] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf: No bootstrap required, opened a new log
I20260630 12:12:39.831955  4409 ts_tablet_manager.cc:1403] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260630 12:12:39.831924  4411 ts_tablet_manager.cc:1403] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:12:39.832428  4408 raft_consensus.cc:359] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:39.833069  4408 raft_consensus.cc:385] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.833308  4408 raft_consensus.cc:740] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f77a8cb040348319c0fb695d229f0b1, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.834050  4408 consensus_queue.cc:260] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:39.834918  4411 raft_consensus.cc:359] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:39.836244  4411 raft_consensus.cc:385] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.836711  4411 raft_consensus.cc:740] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c9eddc9a38a48beabf669dfcc7dc6a4, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.836948  4388 heartbeater.cc:499] Master 127.0.107.254:33417 was elected leader, sending a full tablet report...
I20260630 12:12:39.837312  4408 ts_tablet_manager.cc:1434] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:39.835161  4409 raft_consensus.cc:359] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:39.837953  4409 raft_consensus.cc:385] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.837769  4411 consensus_queue.cc:260] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:39.838310  4409 raft_consensus.cc:740] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b0bff9c6ae647ddb6fccf567c0e7ccf, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.839171  4409 consensus_queue.cc:260] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:39.840209  4240 heartbeater.cc:499] Master 127.0.107.254:33417 was elected leader, sending a full tablet report...
I20260630 12:12:39.841467  4165 heartbeater.cc:499] Master 127.0.107.254:33417 was elected leader, sending a full tablet report...
I20260630 12:12:39.842044  4409 ts_tablet_manager.cc:1434] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260630 12:12:39.843286  4411 ts_tablet_manager.cc:1434] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:12:39.994724  4414 raft_consensus.cc:493] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:39.995265  4414 raft_consensus.cc:515] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:39.997713  4414 leader_election.cc:290] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0b0bff9c6ae647ddb6fccf567c0e7ccf (127.0.107.193:40627), 4c9eddc9a38a48beabf669dfcc7dc6a4 (127.0.107.194:46725)
I20260630 12:12:40.009209  4140 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82178469fca4453e8f12a39538517511" candidate_uuid: "9f77a8cb040348319c0fb695d229f0b1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" is_pre_election: true
I20260630 12:12:40.009968  4140 raft_consensus.cc:2468] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f77a8cb040348319c0fb695d229f0b1 in term 0.
I20260630 12:12:40.010637  4215 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82178469fca4453e8f12a39538517511" candidate_uuid: "9f77a8cb040348319c0fb695d229f0b1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" is_pre_election: true
I20260630 12:12:40.011006  4328 leader_election.cc:304] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0b0bff9c6ae647ddb6fccf567c0e7ccf, 9f77a8cb040348319c0fb695d229f0b1; no voters: 
I20260630 12:12:40.011328  4215 raft_consensus.cc:2468] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9f77a8cb040348319c0fb695d229f0b1 in term 0.
I20260630 12:12:40.011821  4414 raft_consensus.cc:2804] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:40.012178  4414 raft_consensus.cc:493] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:40.012524  4414 raft_consensus.cc:3060] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:40.017833  4414 raft_consensus.cc:515] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:40.019486  4414 leader_election.cc:290] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [CANDIDATE]: Term 1 election: Requested vote from peers 0b0bff9c6ae647ddb6fccf567c0e7ccf (127.0.107.193:40627), 4c9eddc9a38a48beabf669dfcc7dc6a4 (127.0.107.194:46725)
I20260630 12:12:40.020222  4140 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82178469fca4453e8f12a39538517511" candidate_uuid: "9f77a8cb040348319c0fb695d229f0b1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf"
I20260630 12:12:40.020533  4215 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82178469fca4453e8f12a39538517511" candidate_uuid: "9f77a8cb040348319c0fb695d229f0b1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4"
I20260630 12:12:40.020752  4140 raft_consensus.cc:3060] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:40.021098  4215 raft_consensus.cc:3060] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:40.025537  4140 raft_consensus.cc:2468] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f77a8cb040348319c0fb695d229f0b1 in term 1.
I20260630 12:12:40.025645  4215 raft_consensus.cc:2468] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9f77a8cb040348319c0fb695d229f0b1 in term 1.
I20260630 12:12:40.026734  4328 leader_election.cc:304] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0b0bff9c6ae647ddb6fccf567c0e7ccf, 9f77a8cb040348319c0fb695d229f0b1; no voters: 
I20260630 12:12:40.027415  4414 raft_consensus.cc:2804] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:40.028481  4414 raft_consensus.cc:697] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 1 LEADER]: Becoming Leader. State: Replica: 9f77a8cb040348319c0fb695d229f0b1, State: Running, Role: LEADER
I20260630 12:12:40.029141  4414 consensus_queue.cc:237] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } }
I20260630 12:12:40.035776  4037 catalog_manager.cc:5697] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9f77a8cb040348319c0fb695d229f0b1 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "9f77a8cb040348319c0fb695d229f0b1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9f77a8cb040348319c0fb695d229f0b1" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45699 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:40.100031  4314 heartbeater.cc:499] Master 127.0.107.254:33417 was elected leader, sending a full tablet report...
I20260630 12:12:40.445988  4414 consensus_queue.cc:1048] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b0bff9c6ae647ddb6fccf567c0e7ccf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:40.458528  4419 consensus_queue.cc:1048] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c9eddc9a38a48beabf669dfcc7dc6a4" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:40.714702  4091 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:40.716535  4091 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:40.716956  4091 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:42.718089  4091 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:42.719709  4091 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:42.720047  4091 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:44.721187  4091 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:44.722748  4091 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:44.723086  4091 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:46.724068  4091 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:46.725344  4091 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:46.725701  4091 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:48.726670  4091 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:48.728047  4091 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:48.728355  4091 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:50.729259  4091 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:50.730576  4091 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:50.730907  4091 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:51.108177   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:12:51.125392  4328 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 8 similar messages]
W20260630 12:12:51.137997  4328 consensus_peers.cc:597] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 -> Peer 0b0bff9c6ae647ddb6fccf567c0e7ccf (127.0.107.193:40627): Couldn't send request to peer 0b0bff9c6ae647ddb6fccf567c0e7ccf. 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:12:51.141955   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:51.142688   431 tablet_replica.cc:333] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf: stopping tablet replica
I20260630 12:12:51.143239   431 raft_consensus.cc:2243] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:51.143821   431 raft_consensus.cc:2272] T 82178469fca4453e8f12a39538517511 P 0b0bff9c6ae647ddb6fccf567c0e7ccf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.164438   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:51.175652   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:12:51.194948  4328 consensus_peers.cc:597] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 -> Peer 4c9eddc9a38a48beabf669dfcc7dc6a4 (127.0.107.194:46725): Couldn't send request to peer 4c9eddc9a38a48beabf669dfcc7dc6a4. 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:12:51.196038   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:51.196692   431 tablet_replica.cc:333] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4: stopping tablet replica
I20260630 12:12:51.197230   431 raft_consensus.cc:2243] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:51.197777   431 raft_consensus.cc:2272] T 82178469fca4453e8f12a39538517511 P 4c9eddc9a38a48beabf669dfcc7dc6a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.217377   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:51.227530   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:51.246104   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:51.261955   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:51.270310   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:12:51.288599   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:51.289256   431 tablet_replica.cc:333] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1: stopping tablet replica
I20260630 12:12:51.289827   431 raft_consensus.cc:2243] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:51.290678   431 raft_consensus.cc:2272] T 82178469fca4453e8f12a39538517511 P 9f77a8cb040348319c0fb695d229f0b1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.309958   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:12:51.320492   431 master.cc:562] Master@127.0.107.254:33417 shutting down...
I20260630 12:12:51.337564   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:51.338255   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.338591   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7c3199cdb8b440a0b020630e15f1a62e: stopping tablet replica
I20260630 12:12:51.357801   431 master.cc:584] Master@127.0.107.254:33417 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (12806 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:12:51.394309   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34431
I20260630 12:12:51.395483   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:51.401124  4436 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:51.402046  4439 instance_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:12:51.401152  4437 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:51.403083   431 server_base.cc:1061] running on GCE node
I20260630 12:12:51.403790   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:51.403959   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:51.404078   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821571404063 us; error 0 us; skew 500 ppm
I20260630 12:12:51.404491   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:51.406893   431 webserver.cc:533] Webserver started at http://127.0.107.254:46405/ using document root <none> and password file <none>
I20260630 12:12:51.407352   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:51.407536   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:51.407768   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:51.408921   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "8d582d789b8d47f3a6eb8b546e2418eb"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.413764   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:12:51.417003  4444 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.417842   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:51.418119   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "8d582d789b8d47f3a6eb8b546e2418eb"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.418403   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:51.439162   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:51.440368   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:51.476711   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34431
I20260630 12:12:51.476811  4495 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34431 every 8 connection(s)
I20260630 12:12:51.480731  4496 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:51.491290  4496 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb: Bootstrap starting.
I20260630 12:12:51.495785  4496 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:51.499938  4496 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb: No bootstrap required, opened a new log
I20260630 12:12:51.502064  4496 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d582d789b8d47f3a6eb8b546e2418eb" member_type: VOTER }
I20260630 12:12:51.502512  4496 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:51.502748  4496 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d582d789b8d47f3a6eb8b546e2418eb, State: Initialized, Role: FOLLOWER
I20260630 12:12:51.503373  4496 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8d582d789b8d47f3a6eb8b546e2418eb" member_type: VOTER }
I20260630 12:12:51.503837  4496 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:51.504058  4496 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:51.504318  4496 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:51.508890  4496 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d582d789b8d47f3a6eb8b546e2418eb" member_type: VOTER }
I20260630 12:12:51.509418  4496 leader_election.cc:304] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [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: 8d582d789b8d47f3a6eb8b546e2418eb; no voters: 
I20260630 12:12:51.510528  4496 leader_election.cc:290] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:51.510854  4499 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:51.512140  4499 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 1 LEADER]: Becoming Leader. State: Replica: 8d582d789b8d47f3a6eb8b546e2418eb, State: Running, Role: LEADER
I20260630 12:12:51.512837  4499 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [LEADER]: Queue going to LEADER mode. State: All 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: "8d582d789b8d47f3a6eb8b546e2418eb" member_type: VOTER }
I20260630 12:12:51.513414  4496 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:51.515883  4500 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8d582d789b8d47f3a6eb8b546e2418eb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d582d789b8d47f3a6eb8b546e2418eb" member_type: VOTER } }
I20260630 12:12:51.515936  4501 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8d582d789b8d47f3a6eb8b546e2418eb. Latest consensus state: current_term: 1 leader_uuid: "8d582d789b8d47f3a6eb8b546e2418eb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d582d789b8d47f3a6eb8b546e2418eb" member_type: VOTER } }
I20260630 12:12:51.516695  4501 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:51.517400  4500 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:51.520601  4505 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:51.527408  4505 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:51.528429   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:51.535952  4505 catalog_manager.cc:1383] Generated new cluster ID: a7cb80ce21824fb297923f5ca8197625
I20260630 12:12:51.536265  4505 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:51.555269  4505 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:51.556653  4505 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:51.571962  4505 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb: Generated new TSK 0
I20260630 12:12:51.572593  4505 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:51.595283   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:51.601356  4517 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:51.602711  4518 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:51.604059  4520 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:51.604137   431 server_base.cc:1061] running on GCE node
I20260630 12:12:51.605123   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:51.605315   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:51.605530   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821571605504 us; error 0 us; skew 500 ppm
I20260630 12:12:51.606061   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:51.608377   431 webserver.cc:533] Webserver started at http://127.0.107.193:39819/ using document root <none> and password file <none>
I20260630 12:12:51.608873   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:51.609078   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:51.609360   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:51.610494   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "0086dd7301aa49e3b12501ee0101269e"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.615164   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:51.618383  4525 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.619124   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:12:51.619429   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "0086dd7301aa49e3b12501ee0101269e"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.619755   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:51.635011   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:51.636126   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:51.637531   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:51.640400   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:51.640600   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.640851   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:51.641004   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.679729   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34485
I20260630 12:12:51.679816  4587 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34485 every 8 connection(s)
I20260630 12:12:51.684567   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:51.692025  4592 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:51.694962  4593 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:51.695964  4595 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:51.696795   431 server_base.cc:1061] running on GCE node
I20260630 12:12:51.697908   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:51.698165   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:51.698369   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821571698348 us; error 0 us; skew 500 ppm
I20260630 12:12:51.699008   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:51.699044  4588 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34431
I20260630 12:12:51.699518  4588 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:51.700465  4588 heartbeater.cc:507] Master 127.0.107.254:34431 requested a full tablet report, sending...
I20260630 12:12:51.701949   431 webserver.cc:533] Webserver started at http://127.0.107.194:34235/ using document root <none> and password file <none>
I20260630 12:12:51.702515   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:51.702708   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:51.702881  4461 ts_manager.cc:194] Registered new tserver with Master: 0086dd7301aa49e3b12501ee0101269e (127.0.107.193:34485)
I20260630 12:12:51.702997   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:51.704306   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "22cc062fa62249219374aab76a93bb24"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.704756  4461 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38430
I20260630 12:12:51.709311   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:51.712772  4600 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.713510   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:51.713864   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "22cc062fa62249219374aab76a93bb24"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.714146   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:51.730429   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:51.731573   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:51.732980   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:51.735176   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:51.735407   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.735630   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:51.735801   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.774080   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33371
I20260630 12:12:51.774165  4662 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33371 every 8 connection(s)
I20260630 12:12:51.778793   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:51.785902  4666 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:51.788409  4667 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:51.791776  4669 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:51.792554  4663 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34431
I20260630 12:12:51.792913  4663 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:51.793350   431 server_base.cc:1061] running on GCE node
I20260630 12:12:51.793838  4663 heartbeater.cc:507] Master 127.0.107.254:34431 requested a full tablet report, sending...
I20260630 12:12:51.794411   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:51.794689   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:51.794926   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821571794906 us; error 0 us; skew 500 ppm
I20260630 12:12:51.795635   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:51.796025  4461 ts_manager.cc:194] Registered new tserver with Master: 22cc062fa62249219374aab76a93bb24 (127.0.107.194:33371)
I20260630 12:12:51.797538  4461 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38444
I20260630 12:12:51.798122   431 webserver.cc:533] Webserver started at http://127.0.107.195:43235/ using document root <none> and password file <none>
I20260630 12:12:51.798759   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:51.799000   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:51.799276   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:51.800433   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "ad2c4ff1687e43e196f7293fa174c613"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.804641   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:12:51.808082  4674 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.809183   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:12:51.809486   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "ad2c4ff1687e43e196f7293fa174c613"
format_stamp: "Formatted at 2026-06-30 12:12:51 on dist-test-slave-t06f"
I20260630 12:12:51.809824   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:51.827874   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:51.829058   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:51.830490   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:51.832638   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:51.832885   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.833114   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:51.833281   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:51.871801   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38155
I20260630 12:12:51.871901  4736 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38155 every 8 connection(s)
I20260630 12:12:51.885599  4737 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34431
I20260630 12:12:51.886070  4737 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:51.886874  4737 heartbeater.cc:507] Master 127.0.107.254:34431 requested a full tablet report, sending...
I20260630 12:12:51.888931  4461 ts_manager.cc:194] Registered new tserver with Master: ad2c4ff1687e43e196f7293fa174c613 (127.0.107.195:38155)
I20260630 12:12:51.889757   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014761133s
I20260630 12:12:51.890781  4461 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38448
I20260630 12:12:52.707679  4588 heartbeater.cc:499] Master 127.0.107.254:34431 was elected leader, sending a full tablet report...
I20260630 12:12:52.800275  4663 heartbeater.cc:499] Master 127.0.107.254:34431 was elected leader, sending a full tablet report...
I20260630 12:12:52.894191  4737 heartbeater.cc:499] Master 127.0.107.254:34431 was elected leader, sending a full tablet report...
I20260630 12:12:53.067032  4461 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60220:
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:12:53.069155  4461 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:12:53.123284  4553 tablet_service.cc:1511] Processing CreateTablet for tablet 955281ecbdc84bc69c193d29dcf8af00 (DEFAULT_TABLE table=test-workload [id=c78b3ddb89614fd3a7e47fb2857b075a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:53.124605  4553 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 955281ecbdc84bc69c193d29dcf8af00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:53.125828  4702 tablet_service.cc:1511] Processing CreateTablet for tablet 955281ecbdc84bc69c193d29dcf8af00 (DEFAULT_TABLE table=test-workload [id=c78b3ddb89614fd3a7e47fb2857b075a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:53.126538  4628 tablet_service.cc:1511] Processing CreateTablet for tablet 955281ecbdc84bc69c193d29dcf8af00 (DEFAULT_TABLE table=test-workload [id=c78b3ddb89614fd3a7e47fb2857b075a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:53.127111  4702 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 955281ecbdc84bc69c193d29dcf8af00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:53.127524  4628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 955281ecbdc84bc69c193d29dcf8af00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:53.141743  4758 tablet_bootstrap.cc:492] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24: Bootstrap starting.
I20260630 12:12:53.145064  4759 tablet_bootstrap.cc:492] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e: Bootstrap starting.
I20260630 12:12:53.147389  4758 tablet_bootstrap.cc:654] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:53.148152  4760 tablet_bootstrap.cc:492] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613: Bootstrap starting.
I20260630 12:12:53.152218  4759 tablet_bootstrap.cc:654] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:53.153951  4760 tablet_bootstrap.cc:654] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:53.158926  4759 tablet_bootstrap.cc:492] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e: No bootstrap required, opened a new log
I20260630 12:12:53.158938  4758 tablet_bootstrap.cc:492] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24: No bootstrap required, opened a new log
I20260630 12:12:53.159020  4760 tablet_bootstrap.cc:492] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613: No bootstrap required, opened a new log
I20260630 12:12:53.159611  4758 ts_tablet_manager.cc:1403] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24: Time spent bootstrapping tablet: real 0.018s	user 0.017s	sys 0.000s
I20260630 12:12:53.159690  4760 ts_tablet_manager.cc:1403] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613: Time spent bootstrapping tablet: real 0.012s	user 0.000s	sys 0.011s
I20260630 12:12:53.159610  4759 ts_tablet_manager.cc:1403] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.002s
I20260630 12:12:53.162678  4760 raft_consensus.cc:359] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.162993  4759 raft_consensus.cc:359] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.163525  4760 raft_consensus.cc:385] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:53.163353  4758 raft_consensus.cc:359] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.163808  4759 raft_consensus.cc:385] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:53.163903  4760 raft_consensus.cc:740] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad2c4ff1687e43e196f7293fa174c613, State: Initialized, Role: FOLLOWER
I20260630 12:12:53.164111  4758 raft_consensus.cc:385] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:53.164268  4759 raft_consensus.cc:740] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0086dd7301aa49e3b12501ee0101269e, State: Initialized, Role: FOLLOWER
I20260630 12:12:53.164443  4758 raft_consensus.cc:740] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22cc062fa62249219374aab76a93bb24, State: Initialized, Role: FOLLOWER
I20260630 12:12:53.164791  4760 consensus_queue.cc:260] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.165122  4759 consensus_queue.cc:260] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.165273  4758 consensus_queue.cc:260] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.168051  4760 ts_tablet_manager.cc:1434] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:12:53.170646  4759 ts_tablet_manager.cc:1434] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.001s
I20260630 12:12:53.171581  4758 ts_tablet_manager.cc:1434] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.007s
I20260630 12:12:53.268289  4765 raft_consensus.cc:493] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:53.268867  4765 raft_consensus.cc:515] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.271358  4765 leader_election.cc:290] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad2c4ff1687e43e196f7293fa174c613 (127.0.107.195:38155), 22cc062fa62249219374aab76a93bb24 (127.0.107.194:33371)
I20260630 12:12:53.283277  4712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "955281ecbdc84bc69c193d29dcf8af00" candidate_uuid: "0086dd7301aa49e3b12501ee0101269e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad2c4ff1687e43e196f7293fa174c613" is_pre_election: true
I20260630 12:12:53.283161  4638 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "955281ecbdc84bc69c193d29dcf8af00" candidate_uuid: "0086dd7301aa49e3b12501ee0101269e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22cc062fa62249219374aab76a93bb24" is_pre_election: true
I20260630 12:12:53.284101  4638 raft_consensus.cc:2468] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0086dd7301aa49e3b12501ee0101269e in term 0.
I20260630 12:12:53.284078  4712 raft_consensus.cc:2468] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0086dd7301aa49e3b12501ee0101269e in term 0.
I20260630 12:12:53.285586  4527 leader_election.cc:304] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0086dd7301aa49e3b12501ee0101269e, ad2c4ff1687e43e196f7293fa174c613; no voters: 
I20260630 12:12:53.286266  4765 raft_consensus.cc:2804] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:53.286569  4765 raft_consensus.cc:493] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:53.286857  4765 raft_consensus.cc:3060] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:53.291806  4765 raft_consensus.cc:515] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.293340  4765 leader_election.cc:290] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [CANDIDATE]: Term 1 election: Requested vote from peers ad2c4ff1687e43e196f7293fa174c613 (127.0.107.195:38155), 22cc062fa62249219374aab76a93bb24 (127.0.107.194:33371)
I20260630 12:12:53.294260  4712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "955281ecbdc84bc69c193d29dcf8af00" candidate_uuid: "0086dd7301aa49e3b12501ee0101269e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad2c4ff1687e43e196f7293fa174c613"
I20260630 12:12:53.294389  4638 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "955281ecbdc84bc69c193d29dcf8af00" candidate_uuid: "0086dd7301aa49e3b12501ee0101269e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22cc062fa62249219374aab76a93bb24"
I20260630 12:12:53.294790  4712 raft_consensus.cc:3060] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:53.294922  4638 raft_consensus.cc:3060] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:53.300110  4638 raft_consensus.cc:2468] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0086dd7301aa49e3b12501ee0101269e in term 1.
I20260630 12:12:53.300267  4712 raft_consensus.cc:2468] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0086dd7301aa49e3b12501ee0101269e in term 1.
I20260630 12:12:53.301357  4529 leader_election.cc:304] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0086dd7301aa49e3b12501ee0101269e, 22cc062fa62249219374aab76a93bb24; no voters: 
I20260630 12:12:53.302067  4765 raft_consensus.cc:2804] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:53.303182  4765 raft_consensus.cc:697] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 1 LEADER]: Becoming Leader. State: Replica: 0086dd7301aa49e3b12501ee0101269e, State: Running, Role: LEADER
I20260630 12:12:53.303956  4765 consensus_queue.cc:237] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:12:53.312449  4460 catalog_manager.cc:5697] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e reported cstate change: term changed from 0 to 1, leader changed from <none> to 0086dd7301aa49e3b12501ee0101269e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0086dd7301aa49e3b12501ee0101269e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } health_report { overall_health: UNKNOWN } } }
W20260630 12:12:53.486631  4584 debug-util.cc:398] Leaking SignalData structure 0x7b08000a53e0 after lost signal to thread 434
I20260630 12:12:53.526965  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:12:53.528048  4514 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:53.529932  4514 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:53.530349  4514 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:53.891453  4772 consensus_queue.cc:1048] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:53.912703  4772 consensus_queue.cc:1048] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [LEADER]: Connected to new peer: Peer: permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:54.536201  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:12:55.531643  4514 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:55.533509  4514 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:55.533937  4514 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:55.544462  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:12:56.553449  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:12:57.534875  4514 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:57.536520  4514 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:57.536885  4514 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:57.562227  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:12:58.570051  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:12:59.537887  4514 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:59.539181  4514 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:59.539503  4514 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:59.578210  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:00.586400  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:01.540428  4514 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:01.541790  4514 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:01.542092  4514 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:01.594352  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:02.647710  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:03.543082  4514 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:03.544385  4514 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:03.544714  4514 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:03.658805  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
W20260630 12:13:03.772524  4659 debug-util.cc:398] Leaking SignalData structure 0x7b08001a4da0 after lost signal to thread 434
W20260630 12:13:03.773563  4659 debug-util.cc:398] Leaking SignalData structure 0x7b080009d2a0 after lost signal to thread 4495
W20260630 12:13:03.774525  4659 debug-util.cc:398] Leaking SignalData structure 0x7b08001c04e0 after lost signal to thread 4587
W20260630 12:13:03.775346  4659 debug-util.cc:398] Leaking SignalData structure 0x7b08001ee400 after lost signal to thread 4662
W20260630 12:13:03.776156  4659 debug-util.cc:398] Leaking SignalData structure 0x7b08000f5160 after lost signal to thread 4736
I20260630 12:13:04.509342   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:04.554677   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:04.555667   431 tablet_replica.cc:333] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e: stopping tablet replica
I20260630 12:13:04.556456   431 raft_consensus.cc:2243] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:04.557926   431 raft_consensus.cc:2272] T 955281ecbdc84bc69c193d29dcf8af00 P 0086dd7301aa49e3b12501ee0101269e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:04.620781   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:04.640267   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:04.667137  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:04.678447   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:04.679364   431 tablet_replica.cc:333] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24: stopping tablet replica
I20260630 12:13:04.679949   431 raft_consensus.cc:2243] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:04.680527   431 raft_consensus.cc:2272] T 955281ecbdc84bc69c193d29dcf8af00 P 22cc062fa62249219374aab76a93bb24 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:05.545941  4514 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:05.547411  4514 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:05.547765  4514 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:05.678555  4509 placement_policy_util.cc:411] tablet 955281ecbdc84bc69c193d29dcf8af00: detected majority of replicas (2 of 3) at location L0
W20260630 12:13:05.699571   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 4659)
I20260630 12:13:05.734537  4788 raft_consensus.cc:493] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0086dd7301aa49e3b12501ee0101269e)
I20260630 12:13:05.735154  4788 raft_consensus.cc:515] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0086dd7301aa49e3b12501ee0101269e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34485 } } peers { permanent_uuid: "ad2c4ff1687e43e196f7293fa174c613" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38155 } } peers { permanent_uuid: "22cc062fa62249219374aab76a93bb24" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33371 } }
I20260630 12:13:05.737936  4788 leader_election.cc:290] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0086dd7301aa49e3b12501ee0101269e (127.0.107.193:34485), 22cc062fa62249219374aab76a93bb24 (127.0.107.194:33371)
W20260630 12:13:05.741178  4675 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34485: connect: Connection refused (error 111) [suppressed 1 similar messages]
W20260630 12:13:05.744922  4678 leader_election.cc:336] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 22cc062fa62249219374aab76a93bb24 (127.0.107.194:33371): Network error: Client connection negotiation failed: client connection to 127.0.107.194:33371: connect: Connection refused (error 111)
W20260630 12:13:05.745841  4675 leader_election.cc:336] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0086dd7301aa49e3b12501ee0101269e (127.0.107.193:34485): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34485: connect: Connection refused (error 111)
I20260630 12:13:05.746335  4675 leader_election.cc:304] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [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: ad2c4ff1687e43e196f7293fa174c613; no voters: 0086dd7301aa49e3b12501ee0101269e, 22cc062fa62249219374aab76a93bb24
I20260630 12:13:05.747145  4788 raft_consensus.cc:2749] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:06.317830   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:06.329592   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:06.351946   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:06.352646   431 tablet_replica.cc:333] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613: stopping tablet replica
I20260630 12:13:06.353188   431 raft_consensus.cc:2243] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:06.353763   431 raft_consensus.cc:2272] T 955281ecbdc84bc69c193d29dcf8af00 P ad2c4ff1687e43e196f7293fa174c613 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.372641   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:06.383495   431 master.cc:562] Master@127.0.107.254:34431 shutting down...
I20260630 12:13:06.404459   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:06.405128   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:06.405481   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8d582d789b8d47f3a6eb8b546e2418eb: stopping tablet replica
I20260630 12:13:06.424471   431 master.cc:584] Master@127.0.107.254:34431 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (15065 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:13:06.459905   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34671
I20260630 12:13:06.460940   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.466511  4792 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.466753  4793 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.467550  4795 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.467996   431 server_base.cc:1061] running on GCE node
I20260630 12:13:06.468909   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.469110   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.469283   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586469248 us; error 0 us; skew 500 ppm
I20260630 12:13:06.469946   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.472232   431 webserver.cc:533] Webserver started at http://127.0.107.254:40221/ using document root <none> and password file <none>
I20260630 12:13:06.472715   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.472909   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.473227   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.474459   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "2e29c6a7ff8649ebb971c9c153bf3e65"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.479005   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:13:06.482405  4800 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.483175   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:06.483503   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "2e29c6a7ff8649ebb971c9c153bf3e65"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.483791   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:06.516216   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.517544   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.556591   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34671
I20260630 12:13:06.556672  4851 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34671 every 8 connection(s)
I20260630 12:13:06.560640  4852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:06.571743  4852 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65: Bootstrap starting.
I20260630 12:13:06.576262  4852 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:06.580360  4852 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65: No bootstrap required, opened a new log
I20260630 12:13:06.582414  4852 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2e29c6a7ff8649ebb971c9c153bf3e65" member_type: VOTER }
I20260630 12:13:06.582795  4852 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:06.582971  4852 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e29c6a7ff8649ebb971c9c153bf3e65, State: Initialized, Role: FOLLOWER
I20260630 12:13:06.583539  4852 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2e29c6a7ff8649ebb971c9c153bf3e65" member_type: VOTER }
I20260630 12:13:06.583952  4852 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:06.584132  4852 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:06.584347  4852 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:06.589079  4852 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2e29c6a7ff8649ebb971c9c153bf3e65" member_type: VOTER }
I20260630 12:13:06.589571  4852 leader_election.cc:304] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [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: 2e29c6a7ff8649ebb971c9c153bf3e65; no voters: 
I20260630 12:13:06.590684  4852 leader_election.cc:290] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:06.591043  4855 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:06.592371  4855 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 1 LEADER]: Becoming Leader. State: Replica: 2e29c6a7ff8649ebb971c9c153bf3e65, State: Running, Role: LEADER
I20260630 12:13:06.593065  4855 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [LEADER]: Queue going to LEADER mode. State: All 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: "2e29c6a7ff8649ebb971c9c153bf3e65" member_type: VOTER }
I20260630 12:13:06.593614  4852 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:06.598372  4856 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2e29c6a7ff8649ebb971c9c153bf3e65" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2e29c6a7ff8649ebb971c9c153bf3e65" member_type: VOTER } }
I20260630 12:13:06.599061  4856 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:06.599262  4857 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2e29c6a7ff8649ebb971c9c153bf3e65. Latest consensus state: current_term: 1 leader_uuid: "2e29c6a7ff8649ebb971c9c153bf3e65" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2e29c6a7ff8649ebb971c9c153bf3e65" member_type: VOTER } }
I20260630 12:13:06.600045  4857 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:06.600781  4862 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:06.606020  4862 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:06.609577   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:06.616604  4862 catalog_manager.cc:1383] Generated new cluster ID: 67137385e16943fd9b2ac4809c488416
I20260630 12:13:06.616938  4862 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:06.646297  4862 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:06.647565  4862 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:06.662541  4862 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65: Generated new TSK 0
I20260630 12:13:06.663188  4862 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:06.679435   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.684896  4873 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.685938  4874 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.687433  4876 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.687860   431 server_base.cc:1061] running on GCE node
I20260630 12:13:06.688687   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.688920   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.689095   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586689073 us; error 0 us; skew 500 ppm
I20260630 12:13:06.689563   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.691789   431 webserver.cc:533] Webserver started at http://127.0.107.193:34091/ using document root <none> and password file <none>
I20260630 12:13:06.692252   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.692456   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.692725   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.693892   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "c43019dfe1cd489585c275e491a50ecf"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.698428   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:13:06.701609  4881 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.702404   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:06.702684   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "c43019dfe1cd489585c275e491a50ecf"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.702977   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:06.726730   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.727875   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.729295   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:06.731544   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:06.731769   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.732002   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:06.732188   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.771523   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38573
I20260630 12:13:06.771613  4943 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38573 every 8 connection(s)
I20260630 12:13:06.776551   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.784068  4949 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.787199  4948 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.787315  4951 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.788372   431 server_base.cc:1061] running on GCE node
I20260630 12:13:06.789270   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.789456   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.789582   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586789571 us; error 0 us; skew 500 ppm
I20260630 12:13:06.790156   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.792872   431 webserver.cc:533] Webserver started at http://127.0.107.194:42639/ using document root <none> and password file <none>
I20260630 12:13:06.793345   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.793577   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.793728  4944 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34671
I20260630 12:13:06.793936   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.794108  4944 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:06.794922  4944 heartbeater.cc:507] Master 127.0.107.254:34671 requested a full tablet report, sending...
I20260630 12:13:06.795274   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "155038e20a884416b5464bdd6de97336"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.797062  4817 ts_manager.cc:194] Registered new tserver with Master: c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573)
I20260630 12:13:06.798856  4817 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40974
I20260630 12:13:06.800318   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:06.803723  4956 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.804557   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:06.804847   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "155038e20a884416b5464bdd6de97336"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.805128   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:06.824602   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.825851   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.827304   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:06.829443   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:06.829668   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.829945   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:06.830119   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.868505   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39937
I20260630 12:13:06.868598  5018 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39937 every 8 connection(s)
I20260630 12:13:06.873781   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:06.880153  5022 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:06.881976  5023 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.885308  5019 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34671
I20260630 12:13:06.885785  5019 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:06.885967   431 server_base.cc:1061] running on GCE node
I20260630 12:13:06.886658  5019 heartbeater.cc:507] Master 127.0.107.254:34671 requested a full tablet report, sending...
W20260630 12:13:06.886831  5025 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:06.887730   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:06.887971   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:06.888163   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821586888147 us; error 0 us; skew 500 ppm
I20260630 12:13:06.888829   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:06.888875  4817 ts_manager.cc:194] Registered new tserver with Master: 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:06.890923  4817 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40976
I20260630 12:13:06.891678   431 webserver.cc:533] Webserver started at http://127.0.107.195:43771/ using document root <none> and password file <none>
I20260630 12:13:06.892343   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:06.892588   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:06.892926   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:06.894280   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "25ee2c5d958142d2a6c8506e84017f8f"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.898548   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:13:06.901533  5030 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.902326   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:06.902623   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "25ee2c5d958142d2a6c8506e84017f8f"
format_stamp: "Formatted at 2026-06-30 12:13:06 on dist-test-slave-t06f"
I20260630 12:13:06.902918   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:06.916270   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:06.917502   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:06.918982   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:06.921159   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:06.921393   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:06.921630   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:06.921850   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:13:06.960336   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37527
I20260630 12:13:06.960439  5092 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37527 every 8 connection(s)
I20260630 12:13:06.973852  5093 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34671
I20260630 12:13:06.974220  5093 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:06.974927  5093 heartbeater.cc:507] Master 127.0.107.254:34671 requested a full tablet report, sending...
I20260630 12:13:06.976714  4817 ts_manager.cc:194] Registered new tserver with Master: 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:06.977828   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014371941s
I20260630 12:13:06.978042  4817 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40986
I20260630 12:13:07.801599  4944 heartbeater.cc:499] Master 127.0.107.254:34671 was elected leader, sending a full tablet report...
I20260630 12:13:07.893898  5019 heartbeater.cc:499] Master 127.0.107.254:34671 was elected leader, sending a full tablet report...
I20260630 12:13:07.980593  5093 heartbeater.cc:499] Master 127.0.107.254:34671 was elected leader, sending a full tablet report...
I20260630 12:13:08.036525  4817 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40998:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu""\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:13:08.039590  4817 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:13:08.132674  4907 tablet_service.cc:1511] Processing CreateTablet for tablet f594189496584bc28a23487874def6db (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:08.133402  4908 tablet_service.cc:1511] Processing CreateTablet for tablet 1cbfff0534f547cabf225e286bc3b769 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:08.134224  4907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f594189496584bc28a23487874def6db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.134549  4909 tablet_service.cc:1511] Processing CreateTablet for tablet e4bb6cacf8cd4a2da9d08f94c9db080d (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:08.134938  4908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1cbfff0534f547cabf225e286bc3b769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.136221  4906 tablet_service.cc:1511] Processing CreateTablet for tablet b44f7da7ff4440d3b34552e623da5c2a (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:08.137562  4906 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b44f7da7ff4440d3b34552e623da5c2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.137392  4905 tablet_service.cc:1511] Processing CreateTablet for tablet 8b603a77007b4aaab10eecc6d2ba8611 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:08.138720  4905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b603a77007b4aaab10eecc6d2ba8611. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.140525  4984 tablet_service.cc:1511] Processing CreateTablet for tablet e4bb6cacf8cd4a2da9d08f94c9db080d (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:08.141093  4909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4bb6cacf8cd4a2da9d08f94c9db080d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.141871  4984 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4bb6cacf8cd4a2da9d08f94c9db080d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.145430  4983 tablet_service.cc:1511] Processing CreateTablet for tablet 1cbfff0534f547cabf225e286bc3b769 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:08.146757  4983 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1cbfff0534f547cabf225e286bc3b769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.150849  4982 tablet_service.cc:1511] Processing CreateTablet for tablet f594189496584bc28a23487874def6db (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:08.152204  4982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f594189496584bc28a23487874def6db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.155462  4980 tablet_service.cc:1511] Processing CreateTablet for tablet 8b603a77007b4aaab10eecc6d2ba8611 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:08.156828  4980 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b603a77007b4aaab10eecc6d2ba8611. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.158903  4904 tablet_service.cc:1511] Processing CreateTablet for tablet 772b9f8f2e95454fb04d67048d8e4a28 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:08.160287  4904 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 772b9f8f2e95454fb04d67048d8e4a28. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.160529  4979 tablet_service.cc:1511] Processing CreateTablet for tablet 772b9f8f2e95454fb04d67048d8e4a28 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:08.165481  5058 tablet_service.cc:1511] Processing CreateTablet for tablet e4bb6cacf8cd4a2da9d08f94c9db080d (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:08.165963  4978 tablet_service.cc:1511] Processing CreateTablet for tablet 954081337f3f491eb877174273e0663c (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:08.166922  5058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4bb6cacf8cd4a2da9d08f94c9db080d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.168675  5057 tablet_service.cc:1511] Processing CreateTablet for tablet 1cbfff0534f547cabf225e286bc3b769 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:08.170077  5057 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1cbfff0534f547cabf225e286bc3b769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.172842  4977 tablet_service.cc:1511] Processing CreateTablet for tablet 7a790889a6bb446cabecef3aeee0b84c (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:08.174851  5056 tablet_service.cc:1511] Processing CreateTablet for tablet f594189496584bc28a23487874def6db (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:08.176218  5056 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f594189496584bc28a23487874def6db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.178869  5055 tablet_service.cc:1511] Processing CreateTablet for tablet b44f7da7ff4440d3b34552e623da5c2a (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:08.180181  5055 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b44f7da7ff4440d3b34552e623da5c2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.181783  4976 tablet_service.cc:1511] Processing CreateTablet for tablet da6944a6503a4e268c03be8f24290468 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:08.182861  5054 tablet_service.cc:1511] Processing CreateTablet for tablet 8b603a77007b4aaab10eecc6d2ba8611 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:08.184127  5054 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b603a77007b4aaab10eecc6d2ba8611. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.185889  4981 tablet_service.cc:1511] Processing CreateTablet for tablet b44f7da7ff4440d3b34552e623da5c2a (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:08.168669  4903 tablet_service.cc:1511] Processing CreateTablet for tablet 954081337f3f491eb877174273e0663c (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:08.187279  4909 tablet_service.cc:1511] Processing CreateTablet for tablet 916ca454dca042c58b8183c1143aba46 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:08.188347  4903 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 954081337f3f491eb877174273e0663c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.189334  4909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 916ca454dca042c58b8183c1143aba46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.190488  5053 tablet_service.cc:1511] Processing CreateTablet for tablet 772b9f8f2e95454fb04d67048d8e4a28 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:08.191871  5053 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 772b9f8f2e95454fb04d67048d8e4a28. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.194070  4976 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6944a6503a4e268c03be8f24290468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.179787  4907 tablet_service.cc:1511] Processing CreateTablet for tablet da6944a6503a4e268c03be8f24290468 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:08.195441  4979 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 772b9f8f2e95454fb04d67048d8e4a28. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.195657  4907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6944a6503a4e268c03be8f24290468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.196610  4978 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 954081337f3f491eb877174273e0663c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.197980  4977 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a790889a6bb446cabecef3aeee0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.199364  4981 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b44f7da7ff4440d3b34552e623da5c2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.203215  4975 tablet_service.cc:1511] Processing CreateTablet for tablet 916ca454dca042c58b8183c1143aba46 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:08.204622  4975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 916ca454dca042c58b8183c1143aba46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.206445  4902 tablet_service.cc:1511] Processing CreateTablet for tablet 17ee6eaf88e04ef2b987594586791c14 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:08.207851  4902 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17ee6eaf88e04ef2b987594586791c14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.225751  4901 tablet_service.cc:1511] Processing CreateTablet for tablet 8304b87fc4824030956bee89a9904301 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:08.227528  4901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8304b87fc4824030956bee89a9904301. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.243340  4905 tablet_service.cc:1511] Processing CreateTablet for tablet 7a790889a6bb446cabecef3aeee0b84c (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:08.251152  4905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a790889a6bb446cabecef3aeee0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.262936  5114 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.275015  5052 tablet_service.cc:1511] Processing CreateTablet for tablet 954081337f3f491eb877174273e0663c (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:08.277014  5052 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 954081337f3f491eb877174273e0663c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.279488  5051 tablet_service.cc:1511] Processing CreateTablet for tablet 7a790889a6bb446cabecef3aeee0b84c (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:08.281378  5051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a790889a6bb446cabecef3aeee0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.283371  5050 tablet_service.cc:1511] Processing CreateTablet for tablet da6944a6503a4e268c03be8f24290468 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:08.286227  5050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6944a6503a4e268c03be8f24290468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.287878  5114 tablet_bootstrap.cc:654] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.299379  4975 tablet_service.cc:1511] Processing CreateTablet for tablet 17ee6eaf88e04ef2b987594586791c14 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:08.300665  4975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17ee6eaf88e04ef2b987594586791c14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.315593  4983 tablet_service.cc:1511] Processing CreateTablet for tablet 8304b87fc4824030956bee89a9904301 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:08.316926  4983 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8304b87fc4824030956bee89a9904301. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.330523  5113 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:08.330890  5049 tablet_service.cc:1511] Processing CreateTablet for tablet 916ca454dca042c58b8183c1143aba46 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:08.332279  5049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 916ca454dca042c58b8183c1143aba46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.341919  5054 tablet_service.cc:1511] Processing CreateTablet for tablet 17ee6eaf88e04ef2b987594586791c14 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:08.343192  5054 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17ee6eaf88e04ef2b987594586791c14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.349825  5113 tablet_bootstrap.cc:654] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.352084  5049 tablet_service.cc:1511] Processing CreateTablet for tablet 8304b87fc4824030956bee89a9904301 (DEFAULT_TABLE table=test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:08.359321  5049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8304b87fc4824030956bee89a9904301. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:08.374498  5114 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.375185  5114 ts_tablet_manager.cc:1403] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.113s	user 0.012s	sys 0.006s
I20260630 12:13:08.379050  5114 raft_consensus.cc:359] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.380018  5114 raft_consensus.cc:385] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.380383  5114 raft_consensus.cc:740] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.381531  5114 consensus_queue.cc:260] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.388564  5114 ts_tablet_manager.cc:1434] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:13:08.389779  5114 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.390838  5113 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:08.391314  5113 ts_tablet_manager.cc:1403] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.061s	user 0.014s	sys 0.000s
I20260630 12:13:08.394194  5113 raft_consensus.cc:359] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.394940  5113 raft_consensus.cc:385] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.395222  5113 raft_consensus.cc:740] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.396117  5114 tablet_bootstrap.cc:654] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.396103  5113 consensus_queue.cc:260] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.403760  5117 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.407970  5113 ts_tablet_manager.cc:1434] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.008s
I20260630 12:13:08.411446  5117 tablet_bootstrap.cc:654] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.417599  5113 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:08.419132  5114 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.419430  5117 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.419641  5114 ts_tablet_manager.cc:1403] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.030s	user 0.006s	sys 0.012s
I20260630 12:13:08.419852  5117 ts_tablet_manager.cc:1403] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.004s
I20260630 12:13:08.422633  5114 raft_consensus.cc:359] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.422850  5117 raft_consensus.cc:359] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.423396  5114 raft_consensus.cc:385] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.423517  5117 raft_consensus.cc:385] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.423754  5114 raft_consensus.cc:740] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.423844  5117 raft_consensus.cc:740] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.424891  5113 tablet_bootstrap.cc:654] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.424599  5114 consensus_queue.cc:260] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.424780  5117 consensus_queue.cc:260] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.426826  5114 ts_tablet_manager.cc:1434] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:13:08.427815  5114 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.435460  5114 tablet_bootstrap.cc:654] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.436012  5117 ts_tablet_manager.cc:1434] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.006s
I20260630 12:13:08.437181  5117 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.446439  5117 tablet_bootstrap.cc:654] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.452723  5114 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.453403  5114 ts_tablet_manager.cc:1403] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.026s	user 0.023s	sys 0.000s
I20260630 12:13:08.457154  5114 raft_consensus.cc:359] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.457980  5114 raft_consensus.cc:385] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.458299  5114 raft_consensus.cc:740] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.459044  5114 consensus_queue.cc:260] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.461212  5114 ts_tablet_manager.cc:1434] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:13:08.461853  5117 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.462255  5114 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.462358  5117 ts_tablet_manager.cc:1403] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.003s
W20260630 12:13:08.465570  5094 tablet.cc:2406] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:13:08.466843  5117 raft_consensus.cc:359] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.467625  5117 raft_consensus.cc:385] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.467911  5117 raft_consensus.cc:740] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.469235  5114 tablet_bootstrap.cc:654] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.468753  5117 consensus_queue.cc:260] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.471295  5117 ts_tablet_manager.cc:1434] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:13:08.472312  5117 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.480799  5117 tablet_bootstrap.cc:654] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.487406  5113 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:08.487751  5113 ts_tablet_manager.cc:1403] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.070s	user 0.011s	sys 0.055s
I20260630 12:13:08.487957  5117 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.488441  5117 ts_tablet_manager.cc:1403] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:13:08.489789  5114 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.489751  5113 raft_consensus.cc:359] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.490406  5114 ts_tablet_manager.cc:1403] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.028s	user 0.009s	sys 0.013s
I20260630 12:13:08.490655  5113 raft_consensus.cc:385] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.490653  5117 raft_consensus.cc:359] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.491207  5113 raft_consensus.cc:740] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.491464  5117 raft_consensus.cc:385] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.491814  5117 raft_consensus.cc:740] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.492107  5113 consensus_queue.cc:260] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.492523  5117 consensus_queue.cc:260] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.493211  5114 raft_consensus.cc:359] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.493947  5114 raft_consensus.cc:385] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.494223  5114 raft_consensus.cc:740] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.494656  5113 ts_tablet_manager.cc:1434] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.006s
I20260630 12:13:08.494953  5114 consensus_queue.cc:260] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.495563  5113 tablet_bootstrap.cc:492] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:08.496409  5117 ts_tablet_manager.cc:1434] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:13:08.497354  5117 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.497404  5114 ts_tablet_manager.cc:1434] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:13:08.498551  5114 tablet_bootstrap.cc:492] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.502441  5113 tablet_bootstrap.cc:654] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.504225  5117 tablet_bootstrap.cc:654] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.504817  5114 tablet_bootstrap.cc:654] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.541875  5113 tablet_bootstrap.cc:492] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:08.542392  5113 ts_tablet_manager.cc:1403] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.047s	user 0.033s	sys 0.013s
I20260630 12:13:08.542860  5114 tablet_bootstrap.cc:492] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.543109  5117 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.543301  5114 ts_tablet_manager.cc:1403] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.045s	user 0.015s	sys 0.021s
I20260630 12:13:08.543592  5117 ts_tablet_manager.cc:1403] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.046s	user 0.008s	sys 0.029s
I20260630 12:13:08.545466  5114 raft_consensus.cc:359] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.546142  5114 raft_consensus.cc:385] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.546402  5114 raft_consensus.cc:740] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.546501  5119 raft_consensus.cc:493] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.546264  5117 raft_consensus.cc:359] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.547150  5117 raft_consensus.cc:385] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.547092  5119 raft_consensus.cc:515] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.547573  5117 raft_consensus.cc:740] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.547309  5114 consensus_queue.cc:260] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.548631  5117 consensus_queue.cc:260] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.549510  5114 ts_tablet_manager.cc:1434] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:13:08.549887  5119 leader_election.cc:290] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.550537  5114 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.551126  5117 ts_tablet_manager.cc:1434] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:13:08.552325  5117 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.545325  5113 raft_consensus.cc:359] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.556653  5113 raft_consensus.cc:385] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.557013  5118 raft_consensus.cc:493] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.557343  5114 tablet_bootstrap.cc:654] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.557511  5118 raft_consensus.cc:515] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.559422  5117 tablet_bootstrap.cc:654] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.560361  5118 leader_election.cc:290] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.556994  5113 raft_consensus.cc:740] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.562131  5113 consensus_queue.cc:260] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.570386  5113 ts_tablet_manager.cc:1434] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.028s	user 0.005s	sys 0.002s
I20260630 12:13:08.571118  5117 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.571416  5113 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:08.571633  5117 ts_tablet_manager.cc:1403] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.020s	user 0.017s	sys 0.000s
I20260630 12:13:08.574568  5117 raft_consensus.cc:359] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.575385  5117 raft_consensus.cc:385] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.575672  5117 raft_consensus.cc:740] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.576674  5117 consensus_queue.cc:260] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.579641  5117 ts_tablet_manager.cc:1434] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:13:08.580930  5117 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.587196  5113 tablet_bootstrap.cc:654] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.588420  5117 tablet_bootstrap.cc:654] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.601469  5117 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.602016  5117 ts_tablet_manager.cc:1403] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.021s	user 0.002s	sys 0.018s
I20260630 12:13:08.603492  5113 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:08.603994  5113 ts_tablet_manager.cc:1403] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.033s	user 0.004s	sys 0.009s
I20260630 12:13:08.605154  5117 raft_consensus.cc:359] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.606097  5117 raft_consensus.cc:385] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.606379  5117 raft_consensus.cc:740] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
W20260630 12:13:08.607513  4865 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:13:08.607084  5117 consensus_queue.cc:260] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.609764  5117 ts_tablet_manager.cc:1434] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:13:08.610728  5117 tablet_bootstrap.cc:492] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.610571  5113 raft_consensus.cc:359] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.611326  5113 raft_consensus.cc:385] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.611630  5113 raft_consensus.cc:740] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.612344  5113 consensus_queue.cc:260] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.614544  5113 ts_tablet_manager.cc:1434] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:13:08.615496  5113 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:08.619949  5117 tablet_bootstrap.cc:654] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.631899  5113 tablet_bootstrap.cc:654] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.632318  5117 tablet_bootstrap.cc:492] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.632831  5117 ts_tablet_manager.cc:1403] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.022s	user 0.003s	sys 0.014s
I20260630 12:13:08.636484  5117 raft_consensus.cc:359] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.638437  5117 raft_consensus.cc:385] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.638826  5117 raft_consensus.cc:740] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.639737  5117 consensus_queue.cc:260] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.642736  5117 ts_tablet_manager.cc:1434] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:13:08.643949  5117 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.647110  5113 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:08.647758  5113 ts_tablet_manager.cc:1403] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.001s
I20260630 12:13:08.652104  5117 tablet_bootstrap.cc:654] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.654685  5113 raft_consensus.cc:359] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.655471  5113 raft_consensus.cc:385] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.655777  5113 raft_consensus.cc:740] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.656598  5113 consensus_queue.cc:260] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.658960  5113 ts_tablet_manager.cc:1434] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:13:08.659940  5113 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:08.665105  5117 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.665758  5117 ts_tablet_manager.cc:1403] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.004s
I20260630 12:13:08.667979  5123 raft_consensus.cc:493] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.668594  5123 raft_consensus.cc:515] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.669091  5117 raft_consensus.cc:359] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.670179  5117 raft_consensus.cc:385] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.670521  5117 raft_consensus.cc:740] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.673178  5123 leader_election.cc:290] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:08.677239  5118 raft_consensus.cc:493] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.677933  5118 raft_consensus.cc:515] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.680595  5118 leader_election.cc:290] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.681182  5118 raft_consensus.cc:493] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.681762  5118 raft_consensus.cc:515] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.684331  5118 leader_election.cc:290] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.671516  5117 consensus_queue.cc:260] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.689217  5117 ts_tablet_manager.cc:1434] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.000s
I20260630 12:13:08.706701  5123 raft_consensus.cc:493] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.707216  5123 raft_consensus.cc:515] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.709509  5123 leader_election.cc:290] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:08.705339  5117 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.717543  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "916ca454dca042c58b8183c1143aba46" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.719146  4918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f594189496584bc28a23487874def6db" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.719856  4918 raft_consensus.cc:2468] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 0.
W20260630 12:13:08.721215  5032 leader_election.cc:343] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.721946  5032 leader_election.cc:304] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:08.722711  5123 raft_consensus.cc:2804] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:08.723062  5123 raft_consensus.cc:493] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.723294  5117 tablet_bootstrap.cc:654] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.723404  5123 raft_consensus.cc:3060] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.730855  5145 raft_consensus.cc:493] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.731518  5145 raft_consensus.cc:515] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.734714  5145 leader_election.cc:290] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.746348  5123 raft_consensus.cc:515] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.750133  4918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f594189496584bc28a23487874def6db" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:08.750762  4918 raft_consensus.cc:3060] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.751013  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.751948  5123 leader_election.cc:290] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:08.753163  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.753823  4919 raft_consensus.cc:2468] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:08.754135  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "916ca454dca042c58b8183c1143aba46" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:08.754832  4994 raft_consensus.cc:2468] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 0.
I20260630 12:13:08.755406  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4bb6cacf8cd4a2da9d08f94c9db080d" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.756012  4993 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f594189496584bc28a23487874def6db" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
W20260630 12:13:08.756206  4958 leader_election.cc:343] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.756973  4958 leader_election.cc:304] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:08.757416  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f594189496584bc28a23487874def6db" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
I20260630 12:13:08.757810  5145 raft_consensus.cc:2804] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:08.758199  5145 raft_consensus.cc:493] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.758520  5145 raft_consensus.cc:3060] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.758574  4917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1cbfff0534f547cabf225e286bc3b769" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.759083  5117 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.759107  4917 raft_consensus.cc:2468] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:08.759608  5117 ts_tablet_manager.cc:1403] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.055s	user 0.011s	sys 0.023s
I20260630 12:13:08.760185  5031 leader_election.cc:304] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [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: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:08.760505  4958 leader_election.cc:304] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:08.761230  5118 raft_consensus.cc:2804] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:13:08.761390  5031 leader_election.cc:343] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.761595  5118 raft_consensus.cc:493] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.762027  5118 raft_consensus.cc:3060] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:13:08.762385  5031 leader_election.cc:343] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.756037  4919 raft_consensus.cc:2468] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:08.765847  5123 raft_consensus.cc:2804] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:08.766247  5123 raft_consensus.cc:493] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.766569  5123 raft_consensus.cc:3060] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.767706  5113 tablet_bootstrap.cc:654] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.768417  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:08.769104  5067 raft_consensus.cc:2468] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:08.769200  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:08.770334  4918 raft_consensus.cc:2468] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 1.
I20260630 12:13:08.770387  5066 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4bb6cacf8cd4a2da9d08f94c9db080d" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:08.771157  5066 raft_consensus.cc:2468] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:08.771508  5117 raft_consensus.cc:359] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.772157  5117 raft_consensus.cc:385] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.772194  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1cbfff0534f547cabf225e286bc3b769" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:08.772552  5117 raft_consensus.cc:740] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.772913  5065 raft_consensus.cc:2468] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:08.767482  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:08.774592  5117 consensus_queue.cc:260] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.775197  5032 leader_election.cc:304] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [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: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf; no voters: 155038e20a884416b5464bdd6de97336
I20260630 12:13:08.777294  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:08.777148  5123 raft_consensus.cc:515] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.777894  5068 raft_consensus.cc:2468] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 0.
I20260630 12:13:08.779356  4885 leader_election.cc:304] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:08.780378  4993 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "916ca454dca042c58b8183c1143aba46" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
I20260630 12:13:08.780833  5119 raft_consensus.cc:2804] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:08.781289  5119 raft_consensus.cc:493] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.781643  5119 raft_consensus.cc:3060] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.783860  5114 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.780932  4993 raft_consensus.cc:3060] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.786371  4960 leader_election.cc:304] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: 
I20260630 12:13:08.781478  5123 leader_election.cc:290] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:08.788704  5114 ts_tablet_manager.cc:1403] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.238s	user 0.083s	sys 0.096s
I20260630 12:13:08.792034  5123 raft_consensus.cc:2804] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:08.792505  5123 raft_consensus.cc:697] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Becoming Leader. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Running, Role: LEADER
I20260630 12:13:08.793268  5123 consensus_queue.cc:237] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.790508  5118 raft_consensus.cc:515] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.788990  5145 raft_consensus.cc:515] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.798342  4992 raft_consensus.cc:2393] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c43019dfe1cd489585c275e491a50ecf in current term 1: Already voted for candidate 155038e20a884416b5464bdd6de97336 in this term.
I20260630 12:13:08.799515  4918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1cbfff0534f547cabf225e286bc3b769" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:08.799700  5118 leader_election.cc:290] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.800165  4918 raft_consensus.cc:3060] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.800341  5118 raft_consensus.cc:2804] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:08.800870  5118 raft_consensus.cc:493] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.800463  5114 raft_consensus.cc:359] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.801213  5118 raft_consensus.cc:3060] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.801335  5114 raft_consensus.cc:385] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.801753  5114 raft_consensus.cc:740] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.802670  5145 leader_election.cc:290] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.802431  5114 consensus_queue.cc:260] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.803491  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:08.805003  4917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "916ca454dca042c58b8183c1143aba46" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:08.805249  5114 ts_tablet_manager.cc:1434] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260630 12:13:08.806828  4993 raft_consensus.cc:2468] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 1.
I20260630 12:13:08.807060  5117 ts_tablet_manager.cc:1434] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.047s	user 0.005s	sys 0.010s
I20260630 12:13:08.811825  4918 raft_consensus.cc:2468] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:08.811990  5114 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.812122  5117 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.813237  4958 leader_election.cc:304] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:08.814455  5145 raft_consensus.cc:2804] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:08.810114  5118 raft_consensus.cc:515] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.815495  5145 raft_consensus.cc:697] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Becoming Leader. State: Replica: 155038e20a884416b5464bdd6de97336, State: Running, Role: LEADER
W20260630 12:13:08.815678  5032 leader_election.cc:343] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.809155  5119 raft_consensus.cc:515] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.810081  5151 raft_consensus.cc:493] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.819265  4919 raft_consensus.cc:2393] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 155038e20a884416b5464bdd6de97336 in current term 1: Already voted for candidate c43019dfe1cd489585c275e491a50ecf in this term.
W20260630 12:13:08.821236  4960 leader_election.cc:343] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.821779  4960 leader_election.cc:304] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [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: 155038e20a884416b5464bdd6de97336; no voters: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:08.822731  5153 raft_consensus.cc:2749] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:08.817545  5151 raft_consensus.cc:515] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.827173  5117 tablet_bootstrap.cc:654] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.816320  5145 consensus_queue.cc:237] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.834506  5150 raft_consensus.cc:493] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.835438  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4bb6cacf8cd4a2da9d08f94c9db080d" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:08.835819  5152 raft_consensus.cc:493] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:08.836274  4919 raft_consensus.cc:3060] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.837109  5031 leader_election.cc:304] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [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: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:08.838222  5123 raft_consensus.cc:2804] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:08.849735  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1cbfff0534f547cabf225e286bc3b769" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:08.853581  5065 raft_consensus.cc:3060] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.854151  5118 leader_election.cc:290] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.854651  5066 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:08.855216  5066 raft_consensus.cc:3060] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.855994  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4bb6cacf8cd4a2da9d08f94c9db080d" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:08.856582  5067 raft_consensus.cc:3060] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.852174  5152 raft_consensus.cc:515] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.834983  5150 raft_consensus.cc:515] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.864392  4918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b44f7da7ff4440d3b34552e623da5c2a" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.838121  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:08.866055  4993 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b44f7da7ff4440d3b34552e623da5c2a" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:08.866844  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "954081337f3f491eb877174273e0663c" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
W20260630 12:13:08.868130  5031 leader_election.cc:343] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.868722  5066 raft_consensus.cc:2468] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
W20260630 12:13:08.868818  5031 leader_election.cc:343] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.869851  4919 raft_consensus.cc:2468] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:08.846596  4817 catalog_manager.cc:5697] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:08.870653  4918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "954081337f3f491eb877174273e0663c" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.836850  5119 leader_election.cc:290] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 election: Requested vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:08.870824  5150 leader_election.cc:290] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:08.870887  4958 leader_election.cc:304] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:08.869577  5114 tablet_bootstrap.cc:654] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.871708  5152 leader_election.cc:290] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
W20260630 12:13:08.869812  5032 leader_election.cc:343] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.838102  5113 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:08.872362  5032 leader_election.cc:304] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [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: 25ee2c5d958142d2a6c8506e84017f8f; no voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:08.853475  5123 raft_consensus.cc:697] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Becoming Leader. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Running, Role: LEADER
I20260630 12:13:08.876542  5113 ts_tablet_manager.cc:1403] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.217s	user 0.018s	sys 0.009s
I20260630 12:13:08.874058  5067 raft_consensus.cc:2468] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:08.871878  5118 raft_consensus.cc:2804] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:08.876398  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b603a77007b4aaab10eecc6d2ba8611" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
I20260630 12:13:08.877341  4993 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8304b87fc4824030956bee89a9904301" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:08.879010  4992 raft_consensus.cc:2393] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c43019dfe1cd489585c275e491a50ecf in current term 1: Already voted for candidate 155038e20a884416b5464bdd6de97336 in this term.
W20260630 12:13:08.878925  5032 leader_election.cc:343] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.879575  5032 leader_election.cc:304] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [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: 25ee2c5d958142d2a6c8506e84017f8f; no voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf
W20260630 12:13:08.879698  5031 leader_election.cc:343] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.879818  5118 raft_consensus.cc:697] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Becoming Leader. State: Replica: 155038e20a884416b5464bdd6de97336, State: Running, Role: LEADER
I20260630 12:13:08.875368  5151 leader_election.cc:290] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:08.881187  4960 leader_election.cc:304] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [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: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:08.881923  5065 raft_consensus.cc:2468] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:08.882017  5153 raft_consensus.cc:2804] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:08.881600  5123 consensus_queue.cc:237] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.882709  4882 leader_election.cc:304] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [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: c43019dfe1cd489585c275e491a50ecf; no voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f
I20260630 12:13:08.883555  5119 raft_consensus.cc:2749] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:13:08.880491  5152 raft_consensus.cc:2749] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:08.886006  5118 consensus_queue.cc:237] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.889436  5155 raft_consensus.cc:2749] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:08.881544  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8304b87fc4824030956bee89a9904301" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:08.889467  5117 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.892576  5117 ts_tablet_manager.cc:1403] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.081s	user 0.012s	sys 0.023s
I20260630 12:13:08.888868  5113 raft_consensus.cc:359] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.899200  5113 raft_consensus.cc:385] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.901110  5117 raft_consensus.cc:359] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.902237  5117 raft_consensus.cc:385] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.902570  5117 raft_consensus.cc:740] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.903370  5117 consensus_queue.cc:260] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.907956  5114 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.901443  5153 raft_consensus.cc:697] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Becoming Leader. State: Replica: 155038e20a884416b5464bdd6de97336, State: Running, Role: LEADER
I20260630 12:13:08.908478  5114 ts_tablet_manager.cc:1403] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.097s	user 0.009s	sys 0.004s
I20260630 12:13:08.910279  5117 ts_tablet_manager.cc:1434] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260630 12:13:08.908962  5153 consensus_queue.cc:237] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.911376  5117 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.912238  5114 raft_consensus.cc:359] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.912786  5114 raft_consensus.cc:385] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.913038  5114 raft_consensus.cc:740] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.913739  5114 consensus_queue.cc:260] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.901360  5113 raft_consensus.cc:740] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.913826  4815 catalog_manager.cc:5697] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 reported cstate change: term changed from 0 to 1, leader changed from <none> to 155038e20a884416b5464bdd6de97336 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:08.916604  5114 ts_tablet_manager.cc:1434] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:13:08.917424  5114 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.918754  5113 consensus_queue.cc:260] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.920324  4919 raft_consensus.cc:2468] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 0.
I20260630 12:13:08.922235  5032 leader_election.cc:304] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [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: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf; no voters: 155038e20a884416b5464bdd6de97336
I20260630 12:13:08.923491  5123 raft_consensus.cc:2804] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:08.923846  5123 raft_consensus.cc:493] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:08.924177  5123 raft_consensus.cc:3060] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.929514  5114 tablet_bootstrap.cc:654] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.932792  5113 ts_tablet_manager.cc:1434] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.048s	user 0.002s	sys 0.006s
I20260630 12:13:08.933395  5123 raft_consensus.cc:515] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.934137  5117 tablet_bootstrap.cc:654] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.936786  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8304b87fc4824030956bee89a9904301" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:08.937284  5113 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:08.937527  4919 raft_consensus.cc:3060] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:08.947095  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8304b87fc4824030956bee89a9904301" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
W20260630 12:13:08.949121  5031 leader_election.cc:343] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:08.949698  5113 tablet_bootstrap.cc:654] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.949999  5123 leader_election.cc:290] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:08.952247  5117 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:08.952739  5117 ts_tablet_manager.cc:1403] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.042s	user 0.017s	sys 0.000s
I20260630 12:13:08.955644  5117 raft_consensus.cc:359] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.956339  5117 raft_consensus.cc:385] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.956377  5114 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.956713  5117 raft_consensus.cc:740] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.956945  5114 ts_tablet_manager.cc:1403] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.040s	user 0.008s	sys 0.012s
I20260630 12:13:08.949517  4919 raft_consensus.cc:2468] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 1.
I20260630 12:13:08.958058  5117 consensus_queue.cc:260] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.959620  5114 raft_consensus.cc:359] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.960058  5117 ts_tablet_manager.cc:1434] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:13:08.960290  5114 raft_consensus.cc:385] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.960598  5114 raft_consensus.cc:740] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.960625  5032 leader_election.cc:304] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [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: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf; no voters: 155038e20a884416b5464bdd6de97336
I20260630 12:13:08.961019  5117 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f: Bootstrap starting.
I20260630 12:13:08.961500  5114 consensus_queue.cc:260] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.961990  5123 raft_consensus.cc:2804] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:08.962478  5123 raft_consensus.cc:697] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Becoming Leader. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Running, Role: LEADER
I20260630 12:13:08.963232  5123 consensus_queue.cc:237] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.963807  5114 ts_tablet_manager.cc:1434] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:13:08.964715  5114 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:08.967237  5117 tablet_bootstrap.cc:654] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.968693  4817 catalog_manager.cc:5697] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:08.974920  5114 tablet_bootstrap.cc:654] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:08.979101  4815 catalog_manager.cc:5697] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 reported cstate change: term changed from 0 to 1, leader changed from <none> to 155038e20a884416b5464bdd6de97336 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:08.988066  5114 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:08.988621  5114 ts_tablet_manager.cc:1403] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.003s
I20260630 12:13:08.984591  4815 catalog_manager.cc:5697] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 reported cstate change: term changed from 0 to 1, leader changed from <none> to 155038e20a884416b5464bdd6de97336 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:08.991082  5114 raft_consensus.cc:359] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.991671  5114 raft_consensus.cc:385] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:08.991918  5114 raft_consensus.cc:740] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:08.992520  5114 consensus_queue.cc:260] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:08.994336  5114 ts_tablet_manager.cc:1434] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:13:08.995344  5114 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:09.000264  5113 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:09.000860  5117 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f: No bootstrap required, opened a new log
I20260630 12:13:09.000883  5113 ts_tablet_manager.cc:1403] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.064s	user 0.017s	sys 0.000s
I20260630 12:13:09.001407  5117 ts_tablet_manager.cc:1403] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f: Time spent bootstrapping tablet: real 0.041s	user 0.023s	sys 0.015s
I20260630 12:13:09.003250  5114 tablet_bootstrap.cc:654] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.004410  5117 raft_consensus.cc:359] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.004515  5113 raft_consensus.cc:359] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.005527  5117 raft_consensus.cc:385] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.004422  4817 catalog_manager.cc:5697] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:09.005990  5117 raft_consensus.cc:740] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.005973  5113 raft_consensus.cc:385] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.006999  5113 raft_consensus.cc:740] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.007112  5117 consensus_queue.cc:260] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.008184  5113 consensus_queue.cc:260] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.009469  5117 ts_tablet_manager.cc:1434] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:13:09.011389  5113 ts_tablet_manager.cc:1434] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:13:09.013322  5113 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:09.014545  5114 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:09.014994  5114 ts_tablet_manager.cc:1403] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.012s
I20260630 12:13:09.017551  5114 raft_consensus.cc:359] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.018240  5114 raft_consensus.cc:385] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.018523  5114 raft_consensus.cc:740] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.019141  5114 consensus_queue.cc:260] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.021071  5114 ts_tablet_manager.cc:1434] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:13:09.021968  5114 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:09.023254  5123 raft_consensus.cc:493] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.023756  5123 raft_consensus.cc:515] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.026018  5123 leader_election.cc:290] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:09.022936  5113 tablet_bootstrap.cc:654] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.026739  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:09.027372  5114 tablet_bootstrap.cc:654] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.028571  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:09.029210  4992 raft_consensus.cc:2468] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 0.
W20260630 12:13:09.030397  5032 leader_election.cc:343] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:09.032133  5031 leader_election.cc:304] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [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: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:09.033543  5123 raft_consensus.cc:2804] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:09.034045  5123 raft_consensus.cc:493] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:09.034471  5123 raft_consensus.cc:3060] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.043253  5113 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:09.043268  5114 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:09.043963  5113 ts_tablet_manager.cc:1403] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.031s	user 0.018s	sys 0.001s
I20260630 12:13:09.043963  5114 ts_tablet_manager.cc:1403] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.008s
I20260630 12:13:09.046463  5123 raft_consensus.cc:515] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.046841  5114 raft_consensus.cc:359] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.046970  5113 raft_consensus.cc:359] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.047612  5114 raft_consensus.cc:385] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.047664  5113 raft_consensus.cc:385] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.047969  5114 raft_consensus.cc:740] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.048002  5113 raft_consensus.cc:740] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.048661  5123 leader_election.cc:290] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:09.048765  5114 consensus_queue.cc:260] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.048839  5113 consensus_queue.cc:260] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.050028  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
I20260630 12:13:09.050594  4992 raft_consensus.cc:3060] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.050909  5114 ts_tablet_manager.cc:1434] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:13:09.051306  5113 ts_tablet_manager.cc:1434] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:13:09.051770  5114 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: Bootstrap starting.
I20260630 12:13:09.052134  5113 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:09.053190  5118 raft_consensus.cc:493] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.053817  5118 raft_consensus.cc:515] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.056939  5145 raft_consensus.cc:493] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.057837  5118 leader_election.cc:290] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.059386  4918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "954081337f3f491eb877174273e0663c" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:09.060222  4918 raft_consensus.cc:2468] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:09.057546  5145 raft_consensus.cc:515] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.063244  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
W20260630 12:13:09.066320  5032 leader_election.cc:343] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:09.067888  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "954081337f3f491eb877174273e0663c" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.068715  5065 raft_consensus.cc:2468] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:09.074620  5123 raft_consensus.cc:493] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.075039  5145 leader_election.cc:290] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.075178  5123 raft_consensus.cc:515] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.077158  5114 tablet_bootstrap.cc:654] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.077399  5123 leader_election.cc:290] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:09.078145  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6944a6503a4e268c03be8f24290468" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:09.078337  5113 tablet_bootstrap.cc:654] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.079075  4993 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6944a6503a4e268c03be8f24290468" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
W20260630 12:13:09.079560  5032 leader_election.cc:343] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:09.079692  4993 raft_consensus.cc:2468] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 0.
I20260630 12:13:09.080962  5031 leader_election.cc:304] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [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: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:09.062912  4958 leader_election.cc:304] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:09.086099  5123 raft_consensus.cc:2804] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:09.086613  5123 raft_consensus.cc:493] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:09.087029  5123 raft_consensus.cc:3060] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.089217  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f594189496584bc28a23487874def6db" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.090490  5113 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:09.091106  5113 ts_tablet_manager.cc:1403] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.039s	user 0.013s	sys 0.020s
I20260630 12:13:09.094393  5123 raft_consensus.cc:515] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.094439  5113 raft_consensus.cc:359] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.095672  5113 raft_consensus.cc:385] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.096046  5113 raft_consensus.cc:740] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.096738  5145 raft_consensus.cc:2804] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:09.096622  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f594189496584bc28a23487874def6db" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:09.097148  5145 raft_consensus.cc:493] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:09.097534  4919 raft_consensus.cc:2393] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 155038e20a884416b5464bdd6de97336 in current term 1: Already voted for candidate 25ee2c5d958142d2a6c8506e84017f8f in this term.
I20260630 12:13:09.097787  5145 raft_consensus.cc:3060] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.097075  5113 consensus_queue.cc:260] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.100469  5113 ts_tablet_manager.cc:1434] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:13:09.101647  5113 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:09.104125  4958 leader_election.cc:304] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [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: 155038e20a884416b5464bdd6de97336; no voters: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:09.085573  4992 raft_consensus.cc:2468] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 1.
I20260630 12:13:09.106858  5118 raft_consensus.cc:3060] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.108933  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6944a6503a4e268c03be8f24290468" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:09.109819  5031 leader_election.cc:304] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [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: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:09.110653  5155 raft_consensus.cc:2804] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:13:09.111034  5032 leader_election.cc:343] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:09.111119  5155 raft_consensus.cc:697] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Becoming Leader. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Running, Role: LEADER
I20260630 12:13:09.111981  5113 tablet_bootstrap.cc:654] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.112037  5155 consensus_queue.cc:237] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.114573  5118 raft_consensus.cc:2749] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:09.117074  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6944a6503a4e268c03be8f24290468" candidate_uuid: "25ee2c5d958142d2a6c8506e84017f8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
I20260630 12:13:09.117543  5123 leader_election.cc:290] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:09.117895  4992 raft_consensus.cc:3060] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.119042  5114 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: No bootstrap required, opened a new log
I20260630 12:13:09.119824  5114 ts_tablet_manager.cc:1403] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: Time spent bootstrapping tablet: real 0.068s	user 0.023s	sys 0.033s
I20260630 12:13:09.120361  5113 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:09.120782  5113 ts_tablet_manager.cc:1403] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.007s
I20260630 12:13:09.123320  5114 raft_consensus.cc:359] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.123837  5114 raft_consensus.cc:385] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.124068  5114 raft_consensus.cc:740] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 155038e20a884416b5464bdd6de97336, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.124069  5113 raft_consensus.cc:359] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.125066  5113 raft_consensus.cc:385] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.124881  5114 consensus_queue.cc:260] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.125370  5113 raft_consensus.cc:740] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.114377  5145 raft_consensus.cc:515] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.126647  5114 ts_tablet_manager.cc:1434] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:13:09.128100  5113 consensus_queue.cc:260] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.129218  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "954081337f3f491eb877174273e0663c" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:09.129230  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "954081337f3f491eb877174273e0663c" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:09.130182  5113 ts_tablet_manager.cc:1434] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:13:09.129624  4816 catalog_manager.cc:5697] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:09.131105  5113 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:09.131623  5145 leader_election.cc:290] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.129938  5065 raft_consensus.cc:3060] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.130038  4919 raft_consensus.cc:3060] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.134567  4992 raft_consensus.cc:2468] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 25ee2c5d958142d2a6c8506e84017f8f in term 1.
I20260630 12:13:09.135756  5031 leader_election.cc:304] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [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: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:09.136557  5155 raft_consensus.cc:2804] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:09.136914  5113 tablet_bootstrap.cc:654] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.137034  5155 raft_consensus.cc:697] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Becoming Leader. State: Replica: 25ee2c5d958142d2a6c8506e84017f8f, State: Running, Role: LEADER
I20260630 12:13:09.137905  5155 consensus_queue.cc:237] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.140880  5113 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:09.141366  5113 ts_tablet_manager.cc:1403] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.010s	user 0.005s	sys 0.003s
I20260630 12:13:09.142339  5119 raft_consensus.cc:493] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.142795  5119 raft_consensus.cc:515] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.143959  5113 raft_consensus.cc:359] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.144579  5113 raft_consensus.cc:385] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.144831  5113 raft_consensus.cc:740] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.144819  5119 leader_election.cc:290] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.148577  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ee6eaf88e04ef2b987594586791c14" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:09.148541  5113 consensus_queue.cc:260] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.149341  4992 raft_consensus.cc:2468] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 0.
I20260630 12:13:09.150998  5113 ts_tablet_manager.cc:1434] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:13:09.151942  5113 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf: Bootstrap starting.
I20260630 12:13:09.153404  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ee6eaf88e04ef2b987594586791c14" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.154021  5067 raft_consensus.cc:2468] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 0.
I20260630 12:13:09.155078  4885 leader_election.cc:304] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:09.155236  5145 raft_consensus.cc:493] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.155932  5119 raft_consensus.cc:2804] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:09.156273  5119 raft_consensus.cc:493] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:09.156627  5119 raft_consensus.cc:3060] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.156283  5145 raft_consensus.cc:515] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.157335  5113 tablet_bootstrap.cc:654] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:09.159104  5145 leader_election.cc:290] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.161577  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "772b9f8f2e95454fb04d67048d8e4a28" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.161912  4919 raft_consensus.cc:2468] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:09.162465  5067 raft_consensus.cc:2468] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:09.163810  5119 raft_consensus.cc:515] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.164135  5065 raft_consensus.cc:2468] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:09.164108  4960 leader_election.cc:304] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: 
I20260630 12:13:09.165586  4960 leader_election.cc:304] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f; no voters: 
I20260630 12:13:09.166424  5119 leader_election.cc:290] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 election: Requested vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.167092  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ee6eaf88e04ef2b987594586791c14" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:09.167292  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "772b9f8f2e95454fb04d67048d8e4a28" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf" is_pre_election: true
I20260630 12:13:09.167477  5118 raft_consensus.cc:2804] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:09.167773  5065 raft_consensus.cc:3060] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.167898  5118 raft_consensus.cc:493] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:09.167906  4919 raft_consensus.cc:2468] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 0.
I20260630 12:13:09.168318  5113 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf: No bootstrap required, opened a new log
I20260630 12:13:09.168499  5118 raft_consensus.cc:3060] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.168874  5113 ts_tablet_manager.cc:1403] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:13:09.169875  5145 raft_consensus.cc:2804] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:09.170809  5145 raft_consensus.cc:697] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Becoming Leader. State: Replica: 155038e20a884416b5464bdd6de97336, State: Running, Role: LEADER
I20260630 12:13:09.171813  5113 raft_consensus.cc:359] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.172240  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ee6eaf88e04ef2b987594586791c14" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
I20260630 12:13:09.172535  5113 raft_consensus.cc:385] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:09.172821  4992 raft_consensus.cc:3060] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.172834  5113 raft_consensus.cc:740] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Initialized, Role: FOLLOWER
I20260630 12:13:09.173077  5145 consensus_queue.cc:237] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.173928  5113 consensus_queue.cc:260] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.175897  5113 ts_tablet_manager.cc:1434] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:13:09.178289  5118 raft_consensus.cc:515] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.178103  4815 catalog_manager.cc:5697] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:09.179867  4992 raft_consensus.cc:2468] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 1.
I20260630 12:13:09.180397  5118 leader_election.cc:290] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Requested vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.181102  4882 leader_election.cc:304] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:09.181691  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "772b9f8f2e95454fb04d67048d8e4a28" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:09.182046  5119 raft_consensus.cc:2804] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:09.182255  5067 raft_consensus.cc:3060] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.185068  5123 consensus_queue.cc:1048] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.186060  4919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "772b9f8f2e95454fb04d67048d8e4a28" candidate_uuid: "155038e20a884416b5464bdd6de97336" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c43019dfe1cd489585c275e491a50ecf"
I20260630 12:13:09.186682  4919 raft_consensus.cc:3060] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.193620  4919 raft_consensus.cc:2468] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:09.195320  5065 raft_consensus.cc:2468] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 1.
I20260630 12:13:09.199560  4958 leader_election.cc:304] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:09.207779  5118 raft_consensus.cc:2804] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:09.208436  5118 raft_consensus.cc:697] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Becoming Leader. State: Replica: 155038e20a884416b5464bdd6de97336, State: Running, Role: LEADER
I20260630 12:13:09.213631  5067 raft_consensus.cc:2468] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 155038e20a884416b5464bdd6de97336 in term 1.
I20260630 12:13:09.214781  5118 consensus_queue.cc:237] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.221364  5185 raft_consensus.cc:493] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.221906  5185 raft_consensus.cc:515] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.224014  5185 leader_election.cc:290] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.224767  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b44f7da7ff4440d3b34552e623da5c2a" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:09.225447  4992 raft_consensus.cc:2468] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 0.
I20260630 12:13:09.225510  4815 catalog_manager.cc:5697] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 reported cstate change: term changed from 0 to 1, leader changed from <none> to 155038e20a884416b5464bdd6de97336 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:09.226653  4882 leader_election.cc:304] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:09.227790  5183 raft_consensus.cc:2804] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:09.228300  5183 raft_consensus.cc:493] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:09.228636  5183 raft_consensus.cc:3060] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.229281  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b44f7da7ff4440d3b34552e623da5c2a" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.229936  5067 raft_consensus.cc:2468] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 0.
I20260630 12:13:09.231519  5119 raft_consensus.cc:697] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Becoming Leader. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Running, Role: LEADER
I20260630 12:13:09.232417  5119 consensus_queue.cc:237] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.240880  5152 consensus_queue.cc:1048] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.272842  4815 catalog_manager.cc:5697] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 reported cstate change: term changed from 0 to 1, leader changed from <none> to 155038e20a884416b5464bdd6de97336 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:09.286919  5183 raft_consensus.cc:515] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.290112  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b44f7da7ff4440d3b34552e623da5c2a" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336"
I20260630 12:13:09.290690  4992 raft_consensus.cc:3060] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.290639  4816 catalog_manager.cc:5697] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf reported cstate change: term changed from 0 to 1, leader changed from <none> to c43019dfe1cd489585c275e491a50ecf (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c43019dfe1cd489585c275e491a50ecf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:09.296010  5183 leader_election.cc:290] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 election: Requested vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.298074  4992 raft_consensus.cc:2468] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 1.
I20260630 12:13:09.298225  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b44f7da7ff4440d3b34552e623da5c2a" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f"
I20260630 12:13:09.299165  5067 raft_consensus.cc:3060] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.299305  4882 leader_election.cc:304] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf; no voters: 
I20260630 12:13:09.300516  5183 raft_consensus.cc:2804] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:09.301019  5183 raft_consensus.cc:697] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Becoming Leader. State: Replica: c43019dfe1cd489585c275e491a50ecf, State: Running, Role: LEADER
I20260630 12:13:09.301927  5183 consensus_queue.cc:237] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.309576  5067 raft_consensus.cc:2468] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c43019dfe1cd489585c275e491a50ecf in term 1.
I20260630 12:13:09.317219  4815 catalog_manager.cc:5697] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf reported cstate change: term changed from 0 to 1, leader changed from <none> to c43019dfe1cd489585c275e491a50ecf (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c43019dfe1cd489585c275e491a50ecf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:09.355307  5118 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.367938  5157 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.369465  5157 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.381620  5153 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.383168  5183 raft_consensus.cc:493] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.383677  5183 raft_consensus.cc:515] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.385457  5123 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.385854  5183 leader_election.cc:290] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.387399  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "916ca454dca042c58b8183c1143aba46" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.390502  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "916ca454dca042c58b8183c1143aba46" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:09.391242  4992 raft_consensus.cc:2393] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c43019dfe1cd489585c275e491a50ecf in current term 1: Already voted for candidate 25ee2c5d958142d2a6c8506e84017f8f in this term.
I20260630 12:13:09.392855  4882 leader_election.cc:304] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [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: c43019dfe1cd489585c275e491a50ecf; no voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f
I20260630 12:13:09.393956  5183 raft_consensus.cc:3060] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.401214  5183 raft_consensus.cc:2749] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:09.406471  4992 raft_consensus.cc:3060] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.413995  5155 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.419411  5157 consensus_queue.cc:1048] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.427065  5145 consensus_queue.cc:1048] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.435914  5155 consensus_queue.cc:1048] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.444809  5155 consensus_queue.cc:1048] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.463325  5183 raft_consensus.cc:493] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.463833  5183 raft_consensus.cc:515] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.465860  5183 leader_election.cc:290] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.467221  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.467181  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a790889a6bb446cabecef3aeee0b84c" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:09.468166  4992 raft_consensus.cc:2393] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c43019dfe1cd489585c275e491a50ecf in current term 1: Already voted for candidate 25ee2c5d958142d2a6c8506e84017f8f in this term.
I20260630 12:13:09.469113  4882 leader_election.cc:304] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [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: c43019dfe1cd489585c275e491a50ecf; no voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f
I20260630 12:13:09.469731  5183 raft_consensus.cc:3060] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.474280  5183 raft_consensus.cc:2749] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:09.600144  5118 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.601239  5183 raft_consensus.cc:493] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:09.601781  5183 raft_consensus.cc:515] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } }
I20260630 12:13:09.603792  5183 leader_election.cc:290] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:09.604982  5065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6944a6503a4e268c03be8f24290468" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "25ee2c5d958142d2a6c8506e84017f8f" is_pre_election: true
I20260630 12:13:09.605489  4992 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da6944a6503a4e268c03be8f24290468" candidate_uuid: "c43019dfe1cd489585c275e491a50ecf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "155038e20a884416b5464bdd6de97336" is_pre_election: true
I20260630 12:13:09.606263  4992 raft_consensus.cc:2393] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c43019dfe1cd489585c275e491a50ecf in current term 1: Already voted for candidate 25ee2c5d958142d2a6c8506e84017f8f in this term.
I20260630 12:13:09.607610  4882 leader_election.cc:304] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [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: c43019dfe1cd489585c275e491a50ecf; no voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f
I20260630 12:13:09.608795  5183 raft_consensus.cc:3060] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:09.616518  5183 raft_consensus.cc:2749] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:09.636611  5119 consensus_queue.cc:1048] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.638815  5155 consensus_queue.cc:1048] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.656386  5152 consensus_queue.cc:1048] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.658219  5152 consensus_queue.cc:1048] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.669543  5152 consensus_queue.cc:1048] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.681962  5118 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.721068  5153 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.724385  5119 consensus_queue.cc:1048] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:09.726157  5119 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:09.754058  5118 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:13:09.810781  5209 log.cc:927] Time spent T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f: Append to log took a long time: real 0.165s	user 0.001s	sys 0.000s
I20260630 12:13:09.842998  5185 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
W20260630 12:13:09.863332  5204 meta_cache.cc:1261] Time spent looking up entry by key: real 0.054s	user 0.000s	sys 0.000s
W20260630 12:13:09.910971  5098 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:34671, user_credentials={real_user=slave}} blocked reactor thread for 213839us
W20260630 12:13:10.404395  5031 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:39937, user_credentials={real_user=slave}} blocked reactor thread for 74555.3us
W20260630 12:13:10.475580  4960 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:37527, user_credentials={real_user=slave}} blocked reactor thread for 57770.8us
W20260630 12:13:10.722532  4960 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:37527, user_credentials={real_user=slave}} blocked reactor thread for 45861.3us
W20260630 12:13:10.768370  4958 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:38573, user_credentials={real_user=slave}} blocked reactor thread for 112487us
W20260630 12:13:10.797713  5271 log.cc:927] Time spent T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336: Append to log took a long time: real 0.110s	user 0.001s	sys 0.000s
I20260630 12:13:10.967826  5256 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=3, attempt_no=0}) took 1023 ms. Trace:
I20260630 12:13:10.968324  5256 rpcz_store.cc:276] 0630 12:13:09.944033 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.952680 (+  8647us) service_pool.cc:224] Handling call
0630 12:13:10.967728 (+1015048us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.025761 (+     0us) write_op.cc:183] PREPARE: starting on tablet e4bb6cacf8cd4a2da9d08f94c9db080d
0630 12:13:10.034112 (+  8351us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.034142 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:13:10.034160 (+    18us) tablet.cc:662] Decoding operations
0630 12:13:10.052356 (+ 18196us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.053739 (+  1383us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.054775 (+  1036us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:10.079445 (+ 24670us) tablet.cc:701] Row locks acquired
0630 12:13:10.079461 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:13:10.079624 (+   163us) write_op.cc:270] Start()
0630 12:13:10.079725 (+   101us) write_op.cc:276] Timestamp: P: 1782821590079582 usec, L: 0
0630 12:13:10.079746 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.080330 (+   584us) log.cc:844] Serialized 475 byte log entry
0630 12:13:10.836316 (+755986us) op_driver.cc:464] REPLICATION: finished
0630 12:13:10.955876 (+119560us) write_op.cc:301] APPLY: starting
0630 12:13:10.955999 (+   123us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:10.956132 (+   133us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:10.956226 (+    94us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:10.966204 (+  9978us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:10.966375 (+   171us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:10.966432 (+    57us) write_op.cc:312] APPLY: finished
0630 12:13:10.966629 (+   197us) log.cc:844] Serialized 40 byte log entry
0630 12:13:10.967332 (+   703us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:10.967427 (+    95us) write_op.cc:454] Released schema lock
0630 12:13:10.967464 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":119390,"num_ops":4,"prepare.queue_time_us":49268,"prepare.run_cpu_time_us":3350,"prepare.run_wall_time_us":54838,"replication_time_us":756467,"thread_start_us":29593,"threads_started":1}]]}
I20260630 12:13:11.024717  5279 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=43, attempt_no=0}) took 1044 ms. Trace:
I20260630 12:13:11.025183  5279 rpcz_store.cc:276] 0630 12:13:09.984898 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.988563 (+  3665us) service_pool.cc:224] Handling call
0630 12:13:11.024528 (+1035965us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.080749 (+     0us) write_op.cc:183] PREPARE: starting on tablet e4bb6cacf8cd4a2da9d08f94c9db080d
0630 12:13:10.097070 (+ 16321us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.097890 (+   820us) write_op.cc:435] Acquired schema lock
0630 12:13:10.098737 (+   847us) tablet.cc:662] Decoding operations
0630 12:13:10.113044 (+ 14307us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.113635 (+   591us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.114710 (+  1075us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:10.121154 (+  6444us) tablet.cc:701] Row locks acquired
0630 12:13:10.121169 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:13:10.134692 (+ 13523us) write_op.cc:270] Start()
0630 12:13:10.142310 (+  7618us) write_op.cc:276] Timestamp: P: 1782821590131632 usec, L: 0
0630 12:13:10.142340 (+    30us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.258773 (+116433us) log.cc:844] Serialized 388 byte log entry
0630 12:13:10.834790 (+576017us) spinlock_profiling.cc:243] Waited 8.01 ms on lock 0x7b540019c6a0. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30b090 00007fde2c3186b8 00007fde2c3182fa 00007fde2c39c965 00007fde2c39ce09 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901
0630 12:13:10.837034 (+  2244us) op_driver.cc:464] REPLICATION: finished
0630 12:13:10.996585 (+159551us) write_op.cc:301] APPLY: starting
0630 12:13:10.996660 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:10.996765 (+   105us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:10.996784 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.004255 (+  7471us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.004415 (+   160us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.004469 (+    54us) write_op.cc:312] APPLY: finished
0630 12:13:11.004643 (+   174us) log.cc:844] Serialized 28 byte log entry
0630 12:13:11.005348 (+   705us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.005430 (+    82us) write_op.cc:454] Released schema lock
0630 12:13:11.005481 (+    51us) write_op.cc:341] FINISH: Updating metrics
0630 12:13:11.024407 (+ 18926us) spinlock_profiling.cc:243] Waited 8.87 ms on lock 0x7b34002f0478. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a6999ae 00007fde2a6ad4fe 00007fde31386e51 00007fde2fdd93ad 00007fde2fdd8b53 00007fde2fddcd61 00007fde2fddcd19 00007fde2fddcca9 00007fde2fddcc71 00007fde2fddbe9d
Metrics: {"spinlock_wait_cycles":1624320,"child_traces":[["op",{"apply.queue_time_us":159381,"mutex_wait_us":1878,"num_ops":2,"prepare.queue_time_us":77675,"prepare.run_cpu_time_us":62502,"prepare.run_wall_time_us":754323,"raft.queue_time_us":520,"raft.run_cpu_time_us":311,"raft.run_wall_time_us":311,"replication_time_us":693329,"spinlock_wait_cycles":38807552}]]}
I20260630 12:13:11.069222  5256 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=15, attempt_no=0}) took 1110 ms. Trace:
I20260630 12:13:11.069348  5257 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41282 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=11, attempt_no=0}) took 1121 ms. Trace:
I20260630 12:13:11.070320  5279 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=45, attempt_no=0}) took 1083 ms. Trace:
I20260630 12:13:11.081163  5248 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=26, attempt_no=0}) took 1113 ms. Trace:
I20260630 12:13:11.073565  5256 rpcz_store.cc:276] 0630 12:13:09.965779 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.965900 (+   121us) service_pool.cc:224] Handling call
0630 12:13:11.069152 (+1103252us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.011785 (+     0us) write_op.cc:183] PREPARE: starting on tablet 1cbfff0534f547cabf225e286bc3b769
0630 12:13:10.012247 (+   462us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.012279 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:13:10.012286 (+     7us) tablet.cc:662] Decoding operations
0630 12:13:10.028974 (+ 16688us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.029447 (+   473us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.030288 (+   841us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:10.034427 (+  4139us) tablet.cc:701] Row locks acquired
0630 12:13:10.034441 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:13:10.040980 (+  6539us) write_op.cc:270] Start()
0630 12:13:10.049054 (+  8074us) write_op.cc:276] Timestamp: P: 1782821590039562 usec, L: 0
0630 12:13:10.049564 (+   510us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.145866 (+ 96302us) spinlock_profiling.cc:243] Waited 3.56 ms on lock 0x7b54000c9098. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde310835c4 00007fde2c35c939 00007fde2c318621 00007fde2c3182fa 00007fde2c39c965 00007fde2c39ce09 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939
0630 12:13:10.148842 (+  2976us) log.cc:844] Serialized 519 byte log entry
0630 12:13:10.864785 (+715943us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.066927 (+202142us) write_op.cc:301] APPLY: starting
0630 12:13:11.067006 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.067163 (+   157us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.067186 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.068009 (+   823us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.068196 (+   187us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.068258 (+    62us) write_op.cc:312] APPLY: finished
0630 12:13:11.068477 (+   219us) log.cc:844] Serialized 46 byte log entry
0630 12:13:11.068704 (+   227us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.068800 (+    96us) write_op.cc:454] Released schema lock
0630 12:13:11.068845 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":201926,"num_ops":5,"prepare.queue_time_us":44436,"prepare.run_cpu_time_us":6720,"prepare.run_wall_time_us":137344,"replication_time_us":815105,"spinlock_wait_cycles":8181504}]]}
I20260630 12:13:11.084333  5256 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=18, attempt_no=0}) took 1118 ms. Trace:
I20260630 12:13:11.075074  5279 rpcz_store.cc:276] 0630 12:13:09.987113 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.997296 (+ 10183us) service_pool.cc:224] Handling call
0630 12:13:11.070263 (+1072967us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.418226 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8b603a77007b4aaab10eecc6d2ba8611
0630 12:13:10.419952 (+  1726us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.419982 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:13:10.419999 (+    17us) tablet.cc:662] Decoding operations
0630 12:13:10.420413 (+   414us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.420453 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.420483 (+    30us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:10.427804 (+  7321us) tablet.cc:701] Row locks acquired
0630 12:13:10.428951 (+  1147us) write_op.cc:260] PREPARE: finished
0630 12:13:10.440255 (+ 11304us) write_op.cc:270] Start()
0630 12:13:10.443220 (+  2965us) write_op.cc:276] Timestamp: P: 1782821590436712 usec, L: 0
0630 12:13:10.443236 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.632259 (+189023us) spinlock_profiling.cc:243] Waited 11.3 ms on lock 0x7b540019bca0. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30a571 00007fde2c31e520 00007fde2c3a7b42 00007fde2c39cf67 00007fde2c39cda4 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901
0630 12:13:10.650172 (+ 17913us) log.cc:844] Serialized 475 byte log entry
0630 12:13:10.864634 (+214462us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.066420 (+201786us) write_op.cc:301] APPLY: starting
0630 12:13:11.066493 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.066622 (+   129us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.066644 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.067220 (+   576us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.067393 (+   173us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.067435 (+    42us) write_op.cc:312] APPLY: finished
0630 12:13:11.067624 (+   189us) log.cc:844] Serialized 40 byte log entry
0630 12:13:11.069865 (+  2241us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.069942 (+    77us) write_op.cc:454] Released schema lock
0630 12:13:11.069980 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":201595,"num_ops":4,"prepare.queue_time_us":382014,"prepare.run_cpu_time_us":65731,"prepare.run_wall_time_us":244025,"replication_time_us":420391,"spinlock_wait_cycles":25997056}]]}
I20260630 12:13:11.090788  5275 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=1, attempt_no=0}) took 1077 ms. Trace:
I20260630 12:13:11.098423  5279 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=44, attempt_no=0}) took 1111 ms. Trace:
I20260630 12:13:11.091249  5275 rpcz_store.cc:276] 0630 12:13:09.940958 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.941094 (+   136us) service_pool.cc:224] Handling call
0630 12:13:11.018290 (+1077196us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:09.943469 (+     0us) write_op.cc:183] PREPARE: starting on tablet e4bb6cacf8cd4a2da9d08f94c9db080d
0630 12:13:09.944083 (+   614us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:09.944115 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:13:09.944132 (+    17us) tablet.cc:662] Decoding operations
0630 12:13:09.944846 (+   714us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:09.944893 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:09.944926 (+    33us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:13:09.945359 (+   433us) tablet.cc:701] Row locks acquired
0630 12:13:09.945378 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:13:09.945596 (+   218us) write_op.cc:270] Start()
0630 12:13:09.945768 (+   172us) write_op.cc:276] Timestamp: P: 1782821589945544 usec, L: 0
0630 12:13:09.945791 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:13:09.946581 (+   790us) log.cc:844] Serialized 605 byte log entry
0630 12:13:10.835149 (+888568us) op_driver.cc:464] REPLICATION: finished
0630 12:13:10.953504 (+118355us) write_op.cc:301] APPLY: starting
0630 12:13:10.953579 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:10.953795 (+   216us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:10.953889 (+    94us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:10.957787 (+  3898us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:10.957952 (+   165us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:10.957996 (+    44us) write_op.cc:312] APPLY: finished
0630 12:13:10.958211 (+   215us) log.cc:844] Serialized 58 byte log entry
0630 12:13:10.988200 (+ 29989us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:10.989330 (+  1130us) write_op.cc:454] Released schema lock
0630 12:13:10.991021 (+  1691us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":118195,"mutex_wait_us":2436,"num_ops":7,"prepare.queue_time_us":148,"prepare.run_cpu_time_us":3698,"prepare.run_wall_time_us":14766,"raft.queue_time_us":12815,"raft.run_cpu_time_us":2598,"raft.run_wall_time_us":51471,"replication_time_us":889241}]]}
I20260630 12:13:11.084765  5256 rpcz_store.cc:276] 0630 12:13:09.966147 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.968752 (+  2605us) service_pool.cc:224] Handling call
0630 12:13:11.084265 (+1115513us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.149270 (+     0us) write_op.cc:183] PREPARE: starting on tablet 1cbfff0534f547cabf225e286bc3b769
0630 12:13:10.258254 (+108984us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.258289 (+    35us) write_op.cc:435] Acquired schema lock
0630 12:13:10.258304 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:10.279196 (+ 20892us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.282218 (+  3022us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.283575 (+  1357us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:10.285933 (+  2358us) tablet.cc:701] Row locks acquired
0630 12:13:10.285954 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:13:10.286117 (+   163us) write_op.cc:270] Start()
0630 12:13:10.286233 (+   116us) write_op.cc:276] Timestamp: P: 1782821590286076 usec, L: 0
0630 12:13:10.286254 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.289570 (+  3316us) log.cc:844] Serialized 432 byte log entry
0630 12:13:10.865313 (+575743us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.082522 (+217209us) write_op.cc:301] APPLY: starting
0630 12:13:11.082594 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.082719 (+   125us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.082810 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.083273 (+   463us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.083435 (+   162us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.083490 (+    55us) write_op.cc:312] APPLY: finished
0630 12:13:11.083677 (+   187us) log.cc:844] Serialized 34 byte log entry
0630 12:13:11.083875 (+   198us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.083946 (+    71us) write_op.cc:454] Released schema lock
0630 12:13:11.083983 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":217032,"num_ops":3,"prepare.queue_time_us":154865,"prepare.run_cpu_time_us":3398,"prepare.run_wall_time_us":142933,"replication_time_us":578933}]]}
I20260630 12:13:11.098891  5279 rpcz_store.cc:276] 0630 12:13:09.986689 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.991028 (+  4339us) service_pool.cc:224] Handling call
0630 12:13:11.098348 (+1107320us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.292355 (+     0us) write_op.cc:183] PREPARE: starting on tablet 1cbfff0534f547cabf225e286bc3b769
0630 12:13:10.293857 (+  1502us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.293881 (+    24us) write_op.cc:435] Acquired schema lock
0630 12:13:10.293892 (+    11us) tablet.cc:662] Decoding operations
0630 12:13:10.294390 (+   498us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.294434 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.295521 (+  1087us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:13:10.301284 (+  5763us) tablet.cc:701] Row locks acquired
0630 12:13:10.301304 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:13:10.301481 (+   177us) write_op.cc:270] Start()
0630 12:13:10.301589 (+   108us) write_op.cc:276] Timestamp: P: 1782821590301434 usec, L: 0
0630 12:13:10.301603 (+    14us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.661036 (+359433us) spinlock_profiling.cc:243] Waited 9.38 ms on lock 0x7b54000c9020. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30a571 00007fde2c31e520 00007fde2c3a7b42 00007fde2c39cf67 00007fde2c39cda4 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901
0630 12:13:10.661634 (+   598us) log.cc:844] Serialized 562 byte log entry
0630 12:13:10.873160 (+211526us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.092623 (+219463us) write_op.cc:301] APPLY: starting
0630 12:13:11.092711 (+    88us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.093428 (+   717us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.093450 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.094449 (+   999us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.094624 (+   175us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.094666 (+    42us) write_op.cc:312] APPLY: finished
0630 12:13:11.097759 (+  3093us) log.cc:844] Serialized 52 byte log entry
0630 12:13:11.097922 (+   163us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.098014 (+    92us) write_op.cc:454] Released schema lock
0630 12:13:11.098052 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":219154,"mutex_wait_us":96,"num_ops":6,"prepare.queue_time_us":253981,"prepare.run_cpu_time_us":32774,"prepare.run_wall_time_us":476185,"raft.queue_time_us":27926,"raft.run_cpu_time_us":1197,"raft.run_wall_time_us":45710,"replication_time_us":564028,"spinlock_wait_cycles":21572352,"thread_start_us":104134,"threads_started":1}]]}
I20260630 12:13:11.112830  5262 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41282 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=47, attempt_no=0}) took 1045 ms. Trace:
I20260630 12:13:11.081624  5248 rpcz_store.cc:276] 0630 12:13:09.967144 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.969275 (+  2131us) service_pool.cc:224] Handling call
0630 12:13:10.160347 (+191072us) spinlock_profiling.cc:243] Waited 3.07 ms on lock 0x7b34002f0478. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a69818c 00007fde2a6dd1d1 00007fde2a6e04cf 00007fde2a6e1821 00007fde2a6e17d9 00007fde2a6e1769 00007fde2a6e1731 00007fde2a6e0a2d 000000000043f3c4 000000000043f209
0630 12:13:11.080970 (+920623us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.676576 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8b603a77007b4aaab10eecc6d2ba8611
0630 12:13:10.685474 (+  8898us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.685493 (+    19us) write_op.cc:435] Acquired schema lock
0630 12:13:10.685504 (+    11us) tablet.cc:662] Decoding operations
0630 12:13:10.685930 (+   426us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.685984 (+    54us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.686014 (+    30us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:10.717172 (+ 31158us) tablet.cc:701] Row locks acquired
0630 12:13:10.717200 (+    28us) write_op.cc:260] PREPARE: finished
0630 12:13:10.717431 (+   231us) write_op.cc:270] Start()
0630 12:13:10.717593 (+   162us) write_op.cc:276] Timestamp: P: 1782821590717363 usec, L: 0
0630 12:13:10.717621 (+    28us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.718322 (+   701us) log.cc:844] Serialized 519 byte log entry
0630 12:13:10.864938 (+146616us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.067140 (+202202us) write_op.cc:301] APPLY: starting
0630 12:13:11.067208 (+    68us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.067366 (+   158us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.067457 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.068293 (+   836us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.068475 (+   182us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.068523 (+    48us) write_op.cc:312] APPLY: finished
0630 12:13:11.072627 (+  4104us) log.cc:844] Serialized 46 byte log entry
0630 12:13:11.075584 (+  2957us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.078003 (+  2419us) write_op.cc:454] Released schema lock
0630 12:13:11.080654 (+  2651us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":7068544,"child_traces":[["op",{"apply.queue_time_us":202037,"num_ops":5,"prepare.queue_time_us":503263,"prepare.run_cpu_time_us":3399,"prepare.run_wall_time_us":45058,"replication_time_us":147212}]]}
I20260630 12:13:11.119534  5256 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=21, attempt_no=0}) took 1153 ms. Trace:
I20260630 12:13:11.119961  5256 rpcz_store.cc:276] 0630 12:13:09.966472 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.969001 (+  2529us) service_pool.cc:224] Handling call
0630 12:13:11.119471 (+1150470us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.618288 (+     0us) write_op.cc:183] PREPARE: starting on tablet 954081337f3f491eb877174273e0663c
0630 12:13:10.618746 (+   458us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.618778 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:13:10.618791 (+    13us) tablet.cc:662] Decoding operations
0630 12:13:10.619170 (+   379us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.619209 (+    39us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.619240 (+    31us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:10.619456 (+   216us) tablet.cc:701] Row locks acquired
0630 12:13:10.619474 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:13:10.619626 (+   152us) write_op.cc:270] Start()
0630 12:13:10.619720 (+    94us) write_op.cc:276] Timestamp: P: 1782821590619588 usec, L: 0
0630 12:13:10.619740 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.624015 (+  4275us) log.cc:844] Serialized 432 byte log entry
0630 12:13:10.814149 (+190134us) spinlock_profiling.cc:243] Waited 2.1 ms on lock 0x7b18000779e0. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde3217bbf1 00007fde32188391 00007fde292b5b62 00007fde292b7e01 00007fde292b7db9 00007fde292b7d49 00007fde292b7d11 00007fde292b700d 000000000043f3c4 000000000043f209 00007fde29298e7a
0630 12:13:10.918565 (+104416us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.117772 (+199207us) write_op.cc:301] APPLY: starting
0630 12:13:11.117854 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.117972 (+   118us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.117991 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.118505 (+   514us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.118656 (+   151us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.118701 (+    45us) write_op.cc:312] APPLY: finished
0630 12:13:11.118875 (+   174us) log.cc:844] Serialized 34 byte log entry
0630 12:13:11.119047 (+   172us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.119117 (+    70us) write_op.cc:454] Released schema lock
0630 12:13:11.119155 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":199017,"mutex_wait_us":25501,"num_ops":3,"prepare.queue_time_us":643477,"prepare.run_cpu_time_us":2589,"prepare.run_wall_time_us":29689,"raft.queue_time_us":21294,"raft.run_cpu_time_us":43,"raft.run_wall_time_us":797,"replication_time_us":298724,"spinlock_wait_cycles":4823936}]]}
I20260630 12:13:11.123800  5279 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=34, attempt_no=0}) took 1165 ms. Trace:
I20260630 12:13:11.124294  5279 rpcz_store.cc:276] 0630 12:13:09.958019 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.962301 (+  4282us) service_pool.cc:224] Handling call
0630 12:13:10.302710 (+340409us) spinlock_profiling.cc:243] Waited 8.63 ms on lock 0x7b34002f0478. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a69818c 00007fde2a6dd1d1 00007fde2a6e04cf 00007fde2a6e1821 00007fde2a6e17d9 00007fde2a6e1769 00007fde2a6e1731 00007fde2a6e0a2d 000000000043f3c4 000000000043f209
0630 12:13:11.123742 (+821032us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.835278 (+     0us) write_op.cc:183] PREPARE: starting on tablet e4bb6cacf8cd4a2da9d08f94c9db080d
0630 12:13:10.835807 (+   529us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.835837 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:13:10.835853 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:10.836280 (+   427us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.836333 (+    53us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.836364 (+    31us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:10.836622 (+   258us) tablet.cc:701] Row locks acquired
0630 12:13:10.836641 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:13:10.836846 (+   205us) write_op.cc:270] Start()
0630 12:13:10.836969 (+   123us) write_op.cc:276] Timestamp: P: 1782821590836786 usec, L: 0
0630 12:13:10.836992 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.868490 (+ 31498us) log.cc:844] Serialized 432 byte log entry
0630 12:13:10.914995 (+ 46505us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.021587 (+106592us) spinlock_profiling.cc:243] Waited 3.5 ms on lock 0x7b54000dcd54. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30a571 00007fde2c39ce28 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901 00007fde2fddab2d 000000000043f3c4 000000000043f209
0630 12:13:11.114913 (+ 93326us) write_op.cc:301] APPLY: starting
0630 12:13:11.114980 (+    67us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.115095 (+   115us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.115113 (+    18us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.115658 (+   545us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.115822 (+   164us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.115867 (+    45us) write_op.cc:312] APPLY: finished
0630 12:13:11.116034 (+   167us) log.cc:844] Serialized 34 byte log entry
0630 12:13:11.123354 (+  7320us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.123430 (+    76us) write_op.cc:454] Released schema lock
0630 12:13:11.123467 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":19853184,"child_traces":[["op",{"apply.queue_time_us":199701,"mutex_wait_us":3097,"num_ops":3,"prepare.queue_time_us":519312,"prepare.run_cpu_time_us":14522,"prepare.run_wall_time_us":186623,"raft.queue_time_us":222,"raft.run_cpu_time_us":244,"raft.run_wall_time_us":243,"replication_time_us":77894,"spinlock_wait_cycles":8057856}]]}
I20260630 12:13:11.135767  5256 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=41, attempt_no=0}) took 1167 ms. Trace:
I20260630 12:13:11.136528  5280 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:42300 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=19, attempt_no=0}) took 1020 ms. Trace:
I20260630 12:13:11.140146  5249 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41282 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=37, attempt_no=0}) took 1114 ms. Trace:
I20260630 12:13:11.140645  5248 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=31, attempt_no=0}) took 1186 ms. Trace:
I20260630 12:13:11.074481  5257 rpcz_store.cc:276] 0630 12:13:09.947594 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.950008 (+  2414us) service_pool.cc:224] Handling call
0630 12:13:11.069152 (+1119144us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.133173 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8304b87fc4824030956bee89a9904301
0630 12:13:10.133757 (+   584us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.133783 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:13:10.133800 (+    17us) tablet.cc:662] Decoding operations
0630 12:13:10.134276 (+   476us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.134331 (+    55us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.138211 (+  3880us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:13:10.148953 (+ 10742us) tablet.cc:701] Row locks acquired
0630 12:13:10.148967 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:13:10.149137 (+   170us) write_op.cc:270] Start()
0630 12:13:10.149243 (+   106us) write_op.cc:276] Timestamp: P: 1782821590149094 usec, L: 0
0630 12:13:10.149263 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.369432 (+220169us) spinlock_profiling.cc:243] Waited 5.06 ms on lock 0x7b5400140e18. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde310835c4 00007fde2c35c939 00007fde2c318621 00007fde2c3182fa 00007fde2c39c965 00007fde2c39ce09 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939
0630 12:13:10.370613 (+  1181us) log.cc:844] Serialized 562 byte log entry
0630 12:13:10.855667 (+485054us) op_driver.cc:464] REPLICATION: finished
0630 12:13:10.960663 (+104996us) write_op.cc:301] APPLY: starting
0630 12:13:10.960744 (+    81us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:10.960908 (+   164us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:10.960927 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:10.961813 (+   886us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:10.961990 (+   177us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:10.962045 (+    55us) write_op.cc:312] APPLY: finished
0630 12:13:10.962273 (+   228us) log.cc:844] Serialized 52 byte log entry
0630 12:13:10.995828 (+ 33555us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.008291 (+ 12463us) write_op.cc:454] Released schema lock
0630 12:13:11.013111 (+  4820us) write_op.cc:341] FINISH: Updating metrics
0630 12:13:11.069036 (+ 55925us) spinlock_profiling.cc:243] Waited 11.5 ms on lock 0x7b34001292d8. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a6999ae 00007fde2a6ad4fe 00007fde31386e51 00007fde2fdd93ad 00007fde2fdd8b53 00007fde2fddcd61 00007fde2fddcd19 00007fde2fddcca9 00007fde2fddcc71 00007fde2fddbe9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":104815,"mutex_wait_us":5400,"num_ops":6,"prepare.queue_time_us":181460,"prepare.run_cpu_time_us":6489,"prepare.run_wall_time_us":237761,"replication_time_us":706291,"spinlock_wait_cycles":38095616}]]}
I20260630 12:13:11.137080  5280 rpcz_store.cc:276] 0630 12:13:10.121097 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:10.123217 (+  2120us) service_pool.cc:224] Handling call
0630 12:13:11.136312 (+1013095us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.875621 (+     0us) write_op.cc:183] PREPARE: starting on tablet 17ee6eaf88e04ef2b987594586791c14
0630 12:13:10.876168 (+   547us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.876196 (+    28us) write_op.cc:435] Acquired schema lock
0630 12:13:10.876209 (+    13us) tablet.cc:662] Decoding operations
0630 12:13:10.877705 (+  1496us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.877751 (+    46us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.877780 (+    29us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:10.878164 (+   384us) tablet.cc:701] Row locks acquired
0630 12:13:10.878183 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:13:10.878374 (+   191us) write_op.cc:270] Start()
0630 12:13:10.878505 (+   131us) write_op.cc:276] Timestamp: P: 1782821590878327 usec, L: 0
0630 12:13:10.878532 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.991219 (+112687us) spinlock_profiling.cc:243] Waited 2.21 ms on lock 0x7b54001822a0. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30a571 00007fde2c31e520 00007fde2c3a7b42 00007fde2c39cf67 00007fde2c39cda4 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901
0630 12:13:10.991778 (+   559us) log.cc:844] Serialized 475 byte log entry
0630 12:13:11.008983 (+ 17205us) spinlock_profiling.cc:243] Waited 3.94 ms on lock 0x7b540045d8d4. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30a571 00007fde2c39ce28 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901 00007fde2fddab2d 000000000043f3c4 000000000043f209
0630 12:13:11.070333 (+ 61350us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.133642 (+ 63309us) write_op.cc:301] APPLY: starting
0630 12:13:11.133731 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.133889 (+   158us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.133913 (+    24us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.134675 (+   762us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.134860 (+   185us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.134923 (+    63us) write_op.cc:312] APPLY: finished
0630 12:13:11.135125 (+   202us) log.cc:844] Serialized 40 byte log entry
0630 12:13:11.135862 (+   737us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.135968 (+   106us) write_op.cc:454] Released schema lock
0630 12:13:11.136012 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":63140,"num_ops":4,"prepare.queue_time_us":709053,"prepare.run_cpu_time_us":6977,"prepare.run_wall_time_us":133596,"raft.queue_time_us":666,"raft.run_cpu_time_us":764,"raft.run_wall_time_us":764,"replication_time_us":191692,"spinlock_wait_cycles":14143232}]]}
I20260630 12:13:11.113341  5262 rpcz_store.cc:276] 0630 12:13:10.067375 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:10.084319 (+ 16944us) service_pool.cc:224] Handling call
0630 12:13:11.112630 (+1028311us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.384024 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8304b87fc4824030956bee89a9904301
0630 12:13:10.393041 (+  9017us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.393071 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:13:10.393085 (+    14us) tablet.cc:662] Decoding operations
0630 12:13:10.393550 (+   465us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.393589 (+    39us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.393616 (+    27us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:10.394719 (+  1103us) tablet.cc:701] Row locks acquired
0630 12:13:10.394737 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:13:10.394941 (+   204us) write_op.cc:270] Start()
0630 12:13:10.395059 (+   118us) write_op.cc:276] Timestamp: P: 1782821590394899 usec, L: 0
0630 12:13:10.395079 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.409004 (+ 13925us) log.cc:844] Serialized 475 byte log entry
0630 12:13:10.855961 (+446957us) op_driver.cc:464] REPLICATION: finished
0630 12:13:10.972173 (+116212us) write_op.cc:301] APPLY: starting
0630 12:13:10.986645 (+ 14472us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:10.995807 (+  9162us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.012053 (+ 16246us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.057645 (+ 45592us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.057844 (+   199us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.057890 (+    46us) write_op.cc:312] APPLY: finished
0630 12:13:11.058097 (+   207us) log.cc:844] Serialized 40 byte log entry
0630 12:13:11.086467 (+ 28370us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.103454 (+ 16987us) write_op.cc:454] Released schema lock
0630 12:13:11.112290 (+  8836us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":114764,"num_ops":4,"prepare.queue_time_us":288724,"prepare.run_cpu_time_us":3410,"prepare.run_wall_time_us":28909,"replication_time_us":460786}]]}
I20260630 12:13:11.142565  5248 rpcz_store.cc:276] 0630 12:13:09.954406 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.954543 (+   137us) service_pool.cc:224] Handling call
0630 12:13:11.140586 (+1186043us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.126410 (+     0us) write_op.cc:183] PREPARE: starting on tablet 954081337f3f491eb877174273e0663c
0630 12:13:10.127075 (+   665us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.127112 (+    37us) write_op.cc:435] Acquired schema lock
0630 12:13:10.127132 (+    20us) tablet.cc:662] Decoding operations
0630 12:13:10.130293 (+  3161us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.130357 (+    64us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.130399 (+    42us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:10.130662 (+   263us) tablet.cc:701] Row locks acquired
0630 12:13:10.130683 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:13:10.562211 (+431528us) spinlock_profiling.cc:243] Waited 4.24 ms on lock 0x7b34002f0478. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a698b64 00007fde2fdd71b5 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901 00007fde2fddab2d 000000000043f3c4 000000000043f209
0630 12:13:10.566523 (+  4312us) write_op.cc:270] Start()
0630 12:13:10.577888 (+ 11365us) write_op.cc:276] Timestamp: P: 1782821590562771 usec, L: 0
0630 12:13:10.577923 (+    35us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.612815 (+ 34892us) log.cc:844] Serialized 388 byte log entry
0630 12:13:10.915078 (+302263us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.117447 (+202369us) write_op.cc:301] APPLY: starting
0630 12:13:11.117525 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.117639 (+   114us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.117684 (+    45us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.118065 (+   381us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.118229 (+   164us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.118277 (+    48us) write_op.cc:312] APPLY: finished
0630 12:13:11.118445 (+   168us) log.cc:844] Serialized 28 byte log entry
0630 12:13:11.140194 (+ 21749us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.140270 (+    76us) write_op.cc:454] Released schema lock
0630 12:13:11.140305 (+    35us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":202196,"mutex_wait_us":8137,"num_ops":2,"prepare.queue_time_us":170481,"prepare.run_cpu_time_us":15976,"prepare.run_wall_time_us":491778,"raft.queue_time_us":13214,"raft.run_cpu_time_us":1677,"raft.run_wall_time_us":57319,"replication_time_us":331947,"spinlock_wait_cycles":9741056}]]}
I20260630 12:13:11.155146  5262 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41282 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=13, attempt_no=0}) took 1207 ms. Trace:
I20260630 12:13:11.158737  5279 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:51060 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=24, attempt_no=0}) took 1192 ms. Trace:
I20260630 12:13:11.161214  5267 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:42300 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=33, attempt_no=0}) took 1099 ms. Trace:
I20260630 12:13:11.136210  5256 rpcz_store.cc:276] 0630 12:13:09.968613 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:10.303128 (+334515us) service_pool.cc:224] Handling call
0630 12:13:11.135701 (+832573us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.651719 (+     0us) write_op.cc:183] PREPARE: starting on tablet 954081337f3f491eb877174273e0663c
0630 12:13:10.652228 (+   509us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.652253 (+    25us) write_op.cc:435] Acquired schema lock
0630 12:13:10.652269 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:10.692108 (+ 39839us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.693856 (+  1748us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.698259 (+  4403us) tablet.cc:685] Acquiring locks for 8 operations
0630 12:13:10.706881 (+  8622us) tablet.cc:701] Row locks acquired
0630 12:13:10.706895 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:13:10.707063 (+   168us) write_op.cc:270] Start()
0630 12:13:10.707191 (+   128us) write_op.cc:276] Timestamp: P: 1782821590707023 usec, L: 0
0630 12:13:10.707209 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.725939 (+ 18730us) log.cc:844] Serialized 649 byte log entry
0630 12:13:11.028618 (+302679us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.130964 (+102346us) write_op.cc:301] APPLY: starting
0630 12:13:11.131029 (+    65us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.131199 (+   170us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.131294 (+    95us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.133532 (+  2238us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.133733 (+   201us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.133787 (+    54us) write_op.cc:312] APPLY: finished
0630 12:13:11.134003 (+   216us) log.cc:844] Serialized 64 byte log entry
0630 12:13:11.135207 (+  1204us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.135302 (+    95us) write_op.cc:454] Released schema lock
0630 12:13:11.135341 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":101394,"num_ops":8,"prepare.queue_time_us":296511,"prepare.run_cpu_time_us":3876,"prepare.run_wall_time_us":76873,"replication_time_us":321301}]]}
I20260630 12:13:11.165460  5244 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:42300 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=36, attempt_no=0}) took 1033 ms. Trace:
I20260630 12:13:11.169817  5257 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41282 (ReqId={client: 7f773a95f90d4c7882cef556a3060e43, seq_no=29, attempt_no=0}) took 1191 ms. Trace:
I20260630 12:13:11.170243  5257 rpcz_store.cc:276] 0630 12:13:09.978895 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.981784 (+  2889us) service_pool.cc:224] Handling call
0630 12:13:10.090649 (+108865us) spinlock_profiling.cc:243] Waited 7.23 ms on lock 0x7b34001292d8. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a69818c 00007fde2a6dd1d1 00007fde2a6e04cf 00007fde2a6e1821 00007fde2a6e17d9 00007fde2a6e1769 00007fde2a6e1731 00007fde2a6e0a2d 000000000043f3c4 000000000043f209
0630 12:13:11.169760 (+1079111us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.978887 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7a790889a6bb446cabecef3aeee0b84c
0630 12:13:10.979356 (+   469us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.979380 (+    24us) write_op.cc:435] Acquired schema lock
0630 12:13:10.979409 (+    29us) tablet.cc:662] Decoding operations
0630 12:13:10.981383 (+  1974us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.981423 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.981449 (+    26us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:10.982066 (+   617us) tablet.cc:701] Row locks acquired
0630 12:13:10.982085 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:13:10.982245 (+   160us) write_op.cc:270] Start()
0630 12:13:10.982351 (+   106us) write_op.cc:276] Timestamp: P: 1782821590982202 usec, L: 0
0630 12:13:10.982370 (+    19us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.982953 (+   583us) log.cc:844] Serialized 432 byte log entry
0630 12:13:11.060423 (+ 77470us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.168083 (+107660us) write_op.cc:301] APPLY: starting
0630 12:13:11.168148 (+    65us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.168261 (+   113us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.168343 (+    82us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.168787 (+   444us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.168934 (+   147us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.168990 (+    56us) write_op.cc:312] APPLY: finished
0630 12:13:11.169158 (+   168us) log.cc:844] Serialized 34 byte log entry
0630 12:13:11.169335 (+   177us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.169409 (+    74us) write_op.cc:454] Released schema lock
0630 12:13:11.169445 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":16636672,"child_traces":[["op",{"apply.queue_time_us":107483,"mutex_wait_us":17670,"num_ops":3,"prepare.queue_time_us":887120,"prepare.run_cpu_time_us":2384,"prepare.run_wall_time_us":5396,"replication_time_us":77949}]]}
I20260630 12:13:11.159153  5279 rpcz_store.cc:276] 0630 12:13:09.966804 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.969248 (+  2444us) service_pool.cc:224] Handling call
0630 12:13:10.375765 (+406517us) spinlock_profiling.cc:243] Waited 8.76 ms on lock 0x7b34002f0478. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a69818c 00007fde2a6dd1d1 00007fde2a6e04cf 00007fde2a6e1821 00007fde2a6e17d9 00007fde2a6e1769 00007fde2a6e1731 00007fde2a6e0a2d 000000000043f3c4 000000000043f209
0630 12:13:11.158676 (+782911us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.428550 (+     0us) write_op.cc:183] PREPARE: starting on tablet 772b9f8f2e95454fb04d67048d8e4a28
0630 12:13:10.439735 (+ 11185us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.439765 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:13:10.439778 (+    13us) tablet.cc:662] Decoding operations
0630 12:13:10.453211 (+ 13433us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.455535 (+  2324us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.456727 (+  1192us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:10.473822 (+ 17095us) tablet.cc:701] Row locks acquired
0630 12:13:10.474705 (+   883us) write_op.cc:260] PREPARE: finished
0630 12:13:10.480475 (+  5770us) write_op.cc:270] Start()
0630 12:13:10.483482 (+  3007us) write_op.cc:276] Timestamp: P: 1782821590479640 usec, L: 0
0630 12:13:10.487639 (+  4157us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.557741 (+ 70102us) log.cc:844] Serialized 388 byte log entry
0630 12:13:10.987931 (+430190us) spinlock_profiling.cc:243] Waited 309 ms on lock 0x7b58000209d0. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30b090 00007fde2c2fb43c 00007fde2c301d53 00007fde2c301cd9 00007fde2c301c69 00007fde2c301c31 00007fde2c300dfd 000000000043f3c4 000000000043f209 00007fde292b5ab5 00007fde292b7e01
0630 12:13:11.051249 (+ 63318us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.140883 (+ 89634us) write_op.cc:301] APPLY: starting
0630 12:13:11.140954 (+    71us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.141060 (+   106us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.141080 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.141431 (+   351us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.141584 (+   153us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.141626 (+    42us) write_op.cc:312] APPLY: finished
0630 12:13:11.141806 (+   180us) log.cc:844] Serialized 28 byte log entry
0630 12:13:11.145478 (+  3672us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.158083 (+ 12605us) write_op.cc:454] Released schema lock
0630 12:13:11.158372 (+   289us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":20136832,"child_traces":[["op",{"apply.queue_time_us":89464,"mutex_wait_us":10296,"num_ops":2,"prepare.queue_time_us":1712,"prepare.run_cpu_time_us":3462,"prepare.run_wall_time_us":132872,"raft.queue_time_us":4530,"raft.run_cpu_time_us":7642,"raft.run_wall_time_us":424741,"replication_time_us":563486,"spinlock_wait_cycles":709765888}]]}
I20260630 12:13:11.155616  5262 rpcz_store.cc:276] 0630 12:13:09.948116 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:09.951942 (+  3826us) service_pool.cc:224] Handling call
0630 12:13:10.051483 (+ 99541us) spinlock_profiling.cc:243] Waited 19.3 ms on lock 0x7b34001292d8. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2a653171 00007fde2a69818c 00007fde2a6dd1d1 00007fde2a6e04cf 00007fde2a6e1821 00007fde2a6e17d9 00007fde2a6e1769 00007fde2a6e1731 00007fde2a6e0a2d 000000000043f3c4 000000000043f209
0630 12:13:11.155076 (+1103593us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.961778 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7a790889a6bb446cabecef3aeee0b84c
0630 12:13:10.962270 (+   492us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.962301 (+    31us) write_op.cc:435] Acquired schema lock
0630 12:13:10.962316 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:10.962801 (+   485us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.962841 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.962867 (+    26us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:10.963257 (+   390us) tablet.cc:701] Row locks acquired
0630 12:13:10.963279 (+    22us) write_op.cc:260] PREPARE: finished
0630 12:13:10.963447 (+   168us) write_op.cc:270] Start()
0630 12:13:10.963547 (+   100us) write_op.cc:276] Timestamp: P: 1782821590963407 usec, L: 0
0630 12:13:10.963562 (+    15us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.964131 (+   569us) log.cc:844] Serialized 519 byte log entry
0630 12:13:11.042066 (+ 77935us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.152863 (+110797us) write_op.cc:301] APPLY: starting
0630 12:13:11.152938 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.153092 (+   154us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.153182 (+    90us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.153998 (+   816us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.154178 (+   180us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.154228 (+    50us) write_op.cc:312] APPLY: finished
0630 12:13:11.154448 (+   220us) log.cc:844] Serialized 46 byte log entry
0630 12:13:11.154649 (+   201us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.154737 (+    88us) write_op.cc:454] Released schema lock
0630 12:13:11.154782 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":44278656,"child_traces":[["op",{"apply.queue_time_us":110639,"num_ops":5,"prepare.queue_time_us":871485,"prepare.run_cpu_time_us":2647,"prepare.run_wall_time_us":10582,"replication_time_us":78406}]]}
I20260630 12:13:11.161614  5267 rpcz_store.cc:276] 0630 12:13:10.067534 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:10.071713 (+  4179us) service_pool.cc:224] Handling call
0630 12:13:11.158675 (+1086962us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.625289 (+     0us) write_op.cc:183] PREPARE: starting on tablet 17ee6eaf88e04ef2b987594586791c14
0630 12:13:10.625794 (+   505us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.625820 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:13:10.625836 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:10.629980 (+  4144us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.630021 (+    41us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.630046 (+    25us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:13:10.636987 (+  6941us) tablet.cc:701] Row locks acquired
0630 12:13:10.637002 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:13:10.637159 (+   157us) write_op.cc:270] Start()
0630 12:13:10.637260 (+   101us) write_op.cc:276] Timestamp: P: 1782821590637118 usec, L: 0
0630 12:13:10.637284 (+    24us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.637877 (+   593us) log.cc:844] Serialized 605 byte log entry
0630 12:13:10.875155 (+237278us) spinlock_profiling.cc:243] Waited 1.14 ms on lock 0x7b54001822a0. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30b090 00007fde2c3186b8 00007fde2c3182fa 00007fde2c39c965 00007fde2c39ce09 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901
0630 12:13:11.059557 (+184402us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.130945 (+ 71388us) write_op.cc:301] APPLY: starting
0630 12:13:11.131019 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.131198 (+   179us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.131226 (+    28us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.132264 (+  1038us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.132470 (+   206us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.132520 (+    50us) write_op.cc:312] APPLY: finished
0630 12:13:11.132740 (+   220us) log.cc:844] Serialized 58 byte log entry
0630 12:13:11.146422 (+ 13682us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.158388 (+ 11966us) write_op.cc:454] Released schema lock
0630 12:13:11.158433 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":71208,"num_ops":7,"prepare.queue_time_us":503781,"prepare.run_cpu_time_us":5766,"prepare.run_wall_time_us":250149,"raft.queue_time_us":1643,"raft.run_cpu_time_us":306,"raft.run_wall_time_us":4710,"replication_time_us":422171,"spinlock_wait_cycles":2632576}]]}
I20260630 12:13:11.140728  5249 rpcz_store.cc:276] 0630 12:13:10.030261 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:10.034381 (+  4120us) service_pool.cc:224] Handling call
0630 12:13:11.139927 (+1105546us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:10.263728 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7a790889a6bb446cabecef3aeee0b84c
0630 12:13:10.304644 (+ 40916us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:10.307071 (+  2427us) write_op.cc:435] Acquired schema lock
0630 12:13:10.307914 (+   843us) tablet.cc:662] Decoding operations
0630 12:13:10.331276 (+ 23362us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:10.333249 (+  1973us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:10.334700 (+  1451us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:10.344028 (+  9328us) tablet.cc:701] Row locks acquired
0630 12:13:10.344729 (+   701us) write_op.cc:260] PREPARE: finished
0630 12:13:10.352589 (+  7860us) write_op.cc:270] Start()
0630 12:13:10.359073 (+  6484us) write_op.cc:276] Timestamp: P: 1782821590352183 usec, L: 0
0630 12:13:10.359099 (+    26us) op_driver.cc:348] REPLICATION: starting
0630 12:13:10.706639 (+347540us) spinlock_profiling.cc:243] Waited 2.52 ms on lock 0x7b54001804a0. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde310835c4 00007fde2c3185ab 00007fde2c3182fa 00007fde2c39c965 00007fde2c39ce09 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901
0630 12:13:10.707157 (+   518us) log.cc:844] Serialized 432 byte log entry
0630 12:13:10.961308 (+254151us) spinlock_profiling.cc:243] Waited 94.4 ms on lock 0x7b5400228154. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2c30a571 00007fde2c39ce28 00007fde2fdd7581 00007fde2fdd6d58 00007fde2fddb9f1 00007fde2fddb9a9 00007fde2fddb939 00007fde2fddb901 00007fde2fddab2d 000000000043f3c4 000000000043f209
0630 12:13:11.041799 (+ 80491us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.137643 (+ 95844us) write_op.cc:301] APPLY: starting
0630 12:13:11.137727 (+    84us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.137840 (+   113us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.137862 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.138517 (+   655us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.138672 (+   155us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.138718 (+    46us) write_op.cc:312] APPLY: finished
0630 12:13:11.138885 (+   167us) log.cc:844] Serialized 34 byte log entry
0630 12:13:11.139533 (+   648us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.139585 (+    52us) write_op.cc:454] Released schema lock
0630 12:13:11.139614 (+    29us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":95668,"mutex_wait_us":4885,"num_ops":3,"prepare.queue_time_us":190575,"prepare.run_cpu_time_us":12073,"prepare.run_wall_time_us":702084,"raft.queue_time_us":9044,"raft.run_cpu_time_us":2107,"raft.run_wall_time_us":2107,"replication_time_us":681785,"spinlock_wait_cycles":222930048}]]}
I20260630 12:13:11.165930  5244 rpcz_store.cc:276] 0630 12:13:10.143321 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:10.144297 (+   976us) service_pool.cc:224] Handling call
0630 12:13:10.360549 (+216252us) spinlock_profiling.cc:243] Waited 5.33 ms on lock 0x7b58002d0098. stack: 00007fde29283983 00007fde29283880 00007fde28c131d4 000000000042d824 000000000042d7b9 00007fde2913e841 00007fde2927e1b1 00007fde2927e062 00007fde32194999 00007fde312ebee0 00007fde313b50ab 00007fde313b5131 00007fde31374570 00007fde31360a69 00007fde3135ed62 00007fde3043cf84
0630 12:13:11.165264 (+804715us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:11.009365 (+     0us) write_op.cc:183] PREPARE: starting on tablet 17ee6eaf88e04ef2b987594586791c14
0630 12:13:11.016060 (+  6695us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:11.016087 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:13:11.016099 (+    12us) tablet.cc:662] Decoding operations
0630 12:13:11.016492 (+   393us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:11.016536 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:11.016562 (+    26us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:11.016788 (+   226us) tablet.cc:701] Row locks acquired
0630 12:13:11.016803 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:13:11.016978 (+   175us) write_op.cc:270] Start()
0630 12:13:11.017074 (+    96us) write_op.cc:276] Timestamp: P: 1782821591016922 usec, L: 0
0630 12:13:11.017091 (+    17us) op_driver.cc:348] REPLICATION: starting
0630 12:13:11.041905 (+ 24814us) log.cc:844] Serialized 432 byte log entry
0630 12:13:11.082748 (+ 40843us) op_driver.cc:464] REPLICATION: finished
0630 12:13:11.159378 (+ 76630us) write_op.cc:301] APPLY: starting
0630 12:13:11.159454 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:11.159582 (+   128us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:11.159677 (+    95us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:11.160188 (+   511us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:11.160351 (+   163us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:11.160394 (+    43us) write_op.cc:312] APPLY: finished
0630 12:13:11.160562 (+   168us) log.cc:844] Serialized 34 byte log entry
0630 12:13:11.164860 (+  4298us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:11.164940 (+    80us) write_op.cc:454] Released schema lock
0630 12:13:11.164980 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":12258560,"child_traces":[["op",{"apply.queue_time_us":63303,"mutex_wait_us":6555,"num_ops":3,"prepare.queue_time_us":647939,"prepare.run_cpu_time_us":2768,"prepare.run_wall_time_us":49988,"replication_time_us":65553}]]}
W20260630 12:13:11.492870  5031 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:39937, user_credentials={real_user=slave}} blocked reactor thread for 55478.7us
W20260630 12:13:12.040763  5206 meta_cache.cc:1261] Time spent looking up entry by key: real 0.085s	user 0.000s	sys 0.000s
W20260630 12:13:12.118615  4882 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:39937, user_credentials={real_user=slave}} blocked reactor thread for 179477us
W20260630 12:13:12.667652  4958 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:38573, user_credentials={real_user=slave}} blocked reactor thread for 69034.7us
W20260630 12:13:12.725834  4960 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:37527, user_credentials={real_user=slave}} blocked reactor thread for 62605.5us
W20260630 12:13:13.135341  4882 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:39937, user_credentials={real_user=slave}} blocked reactor thread for 48350.1us
W20260630 12:13:13.634431  5169 log.cc:927] Time spent T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: Append to log took a long time: real 0.079s	user 0.004s	sys 0.000s
W20260630 12:13:13.693693  5032 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:38573, user_credentials={real_user=slave}} blocked reactor thread for 62763.1us
W20260630 12:13:13.853593  4885 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:37527, user_credentials={real_user=slave}} blocked reactor thread for 66578us
W20260630 12:13:13.852072  5032 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:38573, user_credentials={real_user=slave}} blocked reactor thread for 56706.2us
W20260630 12:13:14.391734  5031 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:39937, user_credentials={real_user=slave}} blocked reactor thread for 62076.2us
W20260630 12:13:14.661243  4960 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:37527, user_credentials={real_user=slave}} blocked reactor thread for 49444.2us
I20260630 12:13:14.719908   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:14.734963  5324 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:14.735193  5323 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:14.735821  5326 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:14.736816   431 server_base.cc:1061] running on GCE node
I20260630 12:13:14.738745   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:14.738969   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:14.739168   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821594739150 us; error 0 us; skew 500 ppm
I20260630 12:13:14.739782   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:14.742372   431 webserver.cc:533] Webserver started at http://127.0.107.196:34883/ using document root <none> and password file <none>
I20260630 12:13:14.742874   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:14.743084   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:14.743408   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:14.744678   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "c89adb9edf9d498b9e4682671d5d4999"
format_stamp: "Formatted at 2026-06-30 12:13:14 on dist-test-slave-t06f"
I20260630 12:13:14.749291   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:13:14.752561  5331 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.753392   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:14.753731   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "c89adb9edf9d498b9e4682671d5d4999"
format_stamp: "Formatted at 2026-06-30 12:13:14 on dist-test-slave-t06f"
I20260630 12:13:14.753979   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:14.766302   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:14.767554   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:14.768971   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:14.771394   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:14.771623   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.771862   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:14.772053   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.812197   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39119
I20260630 12:13:14.812312  5393 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39119 every 8 connection(s)
I20260630 12:13:14.817916   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:14.824617  5398 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:14.827303  5399 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:14.829030   431 server_base.cc:1061] running on GCE node
W20260630 12:13:14.829555  5401 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:14.832563   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:14.832856   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:14.833070   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821594833053 us; error 0 us; skew 500 ppm
I20260630 12:13:14.833811   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:14.835191  5394 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34671
I20260630 12:13:14.835604  5394 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:14.836383  5394 heartbeater.cc:507] Master 127.0.107.254:34671 requested a full tablet report, sending...
I20260630 12:13:14.836570   431 webserver.cc:533] Webserver started at http://127.0.107.197:34057/ using document root <none> and password file <none>
I20260630 12:13:14.837131   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:14.837350   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:14.837746   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:14.838817  4814 ts_manager.cc:194] Registered new tserver with Master: c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196:39119)
I20260630 12:13:14.839012   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-4-root/instance:
uuid: "28d476d42ed7423aa6258b047e9bf1ba"
format_stamp: "Formatted at 2026-06-30 12:13:14 on dist-test-slave-t06f"
I20260630 12:13:14.840413  4814 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60726
I20260630 12:13:14.844105   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:14.847643  5406 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.848372   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:14.848664   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-4-root
uuid: "28d476d42ed7423aa6258b047e9bf1ba"
format_stamp: "Formatted at 2026-06-30 12:13:14 on dist-test-slave-t06f"
I20260630 12:13:14.848939   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-4-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:14.864840   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:14.866057   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:14.867518   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:14.869632   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:14.869854   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.870105   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:14.870263   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.927835   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:42765
I20260630 12:13:14.927966  5468 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:42765 every 8 connection(s)
I20260630 12:13:14.933763   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:14.941223  5472 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:14.943198  5473 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:14.945096  5469 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34671
I20260630 12:13:14.945815  5469 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:14.947198  5469 heartbeater.cc:507] Master 127.0.107.254:34671 requested a full tablet report, sending...
I20260630 12:13:14.948056   431 server_base.cc:1061] running on GCE node
W20260630 12:13:14.949069  5475 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:14.949525  4814 ts_manager.cc:194] Registered new tserver with Master: 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197:42765)
I20260630 12:13:14.950325   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:14.950644   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:14.950874   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821594950856 us; error 0 us; skew 500 ppm
I20260630 12:13:14.951203  4814 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60734
I20260630 12:13:14.951653   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:14.954623   431 webserver.cc:533] Webserver started at http://127.0.107.198:36213/ using document root <none> and password file <none>
I20260630 12:13:14.955233   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:14.955442   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:14.955742   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:14.956902   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-5-root/instance:
uuid: "c987aa0ab55b4b83bea9ed4372179f60"
format_stamp: "Formatted at 2026-06-30 12:13:14 on dist-test-slave-t06f"
I20260630 12:13:14.961272   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:13:14.964432  5480 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.965286   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:13:14.965781   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-5-root
uuid: "c987aa0ab55b4b83bea9ed4372179f60"
format_stamp: "Formatted at 2026-06-30 12:13:14 on dist-test-slave-t06f"
I20260630 12:13:14.966115   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-5-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:14.987373   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:14.988513   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:14.990705   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:14.992645   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:14.992872   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:14.993172   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:14.993360   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:15.073647   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:44597
I20260630 12:13:15.073920  5542 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:44597 every 8 connection(s)
I20260630 12:13:15.088958  5543 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34671
I20260630 12:13:15.089396  5543 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:15.090327  5543 heartbeater.cc:507] Master 127.0.107.254:34671 requested a full tablet report, sending...
I20260630 12:13:15.092283  4814 ts_manager.cc:194] Registered new tserver with Master: c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198:44597)
I20260630 12:13:15.093837  4814 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60744
I20260630 12:13:15.408713  4994 consensus_queue.cc:237] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:15.416440  4913 raft_consensus.cc:1275] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:15.417696  5063 raft_consensus.cc:1275] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:15.418376  5548 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:15.419520  5300 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:15.425745  5300 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
W20260630 12:13:15.427850  4957 consensus_peers.cc:597] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 -> Peer c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196:39119): Couldn't send request to peer c89adb9edf9d498b9e4682671d5d4999. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1cbfff0534f547cabf225e286bc3b769. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:15.427968  5063 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:15.429774  4913 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:15.441766  4994 consensus_queue.cc:237] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:15.443179  4816 catalog_manager.cc:5697] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index -1 to 27, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:15.453179  5063 raft_consensus.cc:1275] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.454397  4913 raft_consensus.cc:1275] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.456450  5300 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } 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:13:15.457459  5548 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260630 12:13:15.467425  4957 consensus_peers.cc:597] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 -> Peer c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198:44597): Couldn't send request to peer c987aa0ab55b4b83bea9ed4372179f60. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 772b9f8f2e95454fb04d67048d8e4a28. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:15.469362  5300 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:15.471213  5063 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:15.479055  4913 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:15.502482  4816 catalog_manager.cc:5697] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:15.505792  4913 consensus_queue.cc:237] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:15.519141  4994 raft_consensus.cc:1275] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.521989  5063 raft_consensus.cc:1275] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.523449  5558 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } 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:13:15.524801  5318 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:13:15.532195  5318 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:15.534044  5063 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:15.535869  4990 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
W20260630 12:13:15.538301  4885 consensus_peers.cc:597] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf -> Peer 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197:42765): Couldn't send request to peer 28d476d42ed7423aa6258b047e9bf1ba. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b44f7da7ff4440d3b34552e623da5c2a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:15.550097  4816 catalog_manager.cc:5697] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "c43019dfe1cd489585c275e491a50ecf" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:15.564628  4990 consensus_queue.cc:237] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
W20260630 12:13:15.571193  4957 consensus_peers.cc:597] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 -> Peer c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196:39119): Couldn't send request to peer c89adb9edf9d498b9e4682671d5d4999. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8b603a77007b4aaab10eecc6d2ba8611. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:15.571411  5063 raft_consensus.cc:1275] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.572894  5548 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } 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:13:15.574393  4913 raft_consensus.cc:1275] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.578436  5548 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:15.580122  5549 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:15.581677  5063 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:15.590246  4913 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:15.596203  4810 catalog_manager.cc:5697] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:15.597692  4990 consensus_queue.cc:237] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:15.606149  5063 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.607359  5549 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:15.608672  4913 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.611325  5300 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260630 12:13:15.614634  4960 consensus_peers.cc:597] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 -> Peer 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197:42765): Couldn't send request to peer 28d476d42ed7423aa6258b047e9bf1ba. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 954081337f3f491eb877174273e0663c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:15.619191  5300 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:15.620714  4913 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:15.622483  5063 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:15.631327  4810 catalog_manager.cc:5697] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:15.646864  5063 consensus_queue.cc:237] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:15.654016  4913 raft_consensus.cc:1275] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.655843  5313 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:13:15.687537  5286 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:15.688841  4990 raft_consensus.cc:1275] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:15.689030  4913 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:15.690445  5313 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } 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:13:15.705912  4814 catalog_manager.cc:5697] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf reported cstate change: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:15.709928  4990 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
W20260630 12:13:15.716572  5031 consensus_peers.cc:597] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198:44597): Couldn't send request to peer c987aa0ab55b4b83bea9ed4372179f60. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8304b87fc4824030956bee89a9904301. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:15.843071  5394 heartbeater.cc:499] Master 127.0.107.254:34671 was elected leader, sending a full tablet report...
I20260630 12:13:15.908977  5569 ts_tablet_manager.cc:933] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: Initiating tablet copy from peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:15.910468  5569 tablet_copy_client.cc:323] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39937
I20260630 12:13:15.922422  5004 tablet_copy_service.cc:140] P 155038e20a884416b5464bdd6de97336: Received BeginTabletCopySession request for tablet 1cbfff0534f547cabf225e286bc3b769 from peer c89adb9edf9d498b9e4682671d5d4999 ({username='slave'} at 127.0.0.1:58214)
I20260630 12:13:15.922947  5004 tablet_copy_service.cc:161] P 155038e20a884416b5464bdd6de97336: Beginning new tablet copy session on tablet 1cbfff0534f547cabf225e286bc3b769 from peer c89adb9edf9d498b9e4682671d5d4999 at {username='slave'} at 127.0.0.1:58214: session id = c89adb9edf9d498b9e4682671d5d4999-1cbfff0534f547cabf225e286bc3b769
I20260630 12:13:15.928479  5004 tablet_copy_source_session.cc:215] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:15.931345  5569 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1cbfff0534f547cabf225e286bc3b769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:15.947237  5569 tablet_copy_client.cc:806] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:15.947927  5569 tablet_copy_client.cc:670] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:15.951735  5570 tablet_copy_client.cc:1025] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:15.953895  5469 heartbeater.cc:499] Master 127.0.107.254:34671 was elected leader, sending a full tablet report...
I20260630 12:13:15.971493  5573 ts_tablet_manager.cc:933] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: Initiating tablet copy from peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:15.973292  5573 tablet_copy_client.cc:323] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39937
I20260630 12:13:15.985138  5004 tablet_copy_service.cc:140] P 155038e20a884416b5464bdd6de97336: Received BeginTabletCopySession request for tablet 772b9f8f2e95454fb04d67048d8e4a28 from peer c987aa0ab55b4b83bea9ed4372179f60 ({username='slave'} at 127.0.0.1:58220)
I20260630 12:13:15.985648  5004 tablet_copy_service.cc:161] P 155038e20a884416b5464bdd6de97336: Beginning new tablet copy session on tablet 772b9f8f2e95454fb04d67048d8e4a28 from peer c987aa0ab55b4b83bea9ed4372179f60 at {username='slave'} at 127.0.0.1:58220: session id = c987aa0ab55b4b83bea9ed4372179f60-772b9f8f2e95454fb04d67048d8e4a28
I20260630 12:13:15.990839  5004 tablet_copy_source_session.cc:215] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:15.994052  5573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 772b9f8f2e95454fb04d67048d8e4a28. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:16.009306  5576 ts_tablet_manager.cc:933] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: Initiating tablet copy from peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:16.010133  5573 tablet_copy_client.cc:806] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:16.010900  5573 tablet_copy_client.cc:670] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:16.011555  5576 tablet_copy_client.cc:323] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39937
I20260630 12:13:16.016121  5574 tablet_copy_client.cc:1025] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:16.034003  5004 tablet_copy_service.cc:140] P 155038e20a884416b5464bdd6de97336: Received BeginTabletCopySession request for tablet 954081337f3f491eb877174273e0663c from peer 28d476d42ed7423aa6258b047e9bf1ba ({username='slave'} at 127.0.0.1:58224)
I20260630 12:13:16.034626  5004 tablet_copy_service.cc:161] P 155038e20a884416b5464bdd6de97336: Beginning new tablet copy session on tablet 954081337f3f491eb877174273e0663c from peer 28d476d42ed7423aa6258b047e9bf1ba at {username='slave'} at 127.0.0.1:58224: session id = 28d476d42ed7423aa6258b047e9bf1ba-954081337f3f491eb877174273e0663c
I20260630 12:13:16.042111  5004 tablet_copy_source_session.cc:215] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:16.044852  5576 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 954081337f3f491eb877174273e0663c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:16.052060  5579 ts_tablet_manager.cc:933] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: Initiating tablet copy from peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573)
I20260630 12:13:16.060783  5579 tablet_copy_client.cc:323] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38573
I20260630 12:13:16.061311  5576 tablet_copy_client.cc:806] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:16.061959  5576 tablet_copy_client.cc:670] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:16.066016  5577 tablet_copy_client.cc:1025] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:16.072304  4929 tablet_copy_service.cc:140] P c43019dfe1cd489585c275e491a50ecf: Received BeginTabletCopySession request for tablet b44f7da7ff4440d3b34552e623da5c2a from peer 28d476d42ed7423aa6258b047e9bf1ba ({username='slave'} at 127.0.0.1:43670)
I20260630 12:13:16.072808  4929 tablet_copy_service.cc:161] P c43019dfe1cd489585c275e491a50ecf: Beginning new tablet copy session on tablet b44f7da7ff4440d3b34552e623da5c2a from peer 28d476d42ed7423aa6258b047e9bf1ba at {username='slave'} at 127.0.0.1:43670: session id = 28d476d42ed7423aa6258b047e9bf1ba-b44f7da7ff4440d3b34552e623da5c2a
I20260630 12:13:16.078227  4929 tablet_copy_source_session.cc:215] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:16.081723  5579 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b44f7da7ff4440d3b34552e623da5c2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:16.096414  5543 heartbeater.cc:499] Master 127.0.107.254:34671 was elected leader, sending a full tablet report...
I20260630 12:13:16.096663  5579 tablet_copy_client.cc:806] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:16.097239  5579 tablet_copy_client.cc:670] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:16.101449  5580 tablet_copy_client.cc:1025] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:16.103246  5582 ts_tablet_manager.cc:933] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: Initiating tablet copy from peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:16.104939  5582 tablet_copy_client.cc:323] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39937
I20260630 12:13:16.106570  5004 tablet_copy_service.cc:140] P 155038e20a884416b5464bdd6de97336: Received BeginTabletCopySession request for tablet 8b603a77007b4aaab10eecc6d2ba8611 from peer c89adb9edf9d498b9e4682671d5d4999 ({username='slave'} at 127.0.0.1:58214)
I20260630 12:13:16.107106  5004 tablet_copy_service.cc:161] P 155038e20a884416b5464bdd6de97336: Beginning new tablet copy session on tablet 8b603a77007b4aaab10eecc6d2ba8611 from peer c89adb9edf9d498b9e4682671d5d4999 at {username='slave'} at 127.0.0.1:58214: session id = c89adb9edf9d498b9e4682671d5d4999-8b603a77007b4aaab10eecc6d2ba8611
I20260630 12:13:16.114521  5004 tablet_copy_source_session.cc:215] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:16.117571  5582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b603a77007b4aaab10eecc6d2ba8611. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:16.132709  5582 tablet_copy_client.cc:806] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:16.133271  5582 tablet_copy_client.cc:670] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:16.136763  5583 tablet_copy_client.cc:1025] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:16.153561  5584 ts_tablet_manager.cc:933] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: Initiating tablet copy from peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:16.155229  5584 tablet_copy_client.cc:323] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37527
I20260630 12:13:16.166612  5078 tablet_copy_service.cc:140] P 25ee2c5d958142d2a6c8506e84017f8f: Received BeginTabletCopySession request for tablet 8304b87fc4824030956bee89a9904301 from peer c987aa0ab55b4b83bea9ed4372179f60 ({username='slave'} at 127.0.0.1:44254)
I20260630 12:13:16.167207  5078 tablet_copy_service.cc:161] P 25ee2c5d958142d2a6c8506e84017f8f: Beginning new tablet copy session on tablet 8304b87fc4824030956bee89a9904301 from peer c987aa0ab55b4b83bea9ed4372179f60 at {username='slave'} at 127.0.0.1:44254: session id = c987aa0ab55b4b83bea9ed4372179f60-8304b87fc4824030956bee89a9904301
I20260630 12:13:16.174747  5078 tablet_copy_source_session.cc:215] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:16.177785  5584 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8304b87fc4824030956bee89a9904301. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:16.189441  5584 tablet_copy_client.cc:806] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:16.190054  5584 tablet_copy_client.cc:670] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:16.193898  5585 tablet_copy_client.cc:1025] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:17.952735  5569 tablet_copy_client.cc:538] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:17.961426  5569 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: Bootstrap starting.
I20260630 12:13:18.016989  5573 tablet_copy_client.cc:538] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:18.028266  5573 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap starting.
I20260630 12:13:18.066830  5576 tablet_copy_client.cc:538] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:18.079898  5576 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap starting.
I20260630 12:13:18.102327  5579 tablet_copy_client.cc:538] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:18.111711  5579 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap starting.
I20260630 12:13:18.113786  5569 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=114 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:18.126039  5569 tablet_bootstrap.cc:492] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: Bootstrap complete.
I20260630 12:13:18.126771  5569 ts_tablet_manager.cc:1403] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: Time spent bootstrapping tablet: real 0.166s	user 0.116s	sys 0.022s
I20260630 12:13:18.129480  5569 raft_consensus.cc:359] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:18.130286  5569 raft_consensus.cc:740] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c89adb9edf9d498b9e4682671d5d4999, State: Initialized, Role: LEARNER
I20260630 12:13:18.130910  5569 consensus_queue.cc:260] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:18.137622  5582 tablet_copy_client.cc:538] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:18.148629  5569 ts_tablet_manager.cc:1434] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.004s
I20260630 12:13:18.153492  5004 tablet_copy_service.cc:342] P 155038e20a884416b5464bdd6de97336: Request end of tablet copy session c89adb9edf9d498b9e4682671d5d4999-1cbfff0534f547cabf225e286bc3b769 received from {username='slave'} at 127.0.0.1:58214
I20260630 12:13:18.153980  5004 tablet_copy_service.cc:434] P 155038e20a884416b5464bdd6de97336: ending tablet copy session c89adb9edf9d498b9e4682671d5d4999-1cbfff0534f547cabf225e286bc3b769 on tablet 1cbfff0534f547cabf225e286bc3b769 with peer c89adb9edf9d498b9e4682671d5d4999
I20260630 12:13:18.172747  5582 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: Bootstrap starting.
I20260630 12:13:18.192025  5573 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=108 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:18.192999  5573 tablet_bootstrap.cc:492] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap complete.
I20260630 12:13:18.193722  5573 ts_tablet_manager.cc:1403] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: Time spent bootstrapping tablet: real 0.166s	user 0.151s	sys 0.005s
I20260630 12:13:18.194741  5584 tablet_copy_client.cc:538] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:18.197059  5573 raft_consensus.cc:359] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:18.197960  5573 raft_consensus.cc:740] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c987aa0ab55b4b83bea9ed4372179f60, State: Initialized, Role: LEARNER
I20260630 12:13:18.198599  5573 consensus_queue.cc:260] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:18.207798  5573 ts_tablet_manager.cc:1434] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:13:18.205448  5584 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap starting.
I20260630 12:13:18.211467  5004 tablet_copy_service.cc:342] P 155038e20a884416b5464bdd6de97336: Request end of tablet copy session c987aa0ab55b4b83bea9ed4372179f60-772b9f8f2e95454fb04d67048d8e4a28 received from {username='slave'} at 127.0.0.1:58220
I20260630 12:13:18.211910  5004 tablet_copy_service.cc:434] P 155038e20a884416b5464bdd6de97336: ending tablet copy session c987aa0ab55b4b83bea9ed4372179f60-772b9f8f2e95454fb04d67048d8e4a28 on tablet 772b9f8f2e95454fb04d67048d8e4a28 with peer c987aa0ab55b4b83bea9ed4372179f60
I20260630 12:13:18.224014  5369 raft_consensus.cc:1217] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260630 12:13:18.367233  5579 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: 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:13:18.368223  5579 tablet_bootstrap.cc:492] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap complete.
I20260630 12:13:18.369369  5579 ts_tablet_manager.cc:1403] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: Time spent bootstrapping tablet: real 0.258s	user 0.143s	sys 0.025s
I20260630 12:13:18.371974  5579 raft_consensus.cc:359] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:18.372788  5579 raft_consensus.cc:740] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d476d42ed7423aa6258b047e9bf1ba, State: Initialized, Role: LEARNER
I20260630 12:13:18.373406  5579 consensus_queue.cc:260] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:18.380306  5582 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:18.381381  5582 tablet_bootstrap.cc:492] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: Bootstrap complete.
I20260630 12:13:18.382078  5582 ts_tablet_manager.cc:1403] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: Time spent bootstrapping tablet: real 0.210s	user 0.141s	sys 0.008s
I20260630 12:13:18.382519  5579 ts_tablet_manager.cc:1434] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:13:18.384663  5582 raft_consensus.cc:359] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:18.385488  5582 raft_consensus.cc:740] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c89adb9edf9d498b9e4682671d5d4999, State: Initialized, Role: LEARNER
I20260630 12:13:18.386127  5582 consensus_queue.cc:260] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:18.392107  4929 tablet_copy_service.cc:342] P c43019dfe1cd489585c275e491a50ecf: Request end of tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-b44f7da7ff4440d3b34552e623da5c2a received from {username='slave'} at 127.0.0.1:43670
I20260630 12:13:18.392565  4929 tablet_copy_service.cc:434] P c43019dfe1cd489585c275e491a50ecf: ending tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-b44f7da7ff4440d3b34552e623da5c2a on tablet b44f7da7ff4440d3b34552e623da5c2a with peer 28d476d42ed7423aa6258b047e9bf1ba
I20260630 12:13:18.392970  5582 ts_tablet_manager.cc:1434] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.000s
I20260630 12:13:18.394589  5004 tablet_copy_service.cc:342] P 155038e20a884416b5464bdd6de97336: Request end of tablet copy session c89adb9edf9d498b9e4682671d5d4999-8b603a77007b4aaab10eecc6d2ba8611 received from {username='slave'} at 127.0.0.1:58214
I20260630 12:13:18.395013  5004 tablet_copy_service.cc:434] P 155038e20a884416b5464bdd6de97336: ending tablet copy session c89adb9edf9d498b9e4682671d5d4999-8b603a77007b4aaab10eecc6d2ba8611 on tablet 8b603a77007b4aaab10eecc6d2ba8611 with peer c89adb9edf9d498b9e4682671d5d4999
I20260630 12:13:18.399533  5518 raft_consensus.cc:1217] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:13:18.431703  5576 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=125 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:18.432507  5576 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap complete.
I20260630 12:13:18.433041  5576 ts_tablet_manager.cc:1403] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: Time spent bootstrapping tablet: real 0.353s	user 0.127s	sys 0.023s
I20260630 12:13:18.434950  5576 raft_consensus.cc:359] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:18.435626  5576 raft_consensus.cc:740] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d476d42ed7423aa6258b047e9bf1ba, State: Initialized, Role: LEARNER
I20260630 12:13:18.436067  5576 consensus_queue.cc:260] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:18.438500  5576 ts_tablet_manager.cc:1434] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:13:18.441542  5004 tablet_copy_service.cc:342] P 155038e20a884416b5464bdd6de97336: Request end of tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-954081337f3f491eb877174273e0663c received from {username='slave'} at 127.0.0.1:58224
I20260630 12:13:18.441982  5004 tablet_copy_service.cc:434] P 155038e20a884416b5464bdd6de97336: ending tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-954081337f3f491eb877174273e0663c on tablet 954081337f3f491eb877174273e0663c with peer 28d476d42ed7423aa6258b047e9bf1ba
I20260630 12:13:18.448246  5369 raft_consensus.cc:1217] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:13:18.480486  5584 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:18.481262  5584 tablet_bootstrap.cc:492] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap complete.
I20260630 12:13:18.481868  5584 ts_tablet_manager.cc:1403] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: Time spent bootstrapping tablet: real 0.277s	user 0.141s	sys 0.021s
I20260630 12:13:18.483767  5584 raft_consensus.cc:359] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:18.484666  5584 raft_consensus.cc:740] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c987aa0ab55b4b83bea9ed4372179f60, State: Initialized, Role: LEARNER
I20260630 12:13:18.485216  5584 consensus_queue.cc:260] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:18.487403  5584 ts_tablet_manager.cc:1434] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:18.489114  5078 tablet_copy_service.cc:342] P 25ee2c5d958142d2a6c8506e84017f8f: Request end of tablet copy session c987aa0ab55b4b83bea9ed4372179f60-8304b87fc4824030956bee89a9904301 received from {username='slave'} at 127.0.0.1:44254
I20260630 12:13:18.489578  5078 tablet_copy_service.cc:434] P 25ee2c5d958142d2a6c8506e84017f8f: ending tablet copy session c987aa0ab55b4b83bea9ed4372179f60-8304b87fc4824030956bee89a9904301 on tablet 8304b87fc4824030956bee89a9904301 with peer c987aa0ab55b4b83bea9ed4372179f60
I20260630 12:13:18.496413  5444 raft_consensus.cc:1217] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:13:18.660244  5444 raft_consensus.cc:1217] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:13:18.745515  5518 raft_consensus.cc:1217] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:13:18.848636  5592 raft_consensus.cc:1064] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: attempting to promote NON_VOTER c89adb9edf9d498b9e4682671d5d4999 to VOTER
I20260630 12:13:18.851034  5592 consensus_queue.cc:237] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } }
I20260630 12:13:18.857613  5063 raft_consensus.cc:1275] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:18.858484  4913 raft_consensus.cc:1275] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:18.859452  5369 raft_consensus.cc:1275] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:18.859987  5606 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } 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:13:18.860870  5592 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:18.861925  5610 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:18.872023  5606 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.875739  5369 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.876585  5068 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.884866  4913 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.891510  4814 catalog_manager.cc:5697] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index 27 to 28, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:18.911100  4990 consensus_queue.cc:237] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } }
I20260630 12:13:18.918236  5369 raft_consensus.cc:1275] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:18.918421  5068 raft_consensus.cc:1275] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:18.919663  5610 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:18.920491  5606 consensus_queue.cc:1048] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:18.926551  5610 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.928399  5369 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.929131  5068 raft_consensus.cc:2955] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.936642  4801 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1cbfff0534f547cabf225e286bc3b769 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:18.941990  5592 raft_consensus.cc:1064] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: attempting to promote NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 to VOTER
I20260630 12:13:18.944646  5592 consensus_queue.cc:237] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } }
I20260630 12:13:18.945552  4810 catalog_manager.cc:5697] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: config changed from index 28 to 29, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:18.957221  5518 raft_consensus.cc:1275] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:18.958657  5063 raft_consensus.cc:1275] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:18.958969  4913 raft_consensus.cc:1275] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:18.960362  5610 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:18.962738  4905 tablet_service.cc:1558] Processing DeleteTablet for tablet 1cbfff0534f547cabf225e286bc3b769 with delete_type TABLET_DATA_TOMBSTONED (TS c43019dfe1cd489585c275e491a50ecf not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:42272
I20260630 12:13:18.963222  5610 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:18.972162  5610 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } 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:13:18.992753  5592 raft_consensus.cc:1064] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: attempting to promote NON_VOTER c89adb9edf9d498b9e4682671d5d4999 to VOTER
I20260630 12:13:18.995585  5592 consensus_queue.cc:237] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } }
I20260630 12:13:18.998214  5621 tablet_replica.cc:333] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:18.999603  5621 raft_consensus.cc:2243] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.000470  5621 raft_consensus.cc:2272] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.009469  5621 ts_tablet_manager.cc:1916] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:19.016188  5619 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.023201  5610 raft_consensus.cc:1064] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: attempting to promote NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba to VOTER
I20260630 12:13:19.028030  5621 ts_tablet_manager.cc:1929] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260630 12:13:19.026989  5610 consensus_queue.cc:237] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } }
I20260630 12:13:19.028630  5621 log.cc:1199] T 1cbfff0534f547cabf225e286bc3b769 P c43019dfe1cd489585c275e491a50ecf: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-0-root/wals/1cbfff0534f547cabf225e286bc3b769
I20260630 12:13:19.032007  4802 catalog_manager.cc:5028] TS c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): tablet 1cbfff0534f547cabf225e286bc3b769 (table test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]) successfully deleted
I20260630 12:13:19.031270  4913 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.045548  4816 catalog_manager.cc:5697] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:19.046356  5068 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.050853  5518 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.058396  4990 consensus_queue.cc:237] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } }
I20260630 12:13:19.061753  5369 raft_consensus.cc:1275] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.063190  5620 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.065163  5063 raft_consensus.cc:1275] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.073928  5619 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.077199  4913 raft_consensus.cc:1275] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.079492  5517 raft_consensus.cc:1275] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.085691  4914 raft_consensus.cc:1275] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.086273  5063 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.087762  5610 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.090312  5444 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.091396  5620 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:13:19.094058  5608 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.095932  5608 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.098469  5608 consensus_queue.cc:1048] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } 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:13:19.106199  5606 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.111261  4915 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.123061  4914 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.125860  5620 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.128741  5592 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.135686  5063 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.153437  4910 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
W20260630 12:13:19.166172  4957 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.198:44597, user_credentials={real_user=slave}} blocked reactor thread for 72210.6us
I20260630 12:13:19.175442  5619 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.177425  4811 catalog_manager.cc:5697] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.183149  4801 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 772b9f8f2e95454fb04d67048d8e4a28 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:19.187508  5444 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.199651  4811 catalog_manager.cc:5697] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:19.199512  5369 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.202921  5517 raft_consensus.cc:2955] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.204516  4915 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.208657  5063 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.231709  4810 catalog_manager.cc:5697] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 reported cstate change: config changed from index 28 to 29, c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.233709  5635 raft_consensus.cc:1064] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: attempting to promote NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba to VOTER
I20260630 12:13:19.256181  4990 consensus_queue.cc:237] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [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: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } }
I20260630 12:13:19.250684  5635 consensus_queue.cc:237] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } }
I20260630 12:13:19.261147  5051 tablet_service.cc:1558] Processing DeleteTablet for tablet 772b9f8f2e95454fb04d67048d8e4a28 with delete_type TABLET_DATA_TOMBSTONED (TS 25ee2c5d958142d2a6c8506e84017f8f not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:41260
I20260630 12:13:19.262244  5594 raft_consensus.cc:1064] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: attempting to promote NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 to VOTER
I20260630 12:13:19.265142  5594 consensus_queue.cc:237] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } }
I20260630 12:13:19.274968  5444 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.276224  5063 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.277247  5610 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } 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:13:19.280251  5619 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:13:19.281594  5638 tablet_replica.cc:333] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:19.282600  5638 raft_consensus.cc:2243] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.283214  5638 raft_consensus.cc:2272] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.287593  5638 ts_tablet_manager.cc:1916] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:19.289903  5610 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.296687  5063 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.294480  5444 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.302310  5517 raft_consensus.cc:1275] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.306043  4915 raft_consensus.cc:1275] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.307174  4990 raft_consensus.cc:1275] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.309214  5607 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:13:19.311118  5607 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.312505  5637 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } 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:13:19.315150  5443 raft_consensus.cc:1275] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.315649  4990 raft_consensus.cc:1275] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.317078  5068 raft_consensus.cc:1275] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:13:19.320562  5591 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } 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:13:19.319377  4801 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 954081337f3f491eb877174273e0663c with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:19.325641  5631 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:13:19.327513  5631 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:13:19.329057  4816 catalog_manager.cc:5697] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index 29 to 30, VOTER c43019dfe1cd489585c275e491a50ecf (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:19.329620  5638 ts_tablet_manager.cc:1929] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:13:19.331475  5638 log.cc:1199] T 772b9f8f2e95454fb04d67048d8e4a28 P 25ee2c5d958142d2a6c8506e84017f8f: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-2-root/wals/772b9f8f2e95454fb04d67048d8e4a28
I20260630 12:13:19.339049  4804 catalog_manager.cc:5028] TS 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527): tablet 772b9f8f2e95454fb04d67048d8e4a28 (table test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]) successfully deleted
I20260630 12:13:19.329382  4990 consensus_queue.cc:237] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } }
I20260630 12:13:19.353965  5369 raft_consensus.cc:1275] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.352239  5591 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.355787  5067 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.358295  5606 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } 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:13:19.362550  4989 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.372470  4905 tablet_service.cc:1558] Processing DeleteTablet for tablet 954081337f3f491eb877174273e0663c with delete_type TABLET_DATA_TOMBSTONED (TS c43019dfe1cd489585c275e491a50ecf not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:42272
I20260630 12:13:19.375002  5621 tablet_replica.cc:333] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:19.374238  5592 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.377556  5621 raft_consensus.cc:2243] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.378150  5369 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.379673  5621 raft_consensus.cc:2272] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.384173  5621 ts_tablet_manager.cc:1916] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
W20260630 12:13:19.394150  5640 log.cc:927] Time spent T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: Append to log took a long time: real 0.091s	user 0.001s	sys 0.000s
I20260630 12:13:19.403658  4801 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8b603a77007b4aaab10eecc6d2ba8611 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:19.405244  5621 ts_tablet_manager.cc:1929] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:13:19.405722  5621 log.cc:1199] T 954081337f3f491eb877174273e0663c P c43019dfe1cd489585c275e491a50ecf: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-0-root/wals/954081337f3f491eb877174273e0663c
I20260630 12:13:19.411126  4802 catalog_manager.cc:5028] TS c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): tablet 954081337f3f491eb877174273e0663c (table test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]) successfully deleted
I20260630 12:13:19.413578  5444 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.415915  4816 catalog_manager.cc:5697] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf reported cstate change: config changed from index 28 to 29, 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c43019dfe1cd489585c275e491a50ecf" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:19.419111  5594 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.430133  5517 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.437640  4989 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.452061  4915 consensus_queue.cc:237] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } }
I20260630 12:13:19.452961  4811 catalog_manager.cc:5697] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:19.457700  4915 raft_consensus.cc:1275] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.459079  5619 consensus_queue.cc:1048] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:13:19.461876  5444 raft_consensus.cc:1275] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.466044  5063 raft_consensus.cc:1275] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.472002  5631 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } 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:13:19.473917  5631 consensus_queue.cc:1048] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:13:19.471210  4816 catalog_manager.cc:5697] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:19.481045  4915 raft_consensus.cc:2955] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } } }
I20260630 12:13:19.484086  4913 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.487999  5631 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.484370  5067 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.495819  5444 raft_consensus.cc:2955] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.499774  4802 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b44f7da7ff4440d3b34552e623da5c2a with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:19.512248  4810 catalog_manager.cc:5697] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba reported cstate change: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "c43019dfe1cd489585c275e491a50ecf" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } }
I20260630 12:13:19.522979  5051 tablet_service.cc:1558] Processing DeleteTablet for tablet 8b603a77007b4aaab10eecc6d2ba8611 with delete_type TABLET_DATA_TOMBSTONED (TS 25ee2c5d958142d2a6c8506e84017f8f not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:41260
I20260630 12:13:19.522840  5063 consensus_queue.cc:237] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } }
I20260630 12:13:19.525871  5638 tablet_replica.cc:333] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:19.526799  5638 raft_consensus.cc:2243] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.527463  5638 raft_consensus.cc:2272] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.530284  4915 raft_consensus.cc:1275] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.532205  5649 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:13:19.533071  5638 ts_tablet_manager.cc:1916] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:19.539454  5517 raft_consensus.cc:1275] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:13:19.542532  4983 tablet_service.cc:1558] Processing DeleteTablet for tablet b44f7da7ff4440d3b34552e623da5c2a with delete_type TABLET_DATA_TOMBSTONED (TS 155038e20a884416b5464bdd6de97336 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:51024
I20260630 12:13:19.543788  5607 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.546028  5594 consensus_queue.cc:1048] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } 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:13:19.555577  4915 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.555867  5517 raft_consensus.cc:2955] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } } }
I20260630 12:13:19.557154  5651 tablet_replica.cc:333] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:19.563917  5651 raft_consensus.cc:2243] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.564654  5651 raft_consensus.cc:2272] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.565822  4804 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8304b87fc4824030956bee89a9904301 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:19.569794  4814 catalog_manager.cc:5697] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f reported cstate change: config changed from index 29 to 30, VOTER 155038e20a884416b5464bdd6de97336 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:19.573342  5638 ts_tablet_manager.cc:1929] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:13:19.573477  5651 ts_tablet_manager.cc:1916] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:19.573909  5638 log.cc:1199] T 8b603a77007b4aaab10eecc6d2ba8611 P 25ee2c5d958142d2a6c8506e84017f8f: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-2-root/wals/8b603a77007b4aaab10eecc6d2ba8611
I20260630 12:13:19.575554  4804 catalog_manager.cc:5028] TS 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527): tablet 8b603a77007b4aaab10eecc6d2ba8611 (table test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]) successfully deleted
I20260630 12:13:19.579804  4983 tablet_service.cc:1558] Processing DeleteTablet for tablet 8304b87fc4824030956bee89a9904301 with delete_type TABLET_DATA_TOMBSTONED (TS 155038e20a884416b5464bdd6de97336 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:51024
I20260630 12:13:19.588730  5651 ts_tablet_manager.cc:1929] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:13:19.589143  5651 log.cc:1199] T b44f7da7ff4440d3b34552e623da5c2a P 155038e20a884416b5464bdd6de97336: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-1-root/wals/b44f7da7ff4440d3b34552e623da5c2a
I20260630 12:13:19.590479  4801 catalog_manager.cc:5028] TS 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): tablet b44f7da7ff4440d3b34552e623da5c2a (table test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]) successfully deleted
I20260630 12:13:19.590585  5651 tablet_replica.cc:333] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:19.591413  5651 raft_consensus.cc:2243] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:19.592037  5651 raft_consensus.cc:2272] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:19.595497  5651 ts_tablet_manager.cc:1916] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:19.605196  5651 ts_tablet_manager.cc:1929] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:13:19.605476  5651 log.cc:1199] T 8304b87fc4824030956bee89a9904301 P 155038e20a884416b5464bdd6de97336: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821463202658-431-0/minicluster-data/ts-1-root/wals/8304b87fc4824030956bee89a9904301
I20260630 12:13:19.606695  4801 catalog_manager.cc:5028] TS 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): tablet 8304b87fc4824030956bee89a9904301 (table test-workload [id=dee8f9f364e7416385100d7af3e8dd9d]) successfully deleted
I20260630 12:13:20.598305  4990 consensus_queue.cc:237] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [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: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
W20260630 12:13:20.603884  4957 consensus_peers.cc:597] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 -> Peer c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196:39119): Couldn't send request to peer c89adb9edf9d498b9e4682671d5d4999. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 954081337f3f491eb877174273e0663c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:20.604645  5444 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:13:20.605867  5063 raft_consensus.cc:1275] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer 155038e20a884416b5464bdd6de97336: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:13:20.606132  5654 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } 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:13:20.607102  5610 consensus_queue.cc:1048] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } 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:13:20.614312  5653 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:20.616488  5063 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:20.616802  5444 raft_consensus.cc:2955] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:20.628121  4816 catalog_manager.cc:5697] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index 30 to 31, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "155038e20a884416b5464bdd6de97336" committed_config { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:20.628696  5067 consensus_queue.cc:237] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:20.638516  4990 raft_consensus.cc:1275] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:20.641113  5662 consensus_queue.cc:1048] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } 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:13:20.646209  4915 raft_consensus.cc:1275] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:20.647979  5662 consensus_queue.cc:1048] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:20.663807  5662 raft_consensus.cc:2955] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:20.666297  4989 raft_consensus.cc:2955] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
W20260630 12:13:20.669858  5034 consensus_peers.cc:597] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197:42765): Couldn't send request to peer 28d476d42ed7423aa6258b047e9bf1ba. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: da6944a6503a4e268c03be8f24290468. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:20.672847  4915 raft_consensus.cc:2955] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:20.684906  5067 consensus_queue.cc:237] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:20.685009  4816 catalog_manager.cc:5697] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:20.691210  4989 raft_consensus.cc:1275] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:13:20.691545  4915 raft_consensus.cc:1275] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
W20260630 12:13:20.691712  5031 consensus_peers.cc:597] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f -> Peer c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198:44597): Couldn't send request to peer c987aa0ab55b4b83bea9ed4372179f60. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f594189496584bc28a23487874def6db. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:20.692673  5661 consensus_queue.cc:1048] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:20.694392  5661 consensus_queue.cc:1048] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:20.702282  5662 raft_consensus.cc:2955] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:20.703976  4989 raft_consensus.cc:2955] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:20.705046  4915 raft_consensus.cc:2955] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:20.715449  4814 catalog_manager.cc:5697] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf reported cstate change: config changed from index -1 to 27, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:20.721464  4913 consensus_queue.cc:237] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 25, Committed index: 25, Last appended: 1.25, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:20.728924  5067 raft_consensus.cc:1275] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:20.730343  5650 consensus_queue.cc:1048] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:20.732410  4989 raft_consensus.cc:1275] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer c43019dfe1cd489585c275e491a50ecf: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:13:20.733981  5650 consensus_queue.cc:1048] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:20.740965  5677 raft_consensus.cc:2955] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:20.742712  5067 raft_consensus.cc:2955] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
W20260630 12:13:20.745433  4882 consensus_peers.cc:597] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf -> Peer c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198:44597): Couldn't send request to peer c987aa0ab55b4b83bea9ed4372179f60. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 17ee6eaf88e04ef2b987594586791c14. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:20.744827  4989 raft_consensus.cc:2955] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } } }
I20260630 12:13:20.756930  4810 catalog_manager.cc:5697] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf reported cstate change: config changed from index -1 to 26, NON_VOTER c987aa0ab55b4b83bea9ed4372179f60 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "c43019dfe1cd489585c275e491a50ecf" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:20.757064  5067 consensus_queue.cc:237] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:20.762717  4989 raft_consensus.cc:1275] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:20.762961  4913 raft_consensus.cc:1275] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
W20260630 12:13:20.763455  5034 consensus_peers.cc:597] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197:42765): Couldn't send request to peer 28d476d42ed7423aa6258b047e9bf1ba. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 916ca454dca042c58b8183c1143aba46. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:20.764178  5662 consensus_queue.cc:1048] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:20.765208  5607 consensus_queue.cc:1048] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } 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:13:20.776819  5607 raft_consensus.cc:2955] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:20.778705  4913 raft_consensus.cc:2955] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:20.780104  4989 raft_consensus.cc:2955] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:20.790292  5067 consensus_queue.cc:237] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:20.791695  4814 catalog_manager.cc:5697] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf reported cstate change: config changed from index -1 to 28, NON_VOTER 28d476d42ed7423aa6258b047e9bf1ba (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } } }
I20260630 12:13:20.797649  4989 raft_consensus.cc:1275] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:20.799667  5607 consensus_queue.cc:1048] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } 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:13:20.802162  4913 raft_consensus.cc:1275] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Refusing update from remote peer 25ee2c5d958142d2a6c8506e84017f8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:13:20.805136  5607 consensus_queue.cc:1048] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:20.812425  5661 raft_consensus.cc:2955] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:20.814437  4989 raft_consensus.cc:2955] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
W20260630 12:13:20.816213  5031 consensus_peers.cc:597] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f -> Peer c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196:39119): Couldn't send request to peer c89adb9edf9d498b9e4682671d5d4999. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7a790889a6bb446cabecef3aeee0b84c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:20.818475  4913 raft_consensus.cc:2955] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:20.832665  4816 catalog_manager.cc:5697] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 reported cstate change: config changed from index -1 to 28, NON_VOTER c89adb9edf9d498b9e4682671d5d4999 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "25ee2c5d958142d2a6c8506e84017f8f" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } } }
I20260630 12:13:21.135977  5686 ts_tablet_manager.cc:933] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: Initiating tablet copy from peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:21.138134  5686 tablet_copy_client.cc:323] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37527
I20260630 12:13:21.150784  5078 tablet_copy_service.cc:140] P 25ee2c5d958142d2a6c8506e84017f8f: Received BeginTabletCopySession request for tablet da6944a6503a4e268c03be8f24290468 from peer 28d476d42ed7423aa6258b047e9bf1ba ({username='slave'} at 127.0.0.1:44258)
I20260630 12:13:21.151324  5078 tablet_copy_service.cc:161] P 25ee2c5d958142d2a6c8506e84017f8f: Beginning new tablet copy session on tablet da6944a6503a4e268c03be8f24290468 from peer 28d476d42ed7423aa6258b047e9bf1ba at {username='slave'} at 127.0.0.1:44258: session id = 28d476d42ed7423aa6258b047e9bf1ba-da6944a6503a4e268c03be8f24290468
I20260630 12:13:21.157902  5078 tablet_copy_source_session.cc:215] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:21.160310  5686 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da6944a6503a4e268c03be8f24290468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.172327  5686 tablet_copy_client.cc:806] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:21.172911  5686 tablet_copy_client.cc:670] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:21.176430  5687 tablet_copy_client.cc:1025] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:21.178697  5690 ts_tablet_manager.cc:933] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: Initiating tablet copy from peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:21.180299  5690 tablet_copy_client.cc:323] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37527
I20260630 12:13:21.182087  5078 tablet_copy_service.cc:140] P 25ee2c5d958142d2a6c8506e84017f8f: Received BeginTabletCopySession request for tablet 916ca454dca042c58b8183c1143aba46 from peer 28d476d42ed7423aa6258b047e9bf1ba ({username='slave'} at 127.0.0.1:44258)
I20260630 12:13:21.182510  5078 tablet_copy_service.cc:161] P 25ee2c5d958142d2a6c8506e84017f8f: Beginning new tablet copy session on tablet 916ca454dca042c58b8183c1143aba46 from peer 28d476d42ed7423aa6258b047e9bf1ba at {username='slave'} at 127.0.0.1:44258: session id = 28d476d42ed7423aa6258b047e9bf1ba-916ca454dca042c58b8183c1143aba46
I20260630 12:13:21.187121  5078 tablet_copy_source_session.cc:215] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:21.189649  5690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 916ca454dca042c58b8183c1143aba46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.200786  5690 tablet_copy_client.cc:806] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:21.201373  5690 tablet_copy_client.cc:670] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:21.205359  5691 tablet_copy_client.cc:1025] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:21.217583  5692 ts_tablet_manager.cc:933] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: Initiating tablet copy from peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
I20260630 12:13:21.219548  5692 tablet_copy_client.cc:323] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39937
I20260630 12:13:21.221127  5004 tablet_copy_service.cc:140] P 155038e20a884416b5464bdd6de97336: Received BeginTabletCopySession request for tablet 954081337f3f491eb877174273e0663c from peer c89adb9edf9d498b9e4682671d5d4999 ({username='slave'} at 127.0.0.1:58214)
I20260630 12:13:21.221613  5004 tablet_copy_service.cc:161] P 155038e20a884416b5464bdd6de97336: Beginning new tablet copy session on tablet 954081337f3f491eb877174273e0663c from peer c89adb9edf9d498b9e4682671d5d4999 at {username='slave'} at 127.0.0.1:58214: session id = c89adb9edf9d498b9e4682671d5d4999-954081337f3f491eb877174273e0663c
I20260630 12:13:21.227193  5004 tablet_copy_source_session.cc:215] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:21.230232  5694 ts_tablet_manager.cc:933] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: Initiating tablet copy from peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:21.231017  5692 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 954081337f3f491eb877174273e0663c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.233381  5694 tablet_copy_client.cc:323] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37527
I20260630 12:13:21.234923  5078 tablet_copy_service.cc:140] P 25ee2c5d958142d2a6c8506e84017f8f: Received BeginTabletCopySession request for tablet f594189496584bc28a23487874def6db from peer c987aa0ab55b4b83bea9ed4372179f60 ({username='slave'} at 127.0.0.1:44254)
I20260630 12:13:21.235437  5078 tablet_copy_service.cc:161] P 25ee2c5d958142d2a6c8506e84017f8f: Beginning new tablet copy session on tablet f594189496584bc28a23487874def6db from peer c987aa0ab55b4b83bea9ed4372179f60 at {username='slave'} at 127.0.0.1:44254: session id = c987aa0ab55b4b83bea9ed4372179f60-f594189496584bc28a23487874def6db
I20260630 12:13:21.241164  5078 tablet_copy_source_session.cc:215] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:21.245229  5694 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f594189496584bc28a23487874def6db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.248617  5692 tablet_copy_client.cc:806] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:21.249240  5692 tablet_copy_client.cc:670] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:21.253229  5693 tablet_copy_client.cc:1025] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:21.260430  5694 tablet_copy_client.cc:806] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:21.261013  5694 tablet_copy_client.cc:670] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:21.264477  5695 tablet_copy_client.cc:1025] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:21.278628  5697 ts_tablet_manager.cc:933] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: Initiating tablet copy from peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
I20260630 12:13:21.279157  5696 ts_tablet_manager.cc:933] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: Initiating tablet copy from peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573)
I20260630 12:13:21.280579  5697 tablet_copy_client.cc:323] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37527
I20260630 12:13:21.281211  5696 tablet_copy_client.cc:323] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38573
I20260630 12:13:21.305917  5078 tablet_copy_service.cc:140] P 25ee2c5d958142d2a6c8506e84017f8f: Received BeginTabletCopySession request for tablet 7a790889a6bb446cabecef3aeee0b84c from peer c89adb9edf9d498b9e4682671d5d4999 ({username='slave'} at 127.0.0.1:44266)
I20260630 12:13:21.306535  5078 tablet_copy_service.cc:161] P 25ee2c5d958142d2a6c8506e84017f8f: Beginning new tablet copy session on tablet 7a790889a6bb446cabecef3aeee0b84c from peer c89adb9edf9d498b9e4682671d5d4999 at {username='slave'} at 127.0.0.1:44266: session id = c89adb9edf9d498b9e4682671d5d4999-7a790889a6bb446cabecef3aeee0b84c
I20260630 12:13:21.306737  4929 tablet_copy_service.cc:140] P c43019dfe1cd489585c275e491a50ecf: Received BeginTabletCopySession request for tablet 17ee6eaf88e04ef2b987594586791c14 from peer c987aa0ab55b4b83bea9ed4372179f60 ({username='slave'} at 127.0.0.1:43674)
I20260630 12:13:21.307318  4929 tablet_copy_service.cc:161] P c43019dfe1cd489585c275e491a50ecf: Beginning new tablet copy session on tablet 17ee6eaf88e04ef2b987594586791c14 from peer c987aa0ab55b4b83bea9ed4372179f60 at {username='slave'} at 127.0.0.1:43674: session id = c987aa0ab55b4b83bea9ed4372179f60-17ee6eaf88e04ef2b987594586791c14
I20260630 12:13:21.312283  5078 tablet_copy_source_session.cc:215] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:21.314805  4929 tablet_copy_source_session.cc:215] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:21.315057  5697 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a790889a6bb446cabecef3aeee0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.317981  5696 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17ee6eaf88e04ef2b987594586791c14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:21.330546  5697 tablet_copy_client.cc:806] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:21.331254  5697 tablet_copy_client.cc:670] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:21.336361  5698 tablet_copy_client.cc:1025] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:21.336539  5696 tablet_copy_client.cc:806] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:21.337340  5696 tablet_copy_client.cc:670] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:21.341708  5699 tablet_copy_client.cc:1025] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:21.405113   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:21.417297   431 tablet_copy_service.cc:362] P c43019dfe1cd489585c275e491a50ecf: Destroying tablet copy session c987aa0ab55b4b83bea9ed4372179f60-17ee6eaf88e04ef2b987594586791c14 due to service shutdown
I20260630 12:13:21.417737   431 tablet_copy_service.cc:434] P c43019dfe1cd489585c275e491a50ecf: ending tablet copy session c987aa0ab55b4b83bea9ed4372179f60-17ee6eaf88e04ef2b987594586791c14 on tablet 17ee6eaf88e04ef2b987594586791c14 with peer c987aa0ab55b4b83bea9ed4372179f60
W20260630 12:13:21.432592  4958 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
W20260630 12:13:21.438133  4958 consensus_peers.cc:597] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 -> Peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Couldn't send request to peer c43019dfe1cd489585c275e491a50ecf. 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:13:21.442982  4958 consensus_peers.cc:597] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 -> Peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Couldn't send request to peer c43019dfe1cd489585c275e491a50ecf. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:21.450246   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:21.451701   431 tablet_replica.cc:333] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.452575   431 raft_consensus.cc:2243] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.453295   431 raft_consensus.cc:2272] T 7a790889a6bb446cabecef3aeee0b84c P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.458273   431 tablet_replica.cc:333] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.459105   431 raft_consensus.cc:2243] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.459719   431 raft_consensus.cc:2272] T e4bb6cacf8cd4a2da9d08f94c9db080d P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.462772   431 tablet_replica.cc:333] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.463531   431 raft_consensus.cc:2243] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.464437   431 raft_consensus.cc:2272] T b44f7da7ff4440d3b34552e623da5c2a P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.467207   431 tablet_replica.cc:333] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.467895   431 raft_consensus.cc:2243] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.468470   431 raft_consensus.cc:2272] T da6944a6503a4e268c03be8f24290468 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.471596   431 tablet_replica.cc:333] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.472301   431 raft_consensus.cc:2243] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.473065   431 raft_consensus.cc:2272] T 916ca454dca042c58b8183c1143aba46 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.476359   431 tablet_replica.cc:333] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.477087   431 raft_consensus.cc:2243] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.477720   431 raft_consensus.cc:2272] T 8304b87fc4824030956bee89a9904301 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.480425   431 tablet_replica.cc:333] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.481118   431 raft_consensus.cc:2243] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.481881   431 raft_consensus.cc:2272] T f594189496584bc28a23487874def6db P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.484849   431 tablet_replica.cc:333] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.485562   431 raft_consensus.cc:2243] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.486826   431 raft_consensus.cc:2272] T 17ee6eaf88e04ef2b987594586791c14 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.489920   431 tablet_replica.cc:333] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.490584   431 raft_consensus.cc:2243] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.491209   431 raft_consensus.cc:2272] T 772b9f8f2e95454fb04d67048d8e4a28 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.493898   431 tablet_replica.cc:333] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf: stopping tablet replica
I20260630 12:13:21.494511   431 raft_consensus.cc:2243] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.495038   431 raft_consensus.cc:2272] T 8b603a77007b4aaab10eecc6d2ba8611 P c43019dfe1cd489585c275e491a50ecf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.529404   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:21.558924   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:13:21.578022  5032 consensus_peers.cc:597] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f -> Peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Couldn't send request to peer c43019dfe1cd489585c275e491a50ecf. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:21.580472   431 tablet_copy_service.cc:362] P 155038e20a884416b5464bdd6de97336: Destroying tablet copy session c89adb9edf9d498b9e4682671d5d4999-954081337f3f491eb877174273e0663c due to service shutdown
I20260630 12:13:21.580818   431 tablet_copy_service.cc:434] P 155038e20a884416b5464bdd6de97336: ending tablet copy session c89adb9edf9d498b9e4682671d5d4999-954081337f3f491eb877174273e0663c on tablet 954081337f3f491eb877174273e0663c with peer c89adb9edf9d498b9e4682671d5d4999
I20260630 12:13:21.604279   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:21.605152   431 tablet_replica.cc:333] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.606099   431 raft_consensus.cc:2243] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.606812   431 raft_consensus.cc:2272] T f594189496584bc28a23487874def6db P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:21.609772  5031 consensus_peers.cc:597] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f -> Peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Couldn't send request to peer 155038e20a884416b5464bdd6de97336. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:21.610374   431 tablet_replica.cc:333] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.611166   431 raft_consensus.cc:2243] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.611735   431 raft_consensus.cc:2272] T 17ee6eaf88e04ef2b987594586791c14 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.615779   431 tablet_replica.cc:333] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.616403   431 raft_consensus.cc:2243] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.617292   431 raft_consensus.cc:2272] T 1cbfff0534f547cabf225e286bc3b769 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.619994   431 tablet_replica.cc:333] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.620529   431 raft_consensus.cc:2243] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.621258   431 raft_consensus.cc:2272] T e4bb6cacf8cd4a2da9d08f94c9db080d P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.623494   431 tablet_replica.cc:333] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.623994   431 raft_consensus.cc:2243] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.624388   431 raft_consensus.cc:2272] T da6944a6503a4e268c03be8f24290468 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.626910   431 tablet_replica.cc:333] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.627436   431 raft_consensus.cc:2243] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.627988   431 raft_consensus.cc:2272] T 916ca454dca042c58b8183c1143aba46 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.630801   431 tablet_replica.cc:333] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.631320   431 raft_consensus.cc:2243] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.632315   431 raft_consensus.cc:2272] T 954081337f3f491eb877174273e0663c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.634840   431 tablet_replica.cc:333] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.635398   431 raft_consensus.cc:2243] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.635975   431 raft_consensus.cc:2272] T 7a790889a6bb446cabecef3aeee0b84c P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.638863   431 tablet_replica.cc:333] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.639452   431 raft_consensus.cc:2243] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.640204   431 raft_consensus.cc:2272] T 772b9f8f2e95454fb04d67048d8e4a28 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.642608   431 tablet_replica.cc:333] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336: stopping tablet replica
I20260630 12:13:21.643224   431 raft_consensus.cc:2243] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.644164   431 raft_consensus.cc:2272] T 8b603a77007b4aaab10eecc6d2ba8611 P 155038e20a884416b5464bdd6de97336 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:21.661098  4957 connection.cc:466] server connection from 127.0.0.1:51048 torn down before Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:51048 (request call id 250) could send its response
W20260630 12:13:21.664903  5031 consensus_peers.cc:597] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Couldn't send request to peer 155038e20a884416b5464bdd6de97336. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39937: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:21.675634  5031 consensus_peers.cc:597] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Couldn't send request to peer 155038e20a884416b5464bdd6de97336. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:39937: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:21.682303   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:13:21.705340  5032 consensus_peers.cc:597] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Couldn't send request to peer c43019dfe1cd489585c275e491a50ecf. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:21.714180   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:21.727283   431 tablet_copy_service.cc:362] P 25ee2c5d958142d2a6c8506e84017f8f: Destroying tablet copy session c89adb9edf9d498b9e4682671d5d4999-7a790889a6bb446cabecef3aeee0b84c due to service shutdown
I20260630 12:13:21.727675   431 tablet_copy_service.cc:434] P 25ee2c5d958142d2a6c8506e84017f8f: ending tablet copy session c89adb9edf9d498b9e4682671d5d4999-7a790889a6bb446cabecef3aeee0b84c on tablet 7a790889a6bb446cabecef3aeee0b84c with peer c89adb9edf9d498b9e4682671d5d4999
I20260630 12:13:21.728188   431 tablet_copy_service.cc:362] P 25ee2c5d958142d2a6c8506e84017f8f: Destroying tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-916ca454dca042c58b8183c1143aba46 due to service shutdown
I20260630 12:13:21.728451   431 tablet_copy_service.cc:434] P 25ee2c5d958142d2a6c8506e84017f8f: ending tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-916ca454dca042c58b8183c1143aba46 on tablet 916ca454dca042c58b8183c1143aba46 with peer 28d476d42ed7423aa6258b047e9bf1ba
I20260630 12:13:21.728921   431 tablet_copy_service.cc:362] P 25ee2c5d958142d2a6c8506e84017f8f: Destroying tablet copy session c987aa0ab55b4b83bea9ed4372179f60-f594189496584bc28a23487874def6db due to service shutdown
I20260630 12:13:21.729174   431 tablet_copy_service.cc:434] P 25ee2c5d958142d2a6c8506e84017f8f: ending tablet copy session c987aa0ab55b4b83bea9ed4372179f60-f594189496584bc28a23487874def6db on tablet f594189496584bc28a23487874def6db with peer c987aa0ab55b4b83bea9ed4372179f60
I20260630 12:13:21.729632   431 tablet_copy_service.cc:362] P 25ee2c5d958142d2a6c8506e84017f8f: Destroying tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-da6944a6503a4e268c03be8f24290468 due to service shutdown
I20260630 12:13:21.729924   431 tablet_copy_service.cc:434] P 25ee2c5d958142d2a6c8506e84017f8f: ending tablet copy session 28d476d42ed7423aa6258b047e9bf1ba-da6944a6503a4e268c03be8f24290468 on tablet da6944a6503a4e268c03be8f24290468 with peer 28d476d42ed7423aa6258b047e9bf1ba
I20260630 12:13:21.750244   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:21.751119   431 tablet_replica.cc:333] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.752002   431 raft_consensus.cc:2243] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.753039   431 raft_consensus.cc:2272] T 7a790889a6bb446cabecef3aeee0b84c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.756348   431 tablet_replica.cc:333] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.756981   431 raft_consensus.cc:2243] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.757997   431 raft_consensus.cc:2272] T f594189496584bc28a23487874def6db P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.760058   431 tablet_replica.cc:333] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.760735   431 raft_consensus.cc:2243] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.761236   431 raft_consensus.cc:2272] T 17ee6eaf88e04ef2b987594586791c14 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.764041   431 tablet_replica.cc:333] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.764765   431 raft_consensus.cc:2243] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus shutting down.
W20260630 12:13:21.764854  5032 consensus_peers.cc:597] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Couldn't send request to peer c43019dfe1cd489585c275e491a50ecf. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:21.765635   431 raft_consensus.cc:2272] T 1cbfff0534f547cabf225e286bc3b769 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.768613   431 tablet_replica.cc:333] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.769174   431 raft_consensus.cc:2243] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.769826   431 raft_consensus.cc:2272] T b44f7da7ff4440d3b34552e623da5c2a P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:21.770711  5032 consensus_peers.cc:597] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f -> Peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Couldn't send request to peer c43019dfe1cd489585c275e491a50ecf. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:21.772454   431 tablet_replica.cc:333] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.773025   431 raft_consensus.cc:2243] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.773514   431 raft_consensus.cc:2272] T e4bb6cacf8cd4a2da9d08f94c9db080d P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.775596   431 tablet_replica.cc:333] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.776115   431 raft_consensus.cc:2243] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.777091   431 raft_consensus.cc:2272] T da6944a6503a4e268c03be8f24290468 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.779196   431 tablet_replica.cc:333] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.779670   431 raft_consensus.cc:2243] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.780388   431 raft_consensus.cc:2272] T 8304b87fc4824030956bee89a9904301 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.782543   431 tablet_replica.cc:333] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.783046   431 raft_consensus.cc:2243] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:21.783553   431 raft_consensus.cc:2272] T 954081337f3f491eb877174273e0663c P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.785578   431 tablet_replica.cc:333] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f: stopping tablet replica
I20260630 12:13:21.786110   431 raft_consensus.cc:2243] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:21.787462   431 raft_consensus.cc:2272] T 916ca454dca042c58b8183c1143aba46 P 25ee2c5d958142d2a6c8506e84017f8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:21.823115   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:21.861025   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:21.885210   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:22.636864  5707 raft_consensus.cc:493] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 155038e20a884416b5464bdd6de97336)
I20260630 12:13:22.637424  5707 raft_consensus.cc:515] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } }
I20260630 12:13:22.639762  5707 leader_election.cc:290] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
W20260630 12:13:22.645249  5332 leader_election.cc:336] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Network error: Client connection negotiation failed: client connection to 127.0.107.194:39937: connect: Connection refused (error 111)
W20260630 12:13:22.645936  5335 leader_election.cc:336] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527): Network error: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
I20260630 12:13:22.646358  5335 leader_election.cc:304] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [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: c89adb9edf9d498b9e4682671d5d4999; no voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f
I20260630 12:13:22.646961  5707 raft_consensus.cc:2749] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:22.705356  5711 raft_consensus.cc:493] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 155038e20a884416b5464bdd6de97336)
I20260630 12:13:22.705920  5711 raft_consensus.cc:515] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:22.707944  5711 leader_election.cc:290] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
W20260630 12:13:22.714488  5407 leader_election.cc:336] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Network error: Client connection negotiation failed: client connection to 127.0.107.194:39937: connect: Connection refused (error 111)
W20260630 12:13:22.715075  5410 leader_election.cc:336] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527): Network error: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
I20260630 12:13:22.715476  5410 leader_election.cc:304] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [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: 28d476d42ed7423aa6258b047e9bf1ba; no voters: 155038e20a884416b5464bdd6de97336, 25ee2c5d958142d2a6c8506e84017f8f
I20260630 12:13:22.716096  5711 raft_consensus.cc:2749] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:22.831912  5715 raft_consensus.cc:493] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 155038e20a884416b5464bdd6de97336)
I20260630 12:13:22.832515  5715 raft_consensus.cc:515] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } }
I20260630 12:13:22.834838  5715 leader_election.cc:290] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
W20260630 12:13:22.842778  5482 leader_election.cc:336] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111)
W20260630 12:13:22.843379  5481 leader_election.cc:336] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Network error: Client connection negotiation failed: client connection to 127.0.107.194:39937: connect: Connection refused (error 111)
I20260630 12:13:22.843760  5481 leader_election.cc:304] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [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: c987aa0ab55b4b83bea9ed4372179f60; no voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:22.844487  5715 raft_consensus.cc:2749] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:22.962303  5711 raft_consensus.cc:493] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c43019dfe1cd489585c275e491a50ecf)
I20260630 12:13:22.962883  5711 raft_consensus.cc:515] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } }
I20260630 12:13:22.964896  5711 leader_election.cc:290] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
W20260630 12:13:22.969256  5408 leader_election.cc:336] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111)
W20260630 12:13:22.969821  5410 leader_election.cc:336] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527): Network error: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
I20260630 12:13:22.970237  5410 leader_election.cc:304] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [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: 28d476d42ed7423aa6258b047e9bf1ba; no voters: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:22.970849  5711 raft_consensus.cc:2749] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:23.036121  5715 raft_consensus.cc:493] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 25ee2c5d958142d2a6c8506e84017f8f)
I20260630 12:13:23.036773  5715 raft_consensus.cc:515] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: false } }
I20260630 12:13:23.039232  5715 leader_election.cc:290] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527)
W20260630 12:13:23.043264  5484 leader_election.cc:336] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 25ee2c5d958142d2a6c8506e84017f8f (127.0.107.195:37527): Network error: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
W20260630 12:13:23.043826  5482 leader_election.cc:336] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111)
I20260630 12:13:23.044282  5482 leader_election.cc:304] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [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: c987aa0ab55b4b83bea9ed4372179f60; no voters: 25ee2c5d958142d2a6c8506e84017f8f, c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:23.045060  5715 raft_consensus.cc:2749] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:23.118386  5707 raft_consensus.cc:493] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 155038e20a884416b5464bdd6de97336)
I20260630 12:13:23.118919  5707 raft_consensus.cc:515] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: false } }
I20260630 12:13:23.120957  5707 leader_election.cc:290] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573), 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937)
W20260630 12:13:23.125170  5332 leader_election.cc:336] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 155038e20a884416b5464bdd6de97336 (127.0.107.194:39937): Network error: Client connection negotiation failed: client connection to 127.0.107.194:39937: connect: Connection refused (error 111)
W20260630 12:13:23.125871  5333 leader_election.cc:336] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c43019dfe1cd489585c275e491a50ecf (127.0.107.193:38573): Network error: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111)
I20260630 12:13:23.126335  5333 leader_election.cc:304] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [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: c89adb9edf9d498b9e4682671d5d4999; no voters: 155038e20a884416b5464bdd6de97336, c43019dfe1cd489585c275e491a50ecf
I20260630 12:13:23.127071  5707 raft_consensus.cc:2749] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:23.177443  5686 tablet_copy_client.cc:538] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:23.185024  5686 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap starting.
I20260630 12:13:23.206282  5690 tablet_copy_client.cc:538] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:23.216302  5690 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap starting.
I20260630 12:13:23.254077  5692 tablet_copy_client.cc:538] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:23.263252  5692 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: Bootstrap starting.
I20260630 12:13:23.265280  5694 tablet_copy_client.cc:538] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:23.274151  5694 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap starting.
I20260630 12:13:23.327397  5686 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=103 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:23.330120  5686 tablet_bootstrap.cc:492] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap complete.
I20260630 12:13:23.330828  5686 ts_tablet_manager.cc:1403] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: Time spent bootstrapping tablet: real 0.146s	user 0.132s	sys 0.013s
I20260630 12:13:23.333359  5686 raft_consensus.cc:359] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:23.334167  5686 raft_consensus.cc:740] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d476d42ed7423aa6258b047e9bf1ba, State: Initialized, Role: LEARNER
I20260630 12:13:23.334784  5686 consensus_queue.cc:260] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:23.337107  5686 ts_tablet_manager.cc:1434] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:13:23.337215  5697 tablet_copy_client.cc:538] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:13:23.340127  5686 tablet_copy_client.cc:1131] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
I20260630 12:13:23.346122  5696 tablet_copy_client.cc:538] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:23.349946  5697 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: Bootstrap starting.
I20260630 12:13:23.357942  5696 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap starting.
I20260630 12:13:23.371122  5690 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=103 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:23.371985  5690 tablet_bootstrap.cc:492] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: Bootstrap complete.
I20260630 12:13:23.372653  5690 ts_tablet_manager.cc:1403] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: Time spent bootstrapping tablet: real 0.157s	user 0.140s	sys 0.008s
I20260630 12:13:23.375072  5690 raft_consensus.cc:359] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:23.375839  5690 raft_consensus.cc:740] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d476d42ed7423aa6258b047e9bf1ba, State: Initialized, Role: LEARNER
I20260630 12:13:23.376446  5690 consensus_queue.cc:260] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: true } }
I20260630 12:13:23.380326  5690 ts_tablet_manager.cc:1434] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
W20260630 12:13:23.383270  5690 tablet_copy_client.cc:1131] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
I20260630 12:13:23.491993  5694 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=82 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:23.492985  5694 tablet_bootstrap.cc:492] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap complete.
I20260630 12:13:23.493690  5694 ts_tablet_manager.cc:1403] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: Time spent bootstrapping tablet: real 0.220s	user 0.125s	sys 0.019s
I20260630 12:13:23.496199  5694 raft_consensus.cc:359] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:23.497005  5694 raft_consensus.cc:740] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c987aa0ab55b4b83bea9ed4372179f60, State: Initialized, Role: LEARNER
I20260630 12:13:23.497630  5694 consensus_queue.cc:260] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } attrs { replace: true } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:23.503086  5694 ts_tablet_manager.cc:1434] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.003s
W20260630 12:13:23.506125  5694 tablet_copy_client.cc:1131] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
I20260630 12:13:23.539568  5692 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: Bootstrap replayed 1/1 log segments. Stats: ops{read=31 overwritten=0 applied=31 ignored=0} inserts{seen=125 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:23.540429  5692 tablet_bootstrap.cc:492] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: Bootstrap complete.
I20260630 12:13:23.541155  5692 ts_tablet_manager.cc:1403] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: Time spent bootstrapping tablet: real 0.278s	user 0.141s	sys 0.024s
I20260630 12:13:23.543987  5692 raft_consensus.cc:359] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:23.544734  5692 raft_consensus.cc:740] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c89adb9edf9d498b9e4682671d5d4999, State: Initialized, Role: LEARNER
I20260630 12:13:23.545310  5692 consensus_queue.cc:260] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999 [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: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "28d476d42ed7423aa6258b047e9bf1ba" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 42765 } attrs { promote: false } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:23.547487  5692 ts_tablet_manager.cc:1434] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260630 12:13:23.550575  5692 tablet_copy_client.cc:1131] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:39937: connect: Connection refused (error 111)
I20260630 12:13:23.564046  5697 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: 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:13:23.564790  5697 tablet_bootstrap.cc:492] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: Bootstrap complete.
I20260630 12:13:23.565356  5697 ts_tablet_manager.cc:1403] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: Time spent bootstrapping tablet: real 0.216s	user 0.132s	sys 0.020s
I20260630 12:13:23.567216  5697 raft_consensus.cc:359] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:23.567847  5697 raft_consensus.cc:740] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c89adb9edf9d498b9e4682671d5d4999, State: Initialized, Role: LEARNER
I20260630 12:13:23.568406  5697 consensus_queue.cc:260] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999 [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: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } attrs { replace: true } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } } peers { permanent_uuid: "c89adb9edf9d498b9e4682671d5d4999" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39119 } attrs { promote: true } }
I20260630 12:13:23.569905  5697 ts_tablet_manager.cc:1434] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: Time spent starting tablet: real 0.004s	user 0.008s	sys 0.000s
W20260630 12:13:23.572060  5697 tablet_copy_client.cc:1131] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:37527: connect: Connection refused (error 111)
I20260630 12:13:23.573835   431 tablet_replica.cc:333] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999: stopping tablet replica
I20260630 12:13:23.574389   431 raft_consensus.cc:2243] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:23.574787   431 raft_consensus.cc:2272] T 954081337f3f491eb877174273e0663c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:23.576821   431 tablet_replica.cc:333] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999: stopping tablet replica
I20260630 12:13:23.577353   431 raft_consensus.cc:2243] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:23.577901   431 raft_consensus.cc:2272] T 8b603a77007b4aaab10eecc6d2ba8611 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.579665   431 tablet_replica.cc:333] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999: stopping tablet replica
I20260630 12:13:23.580188   431 raft_consensus.cc:2243] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:23.580545   431 raft_consensus.cc:2272] T 7a790889a6bb446cabecef3aeee0b84c P c89adb9edf9d498b9e4682671d5d4999 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:23.582710   431 tablet_replica.cc:333] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999: stopping tablet replica
I20260630 12:13:23.583192   431 raft_consensus.cc:2243] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:23.583657   431 raft_consensus.cc:2272] T 1cbfff0534f547cabf225e286bc3b769 P c89adb9edf9d498b9e4682671d5d4999 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.583851  5696 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=116 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:23.584733  5696 tablet_bootstrap.cc:492] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: Bootstrap complete.
I20260630 12:13:23.585341  5696 ts_tablet_manager.cc:1403] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: Time spent bootstrapping tablet: real 0.228s	user 0.128s	sys 0.023s
I20260630 12:13:23.587703  5696 raft_consensus.cc:359] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:23.588438  5696 raft_consensus.cc:740] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c987aa0ab55b4b83bea9ed4372179f60, State: Initialized, Role: LEARNER
I20260630 12:13:23.588950  5696 consensus_queue.cc:260] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c43019dfe1cd489585c275e491a50ecf" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38573 } } peers { permanent_uuid: "155038e20a884416b5464bdd6de97336" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39937 } } peers { permanent_uuid: "25ee2c5d958142d2a6c8506e84017f8f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37527 } attrs { replace: true } } peers { permanent_uuid: "c987aa0ab55b4b83bea9ed4372179f60" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 44597 } attrs { promote: true } }
I20260630 12:13:23.591732  5696 ts_tablet_manager.cc:1434] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
W20260630 12:13:23.594885  5696 tablet_copy_client.cc:1131] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:38573: connect: Connection refused (error 111)
I20260630 12:13:23.609952   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:23.621152   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260630 12:13:23.646546   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:23.647676   431 tablet_replica.cc:333] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba: stopping tablet replica
I20260630 12:13:23.648509   431 raft_consensus.cc:2243] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:23.648958   431 raft_consensus.cc:2272] T 916ca454dca042c58b8183c1143aba46 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:23.651193   431 tablet_replica.cc:333] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba: stopping tablet replica
I20260630 12:13:23.651710   431 raft_consensus.cc:2243] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:23.652077   431 raft_consensus.cc:2272] T da6944a6503a4e268c03be8f24290468 P 28d476d42ed7423aa6258b047e9bf1ba [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:23.654209   431 tablet_replica.cc:333] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba: stopping tablet replica
I20260630 12:13:23.654692   431 raft_consensus.cc:2243] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:23.655117   431 raft_consensus.cc:2272] T b44f7da7ff4440d3b34552e623da5c2a P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.656863   431 tablet_replica.cc:333] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba: stopping tablet replica
I20260630 12:13:23.657307   431 raft_consensus.cc:2243] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:23.657874   431 raft_consensus.cc:2272] T 954081337f3f491eb877174273e0663c P 28d476d42ed7423aa6258b047e9bf1ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.680787   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260630 12:13:23.694968   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260630 12:13:23.718540   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:23.720193   431 tablet_replica.cc:333] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60: stopping tablet replica
I20260630 12:13:23.720856   431 raft_consensus.cc:2243] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:23.721266   431 raft_consensus.cc:2272] T 17ee6eaf88e04ef2b987594586791c14 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:23.723457   431 tablet_replica.cc:333] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60: stopping tablet replica
I20260630 12:13:23.723980   431 raft_consensus.cc:2243] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:23.724435   431 raft_consensus.cc:2272] T 8304b87fc4824030956bee89a9904301 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.726358   431 tablet_replica.cc:333] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60: stopping tablet replica
I20260630 12:13:23.726830   431 raft_consensus.cc:2243] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:23.727186   431 raft_consensus.cc:2272] T f594189496584bc28a23487874def6db P c987aa0ab55b4b83bea9ed4372179f60 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:23.729169   431 tablet_replica.cc:333] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60: stopping tablet replica
I20260630 12:13:23.729638   431 raft_consensus.cc:2243] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:23.730115   431 raft_consensus.cc:2272] T 772b9f8f2e95454fb04d67048d8e4a28 P c987aa0ab55b4b83bea9ed4372179f60 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.751715   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260630 12:13:23.766743   431 master.cc:562] Master@127.0.107.254:34671 shutting down...
W20260630 12:13:23.788633  4865 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:13:23.790041   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:23.790503   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.790761   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2e29c6a7ff8649ebb971c9c153bf3e65: stopping tablet replica
I20260630 12:13:23.812302   431 master.cc:584] Master@127.0.107.254:34671 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (17402 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:13:23.862490   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38217
I20260630 12:13:23.863507   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:23.868608  5725 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:23.868861  5726 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:23.870095  5728 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:23.871174   431 server_base.cc:1061] running on GCE node
I20260630 12:13:23.872015   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:23.872213   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:23.872380   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821603872346 us; error 0 us; skew 500 ppm
I20260630 12:13:23.872893   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:23.875126   431 webserver.cc:533] Webserver started at http://127.0.107.254:42347/ using document root <none> and password file <none>
I20260630 12:13:23.875597   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:23.875792   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:23.876062   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:23.877110   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-t06f"
I20260630 12:13:23.881461   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:13:23.884562  5733 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:23.885319   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:23.885605   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-t06f"
I20260630 12:13:23.885967   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:23.896956   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:23.898168   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:23.934154   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38217
I20260630 12:13:23.934255  5784 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38217 every 8 connection(s)
I20260630 12:13:23.937930  5785 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:23.947995  5785 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9: Bootstrap starting.
I20260630 12:13:23.952487  5785 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:23.956774  5785 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9: No bootstrap required, opened a new log
I20260630 12:13:23.958881  5785 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9" member_type: VOTER }
I20260630 12:13:23.959287  5785 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:23.959502  5785 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c25bc67d8cf4a3cb9555f0536ee00b9, State: Initialized, Role: FOLLOWER
I20260630 12:13:23.960107  5785 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1c25bc67d8cf4a3cb9555f0536ee00b9" member_type: VOTER }
I20260630 12:13:23.960548  5785 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:23.960783  5785 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:23.961037  5785 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:23.965420  5785 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9" member_type: VOTER }
I20260630 12:13:23.966013  5785 leader_election.cc:304] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [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: 1c25bc67d8cf4a3cb9555f0536ee00b9; no voters: 
I20260630 12:13:23.967137  5785 leader_election.cc:290] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:23.967491  5788 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:23.968855  5788 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 1 LEADER]: Becoming Leader. State: Replica: 1c25bc67d8cf4a3cb9555f0536ee00b9, State: Running, Role: LEADER
I20260630 12:13:23.969436  5788 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [LEADER]: Queue going to LEADER mode. State: All 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: "1c25bc67d8cf4a3cb9555f0536ee00b9" member_type: VOTER }
I20260630 12:13:23.969981  5785 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:23.974506  5789 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9" member_type: VOTER } }
I20260630 12:13:23.974910  5790 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1c25bc67d8cf4a3cb9555f0536ee00b9. Latest consensus state: current_term: 1 leader_uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1c25bc67d8cf4a3cb9555f0536ee00b9" member_type: VOTER } }
I20260630 12:13:23.975260  5789 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:23.975673  5790 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:23.978575  5796 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:23.983556  5796 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:23.986199   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:23.992304  5796 catalog_manager.cc:1383] Generated new cluster ID: b7c1f93ea280435dab53a75e74ccfca6
I20260630 12:13:23.992597  5796 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:24.016837  5796 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:24.018076  5796 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:24.037842  5796 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9: Generated new TSK 0
I20260630 12:13:24.038414  5796 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:24.053184   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:24.058940  5806 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:24.060021  5807 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:24.061458  5809 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:24.061846   431 server_base.cc:1061] running on GCE node
I20260630 12:13:24.062793   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:24.063026   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:24.063215   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821604063196 us; error 0 us; skew 500 ppm
I20260630 12:13:24.063735   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:24.065960   431 webserver.cc:533] Webserver started at http://127.0.107.193:32919/ using document root <none> and password file <none>
I20260630 12:13:24.066421   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:24.066608   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:24.066880   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:24.067936   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "aaa33a79698d4f8e9e614086c7de40e8"
format_stamp: "Formatted at 2026-06-30 12:13:24 on dist-test-slave-t06f"
I20260630 12:13:24.072228   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:13:24.075503  5814 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.076378   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:24.076769   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "aaa33a79698d4f8e9e614086c7de40e8"
format_stamp: "Formatted at 2026-06-30 12:13:24 on dist-test-slave-t06f"
I20260630 12:13:24.077132   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:24.096165   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:24.097190   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:24.098596   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:24.100713   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:24.100878   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.101161   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:24.101313   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.138114   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40751
I20260630 12:13:24.138192  5876 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40751 every 8 connection(s)
I20260630 12:13:24.142520   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:24.149443  5881 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:24.151124  5882 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:24.152282  5884 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:24.153993   431 server_base.cc:1061] running on GCE node
I20260630 12:13:24.155879   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:24.156143   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:24.156374   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821604156354 us; error 0 us; skew 500 ppm
I20260630 12:13:24.157051   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:24.157322  5877 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38217
I20260630 12:13:24.157719  5877 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:24.158428  5877 heartbeater.cc:507] Master 127.0.107.254:38217 requested a full tablet report, sending...
I20260630 12:13:24.159818   431 webserver.cc:533] Webserver started at http://127.0.107.194:35419/ using document root <none> and password file <none>
I20260630 12:13:24.160466   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:24.160729   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:24.160626  5750 ts_manager.cc:194] Registered new tserver with Master: aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751)
I20260630 12:13:24.161124   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:24.162564   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "8468445ba8d446748d39b94a51a47025"
format_stamp: "Formatted at 2026-06-30 12:13:24 on dist-test-slave-t06f"
I20260630 12:13:24.163012  5750 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46782
I20260630 12:13:24.167272   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:24.170430  5889 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.171228   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:13:24.171480   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "8468445ba8d446748d39b94a51a47025"
format_stamp: "Formatted at 2026-06-30 12:13:24 on dist-test-slave-t06f"
I20260630 12:13:24.171716   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:24.192996   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:24.194103   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:24.195415   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:24.197561   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:24.197824   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.198021   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:24.198145   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.234127   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46823
I20260630 12:13:24.234227  5951 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46823 every 8 connection(s)
I20260630 12:13:24.238869   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:24.245246  5955 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:24.247555  5956 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:24.248306   431 server_base.cc:1061] running on GCE node
W20260630 12:13:24.248831  5958 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:24.249828   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:24.250025   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:24.250242   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821604250205 us; error 0 us; skew 500 ppm
I20260630 12:13:24.250726   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:24.251024  5952 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38217
I20260630 12:13:24.251438  5952 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:24.252224  5952 heartbeater.cc:507] Master 127.0.107.254:38217 requested a full tablet report, sending...
I20260630 12:13:24.253218   431 webserver.cc:533] Webserver started at http://127.0.107.195:38733/ using document root <none> and password file <none>
I20260630 12:13:24.253930   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:24.254168   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:24.254478   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:24.254441  5750 ts_manager.cc:194] Registered new tserver with Master: 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823)
I20260630 12:13:24.256052   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "512b4c87cffa4de29539157801c794fd"
format_stamp: "Formatted at 2026-06-30 12:13:24 on dist-test-slave-t06f"
I20260630 12:13:24.256420  5750 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46794
I20260630 12:13:24.260905   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:13:24.264123  5963 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.264848   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:24.265136   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "512b4c87cffa4de29539157801c794fd"
format_stamp: "Formatted at 2026-06-30 12:13:24 on dist-test-slave-t06f"
I20260630 12:13:24.265395   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:24.283356   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:24.284376   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:24.285781   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:24.288041   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:24.288244   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.288499   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:24.288668   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:24.324349   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43597
I20260630 12:13:24.324461  6025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43597 every 8 connection(s)
I20260630 12:13:24.337230  6026 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38217
I20260630 12:13:24.337595  6026 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:24.338418  6026 heartbeater.cc:507] Master 127.0.107.254:38217 requested a full tablet report, sending...
I20260630 12:13:24.340497  5750 ts_manager.cc:194] Registered new tserver with Master: 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597)
I20260630 12:13:24.369724   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.04271877s
I20260630 12:13:24.376335  5750 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46808
I20260630 12:13:25.165818  5877 heartbeater.cc:499] Master 127.0.107.254:38217 was elected leader, sending a full tablet report...
I20260630 12:13:25.259341  5952 heartbeater.cc:499] Master 127.0.107.254:38217 was elected leader, sending a full tablet report...
I20260630 12:13:25.380436  6026 heartbeater.cc:499] Master 127.0.107.254:38217 was elected leader, sending a full tablet report...
I20260630 12:13:25.432276  5750 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46820:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:13:25.434685  5750 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:13:25.501973  5917 tablet_service.cc:1511] Processing CreateTablet for tablet c0aa9999682744c89e80c6cccd3baebf (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:25.502151  5916 tablet_service.cc:1511] Processing CreateTablet for tablet f4acfb1b0e614e26a6e5f2af43b5f251 (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:25.503892  5917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0aa9999682744c89e80c6cccd3baebf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.505604  5915 tablet_service.cc:1511] Processing CreateTablet for tablet b7183233c7c14420bae73a532cb1fab0 (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:25.507107  5915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7183233c7c14420bae73a532cb1fab0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.508275  5842 tablet_service.cc:1511] Processing CreateTablet for tablet c0aa9999682744c89e80c6cccd3baebf (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:25.508868  5841 tablet_service.cc:1511] Processing CreateTablet for tablet f4acfb1b0e614e26a6e5f2af43b5f251 (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:25.509907  5842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0aa9999682744c89e80c6cccd3baebf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.511413  5840 tablet_service.cc:1511] Processing CreateTablet for tablet b7183233c7c14420bae73a532cb1fab0 (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:25.514549  5989 tablet_service.cc:1511] Processing CreateTablet for tablet b7183233c7c14420bae73a532cb1fab0 (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:25.515942  5840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7183233c7c14420bae73a532cb1fab0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.516086  5989 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7183233c7c14420bae73a532cb1fab0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.518049  5841 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4acfb1b0e614e26a6e5f2af43b5f251. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.518999  5990 tablet_service.cc:1511] Processing CreateTablet for tablet f4acfb1b0e614e26a6e5f2af43b5f251 (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:25.520452  5990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4acfb1b0e614e26a6e5f2af43b5f251. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.522087  5916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4acfb1b0e614e26a6e5f2af43b5f251. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.522289  5991 tablet_service.cc:1511] Processing CreateTablet for tablet c0aa9999682744c89e80c6cccd3baebf (DEFAULT_TABLE table=test-workload [id=f7c97509931a48a6ac065722a3465167]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:25.525122  5991 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0aa9999682744c89e80c6cccd3baebf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.556486  6048 tablet_bootstrap.cc:492] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8: Bootstrap starting.
I20260630 12:13:25.564405  6047 tablet_bootstrap.cc:492] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025: Bootstrap starting.
I20260630 12:13:25.570868  6047 tablet_bootstrap.cc:654] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.572978  6048 tablet_bootstrap.cc:654] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.590243  6047 tablet_bootstrap.cc:492] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025: No bootstrap required, opened a new log
I20260630 12:13:25.590881  6047 ts_tablet_manager.cc:1403] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025: Time spent bootstrapping tablet: real 0.027s	user 0.008s	sys 0.004s
I20260630 12:13:25.595400  6049 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: Bootstrap starting.
I20260630 12:13:25.594789  6047 raft_consensus.cc:359] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.597097  6047 raft_consensus.cc:385] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.597440  6047 raft_consensus.cc:740] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8468445ba8d446748d39b94a51a47025, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.598397  6047 consensus_queue.cc:260] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.599131  6048 tablet_bootstrap.cc:492] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8: No bootstrap required, opened a new log
I20260630 12:13:25.599601  6048 ts_tablet_manager.cc:1403] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8: Time spent bootstrapping tablet: real 0.044s	user 0.014s	sys 0.004s
I20260630 12:13:25.601570  6047 ts_tablet_manager.cc:1434] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.004s
I20260630 12:13:25.603125  6049 tablet_bootstrap.cc:654] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.602584  6048 raft_consensus.cc:359] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.603610  6048 raft_consensus.cc:385] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.604003  6048 raft_consensus.cc:740] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aaa33a79698d4f8e9e614086c7de40e8, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.605010  6048 consensus_queue.cc:260] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.614317  6047 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: Bootstrap starting.
I20260630 12:13:25.615295  6049 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: No bootstrap required, opened a new log
I20260630 12:13:25.615794  6049 ts_tablet_manager.cc:1403] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: Time spent bootstrapping tablet: real 0.021s	user 0.017s	sys 0.000s
I20260630 12:13:25.615926  6048 ts_tablet_manager.cc:1434] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8: Time spent starting tablet: real 0.016s	user 0.012s	sys 0.004s
I20260630 12:13:25.620571  6047 tablet_bootstrap.cc:654] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.621344  6048 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8: Bootstrap starting.
I20260630 12:13:25.620131  6049 raft_consensus.cc:359] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.623297  6049 raft_consensus.cc:385] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.623615  6049 raft_consensus.cc:740] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 512b4c87cffa4de29539157801c794fd, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.624585  6049 consensus_queue.cc:260] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.627302  6048 tablet_bootstrap.cc:654] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.628116  6047 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: No bootstrap required, opened a new log
I20260630 12:13:25.628141  6049 ts_tablet_manager.cc:1434] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:13:25.628646  6047 ts_tablet_manager.cc:1403] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.000s
I20260630 12:13:25.629575  6049 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: Bootstrap starting.
I20260630 12:13:25.632055  6047 raft_consensus.cc:359] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.632989  6047 raft_consensus.cc:385] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.633347  6047 raft_consensus.cc:740] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8468445ba8d446748d39b94a51a47025, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.634296  6047 consensus_queue.cc:260] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.637522  6047 ts_tablet_manager.cc:1434] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.008s
I20260630 12:13:25.638401  6052 raft_consensus.cc:493] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.638849  6047 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025: Bootstrap starting.
I20260630 12:13:25.638983  6052 raft_consensus.cc:515] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.642289  6048 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8: No bootstrap required, opened a new log
I20260630 12:13:25.642848  6048 ts_tablet_manager.cc:1403] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.012s
I20260630 12:13:25.644547  6049 tablet_bootstrap.cc:654] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.645632  6048 raft_consensus.cc:359] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.646433  6048 raft_consensus.cc:385] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.646727  6048 raft_consensus.cc:740] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aaa33a79698d4f8e9e614086c7de40e8, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.647853  6047 tablet_bootstrap.cc:654] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.647466  6048 consensus_queue.cc:260] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.649689  6048 ts_tablet_manager.cc:1434] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:13:25.650682  6048 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: Bootstrap starting.
I20260630 12:13:25.655720  6052 leader_election.cc:290] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751), 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597)
I20260630 12:13:25.656749  6048 tablet_bootstrap.cc:654] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.660612  6047 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025: No bootstrap required, opened a new log
I20260630 12:13:25.661183  6047 ts_tablet_manager.cc:1403] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.009s
I20260630 12:13:25.664251  6047 raft_consensus.cc:359] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.664961  6047 raft_consensus.cc:385] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.665273  6047 raft_consensus.cc:740] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8468445ba8d446748d39b94a51a47025, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.666253  6047 consensus_queue.cc:260] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.668625  6049 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: No bootstrap required, opened a new log
I20260630 12:13:25.669163  6049 ts_tablet_manager.cc:1403] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: Time spent bootstrapping tablet: real 0.040s	user 0.009s	sys 0.005s
I20260630 12:13:25.670682  6047 ts_tablet_manager.cc:1434] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:13:25.672260  6049 raft_consensus.cc:359] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.674611  5852 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7183233c7c14420bae73a532cb1fab0" candidate_uuid: "8468445ba8d446748d39b94a51a47025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aaa33a79698d4f8e9e614086c7de40e8" is_pre_election: true
I20260630 12:13:25.675665  5852 raft_consensus.cc:2468] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8468445ba8d446748d39b94a51a47025 in term 0.
I20260630 12:13:25.677174  5891 leader_election.cc:304] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8468445ba8d446748d39b94a51a47025, aaa33a79698d4f8e9e614086c7de40e8; no voters: 
I20260630 12:13:25.678083  6052 raft_consensus.cc:2804] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.678416  6052 raft_consensus.cc:493] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.678769  6052 raft_consensus.cc:3060] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.683395  6049 raft_consensus.cc:385] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.684319  6049 raft_consensus.cc:740] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 512b4c87cffa4de29539157801c794fd, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.685132  6049 consensus_queue.cc:260] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.686507  6001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7183233c7c14420bae73a532cb1fab0" candidate_uuid: "8468445ba8d446748d39b94a51a47025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "512b4c87cffa4de29539157801c794fd" is_pre_election: true
I20260630 12:13:25.686743  6052 raft_consensus.cc:515] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.683701  6048 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: No bootstrap required, opened a new log
I20260630 12:13:25.687206  6001 raft_consensus.cc:2468] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8468445ba8d446748d39b94a51a47025 in term 0.
I20260630 12:13:25.687856  6048 ts_tablet_manager.cc:1403] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: Time spent bootstrapping tablet: real 0.037s	user 0.019s	sys 0.012s
I20260630 12:13:25.689500  5852 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7183233c7c14420bae73a532cb1fab0" candidate_uuid: "8468445ba8d446748d39b94a51a47025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aaa33a79698d4f8e9e614086c7de40e8"
I20260630 12:13:25.689843  6049 ts_tablet_manager.cc:1434] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.001s
I20260630 12:13:25.690073  5852 raft_consensus.cc:3060] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.690821  6049 tablet_bootstrap.cc:492] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd: Bootstrap starting.
I20260630 12:13:25.690857  6048 raft_consensus.cc:359] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.691746  6048 raft_consensus.cc:385] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.692051  6048 raft_consensus.cc:740] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aaa33a79698d4f8e9e614086c7de40e8, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.692845  6048 consensus_queue.cc:260] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.695053  6048 ts_tablet_manager.cc:1434] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:13:25.697645  6049 tablet_bootstrap.cc:654] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.698026  6052 leader_election.cc:290] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [CANDIDATE]: Term 1 election: Requested vote from peers aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751), 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597)
I20260630 12:13:25.699112  6001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7183233c7c14420bae73a532cb1fab0" candidate_uuid: "8468445ba8d446748d39b94a51a47025" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "512b4c87cffa4de29539157801c794fd"
I20260630 12:13:25.699718  6001 raft_consensus.cc:3060] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.699913  5852 raft_consensus.cc:2468] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8468445ba8d446748d39b94a51a47025 in term 1.
I20260630 12:13:25.701205  5891 leader_election.cc:304] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8468445ba8d446748d39b94a51a47025, aaa33a79698d4f8e9e614086c7de40e8; no voters: 
I20260630 12:13:25.702548  6052 raft_consensus.cc:2804] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.704587  6049 tablet_bootstrap.cc:492] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd: No bootstrap required, opened a new log
I20260630 12:13:25.705147  6049 ts_tablet_manager.cc:1403] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.004s
I20260630 12:13:25.707352  6001 raft_consensus.cc:2468] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8468445ba8d446748d39b94a51a47025 in term 1.
I20260630 12:13:25.708395  6049 raft_consensus.cc:359] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.709187  6049 raft_consensus.cc:385] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.709451  6049 raft_consensus.cc:740] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 512b4c87cffa4de29539157801c794fd, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.709744  6054 raft_consensus.cc:493] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.710237  6049 consensus_queue.cc:260] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.710407  6054 raft_consensus.cc:515] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.712410  6049 ts_tablet_manager.cc:1434] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.003s
I20260630 12:13:25.713475  6056 raft_consensus.cc:493] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.713984  6056 raft_consensus.cc:515] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.713994  6054 leader_election.cc:290] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823), 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597)
I20260630 12:13:25.732475  6052 raft_consensus.cc:697] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 LEADER]: Becoming Leader. State: Replica: 8468445ba8d446748d39b94a51a47025, State: Running, Role: LEADER
I20260630 12:13:25.732882  6056 leader_election.cc:290] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751), 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823)
I20260630 12:13:25.733507  6052 consensus_queue.cc:237] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.750126  5927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8468445ba8d446748d39b94a51a47025" is_pre_election: true
I20260630 12:13:25.750875  5927 raft_consensus.cc:2468] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 512b4c87cffa4de29539157801c794fd in term 0.
I20260630 12:13:25.752278  5966 leader_election.cc:304] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 512b4c87cffa4de29539157801c794fd, 8468445ba8d446748d39b94a51a47025; no voters: 
I20260630 12:13:25.753499  5852 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aaa33a79698d4f8e9e614086c7de40e8" is_pre_election: true
I20260630 12:13:25.754187  5852 raft_consensus.cc:2468] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 512b4c87cffa4de29539157801c794fd in term 0.
I20260630 12:13:25.754262  5927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "aaa33a79698d4f8e9e614086c7de40e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8468445ba8d446748d39b94a51a47025" is_pre_election: true
I20260630 12:13:25.754310  6056 raft_consensus.cc:2804] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.754891  5927 raft_consensus.cc:2468] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate aaa33a79698d4f8e9e614086c7de40e8 in term 0.
I20260630 12:13:25.755077  6056 raft_consensus.cc:493] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.755476  6056 raft_consensus.cc:3060] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.756274  5817 leader_election.cc:304] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8468445ba8d446748d39b94a51a47025, aaa33a79698d4f8e9e614086c7de40e8; no voters: 
I20260630 12:13:25.757285  6054 raft_consensus.cc:2804] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.757699  6054 raft_consensus.cc:493] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.758052  6054 raft_consensus.cc:3060] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.762187  6001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "aaa33a79698d4f8e9e614086c7de40e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "512b4c87cffa4de29539157801c794fd" is_pre_election: true
I20260630 12:13:25.763253  6056 raft_consensus.cc:515] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.764463  6001 raft_consensus.cc:2393] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate aaa33a79698d4f8e9e614086c7de40e8 in current term 1: Already voted for candidate 512b4c87cffa4de29539157801c794fd in this term.
I20260630 12:13:25.766067  5852 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aaa33a79698d4f8e9e614086c7de40e8"
I20260630 12:13:25.766507  5927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8468445ba8d446748d39b94a51a47025"
I20260630 12:13:25.766867  6071 raft_consensus.cc:493] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.767163  5927 raft_consensus.cc:3060] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.767401  6071 raft_consensus.cc:515] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.767534  6054 raft_consensus.cc:515] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.768787  5852 raft_consensus.cc:2393] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 512b4c87cffa4de29539157801c794fd in current term 1: Already voted for candidate aaa33a79698d4f8e9e614086c7de40e8 in this term.
I20260630 12:13:25.767989  5749 catalog_manager.cc:5697] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8468445ba8d446748d39b94a51a47025 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "8468445ba8d446748d39b94a51a47025" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.769994  6071 leader_election.cc:290] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823), aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751)
I20260630 12:13:25.772675  5926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8468445ba8d446748d39b94a51a47025" is_pre_election: true
I20260630 12:13:25.773392  5926 raft_consensus.cc:2468] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 512b4c87cffa4de29539157801c794fd in term 0.
I20260630 12:13:25.774507  5966 leader_election.cc:304] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 512b4c87cffa4de29539157801c794fd, 8468445ba8d446748d39b94a51a47025; no voters: 
I20260630 12:13:25.774840  5851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aaa33a79698d4f8e9e614086c7de40e8" is_pre_election: true
I20260630 12:13:25.775296  6071 raft_consensus.cc:2804] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.775701  6071 raft_consensus.cc:493] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.776041  6071 raft_consensus.cc:3060] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.778332  5927 raft_consensus.cc:2468] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 512b4c87cffa4de29539157801c794fd in term 1.
I20260630 12:13:25.779405  6056 leader_election.cc:290] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [CANDIDATE]: Term 1 election: Requested vote from peers aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751), 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823)
I20260630 12:13:25.779534  5966 leader_election.cc:304] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [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: 512b4c87cffa4de29539157801c794fd, 8468445ba8d446748d39b94a51a47025; no voters: aaa33a79698d4f8e9e614086c7de40e8
I20260630 12:13:25.775547  5851 raft_consensus.cc:2468] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 512b4c87cffa4de29539157801c794fd in term 0.
I20260630 12:13:25.780586  6056 raft_consensus.cc:2804] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.782461  6071 raft_consensus.cc:515] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.784668  6054 leader_election.cc:290] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [CANDIDATE]: Term 1 election: Requested vote from peers 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823), 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597)
I20260630 12:13:25.785332  5852 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aaa33a79698d4f8e9e614086c7de40e8"
I20260630 12:13:25.786093  5852 raft_consensus.cc:3060] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.785794  6056 raft_consensus.cc:697] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Becoming Leader. State: Replica: 512b4c87cffa4de29539157801c794fd, State: Running, Role: LEADER
I20260630 12:13:25.786552  5926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "aaa33a79698d4f8e9e614086c7de40e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8468445ba8d446748d39b94a51a47025"
I20260630 12:13:25.785424  5927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf" candidate_uuid: "512b4c87cffa4de29539157801c794fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8468445ba8d446748d39b94a51a47025"
I20260630 12:13:25.787346  5926 raft_consensus.cc:2393] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate aaa33a79698d4f8e9e614086c7de40e8 in current term 1: Already voted for candidate 512b4c87cffa4de29539157801c794fd in this term.
I20260630 12:13:25.787926  5927 raft_consensus.cc:3060] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.787355  6056 consensus_queue.cc:237] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } }
I20260630 12:13:25.787284  6001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4acfb1b0e614e26a6e5f2af43b5f251" candidate_uuid: "aaa33a79698d4f8e9e614086c7de40e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "512b4c87cffa4de29539157801c794fd"
I20260630 12:13:25.790513  5817 leader_election.cc:304] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [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: aaa33a79698d4f8e9e614086c7de40e8; no voters: 512b4c87cffa4de29539157801c794fd, 8468445ba8d446748d39b94a51a47025
I20260630 12:13:25.791286  6054 raft_consensus.cc:2749] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:13:25.792835  5852 raft_consensus.cc:2468] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 512b4c87cffa4de29539157801c794fd in term 1.
I20260630 12:13:25.793548  6071 leader_election.cc:290] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [CANDIDATE]: Term 1 election: Requested vote from peers 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823), aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751)
I20260630 12:13:25.794102  5965 leader_election.cc:304] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 512b4c87cffa4de29539157801c794fd, aaa33a79698d4f8e9e614086c7de40e8; no voters: 
I20260630 12:13:25.794745  6071 raft_consensus.cc:2804] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.795167  6071 raft_consensus.cc:697] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Becoming Leader. State: Replica: 512b4c87cffa4de29539157801c794fd, State: Running, Role: LEADER
I20260630 12:13:25.795842  6071 consensus_queue.cc:237] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:25.796720  5927 raft_consensus.cc:2468] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 512b4c87cffa4de29539157801c794fd in term 1.
I20260630 12:13:25.804864  5749 catalog_manager.cc:5697] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd reported cstate change: term changed from 0 to 1, leader changed from <none> to 512b4c87cffa4de29539157801c794fd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "512b4c87cffa4de29539157801c794fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:25.816290  5749 catalog_manager.cc:5697] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd reported cstate change: term changed from 0 to 1, leader changed from <none> to 512b4c87cffa4de29539157801c794fd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "512b4c87cffa4de29539157801c794fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.840471   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:25.846941  6075 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:25.848019  6076 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:25.850589   431 server_base.cc:1061] running on GCE node
W20260630 12:13:25.850837  6078 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:25.852458   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:25.852662   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:25.852804   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821605852793 us; error 0 us; skew 500 ppm
I20260630 12:13:25.853250   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:25.855755   431 webserver.cc:533] Webserver started at http://127.0.107.196:40911/ using document root <none> and password file <none>
I20260630 12:13:25.856204   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:25.856374   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:25.856648   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:25.857882   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "7d6b46ee03c444d0859696414fff88be"
format_stamp: "Formatted at 2026-06-30 12:13:25 on dist-test-slave-t06f"
I20260630 12:13:25.862357   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:13:25.865551  6083 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:25.866408   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:25.866719   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "7d6b46ee03c444d0859696414fff88be"
format_stamp: "Formatted at 2026-06-30 12:13:25 on dist-test-slave-t06f"
I20260630 12:13:25.867012   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:25.878764   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:25.880026   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:25.881493   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:25.883823   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:25.884055   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:25.884306   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:25.884570   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:25.925171   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38291
I20260630 12:13:25.925390  6145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38291 every 8 connection(s)
I20260630 12:13:25.939910  6146 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38217
I20260630 12:13:25.940347  6146 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:25.941102  6146 heartbeater.cc:507] Master 127.0.107.254:38217 requested a full tablet report, sending...
I20260630 12:13:25.942991  5749 ts_manager.cc:194] Registered new tserver with Master: 7d6b46ee03c444d0859696414fff88be (127.0.107.196:38291)
I20260630 12:13:25.944449  5749 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46836
I20260630 12:13:25.986308  5803 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:26.004282  6000 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf"
dest_uuid: "512b4c87cffa4de29539157801c794fd"
mode: GRACEFUL
new_leader_uuid: "aaa33a79698d4f8e9e614086c7de40e8"
 from {username='slave'} at 127.0.0.1:58962
I20260630 12:13:26.005102  6000 raft_consensus.cc:606] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Received request to transfer leadership to TS aaa33a79698d4f8e9e614086c7de40e8
W20260630 12:13:26.005285  5798 auto_rebalancer.cc:639] Failed to schedule move for tablet f4acfb1b0e614e26a6e5f2af43b5f251: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:13:26.006526  5803 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:13:26.006973  5803 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:13:26.016242  5798 auto_rebalancer.cc:639] Failed to schedule move for tablet b7183233c7c14420bae73a532cb1fab0: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:13:26.038825  6056 consensus_queue.cc:1048] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:26.045385  6056 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:26.046453  6072 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:13:26.046797  6072 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:13:26.070822  6052 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:26.085810  6158 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:26.120318  6056 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:26.130481  6056 consensus_queue.cc:1048] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:26.144299  6072 raft_consensus.cc:993] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd: : Instructing follower aaa33a79698d4f8e9e614086c7de40e8 to start an election
I20260630 12:13:26.144809  6056 raft_consensus.cc:1081] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Signalling peer aaa33a79698d4f8e9e614086c7de40e8 to start an election
I20260630 12:13:26.146245  5852 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf"
dest_uuid: "aaa33a79698d4f8e9e614086c7de40e8"
 from {username='slave'} at 127.0.0.1:44062
I20260630 12:13:26.146723  5852 raft_consensus.cc:493] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:26.146981  5852 raft_consensus.cc:3060] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:26.151424  5852 raft_consensus.cc:515] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:26.152993  5852 leader_election.cc:290] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [CANDIDATE]: Term 2 election: Requested vote from peers 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823), 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597)
I20260630 12:13:26.153739  5927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf" candidate_uuid: "aaa33a79698d4f8e9e614086c7de40e8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8468445ba8d446748d39b94a51a47025"
I20260630 12:13:26.154400  5927 raft_consensus.cc:3060] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:26.154330  6000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0aa9999682744c89e80c6cccd3baebf" candidate_uuid: "aaa33a79698d4f8e9e614086c7de40e8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "512b4c87cffa4de29539157801c794fd"
I20260630 12:13:26.154915  6000 raft_consensus.cc:3055] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:26.155230  6000 raft_consensus.cc:740] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 512b4c87cffa4de29539157801c794fd, State: Running, Role: LEADER
I20260630 12:13:26.155941  6000 consensus_queue.cc:260] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [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: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:26.156868  6000 raft_consensus.cc:3060] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:26.159538  5927 raft_consensus.cc:2468] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate aaa33a79698d4f8e9e614086c7de40e8 in term 2.
I20260630 12:13:26.160507  5817 leader_election.cc:304] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [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: 8468445ba8d446748d39b94a51a47025, aaa33a79698d4f8e9e614086c7de40e8; no voters: 
I20260630 12:13:26.161229  6054 raft_consensus.cc:2804] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:26.162195  6054 raft_consensus.cc:697] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 2 LEADER]: Becoming Leader. State: Replica: aaa33a79698d4f8e9e614086c7de40e8, State: Running, Role: LEADER
I20260630 12:13:26.162590  6000 raft_consensus.cc:2468] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate aaa33a79698d4f8e9e614086c7de40e8 in term 2.
I20260630 12:13:26.163013  6054 consensus_queue.cc:237] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [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: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } }
I20260630 12:13:26.168931  5748 catalog_manager.cc:5697] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 reported cstate change: term changed from 1 to 2, leader changed from 512b4c87cffa4de29539157801c794fd (127.0.107.195) to aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "aaa33a79698d4f8e9e614086c7de40e8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:26.456784  5927 raft_consensus.cc:1275] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 2 FOLLOWER]: Refusing update from remote peer aaa33a79698d4f8e9e614086c7de40e8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:26.458086  6054 consensus_queue.cc:1048] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:26.506548  6000 raft_consensus.cc:1275] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 2 FOLLOWER]: Refusing update from remote peer aaa33a79698d4f8e9e614086c7de40e8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:26.507826  6054 consensus_queue.cc:1048] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:26.946679  6146 heartbeater.cc:499] Master 127.0.107.254:38217 was elected leader, sending a full tablet report...
I20260630 12:13:27.026839  5927 consensus_queue.cc:237] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [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: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } }
I20260630 12:13:27.033865  6000 raft_consensus.cc:1275] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Refusing update from remote peer 8468445ba8d446748d39b94a51a47025: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:27.034830  5852 raft_consensus.cc:1275] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Refusing update from remote peer 8468445ba8d446748d39b94a51a47025: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:27.035387  6167 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:27.036378  6064 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:27.045310  5893 consensus_peers.cc:597] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 -> Peer 7d6b46ee03c444d0859696414fff88be (127.0.107.196:38291): Couldn't send request to peer 7d6b46ee03c444d0859696414fff88be. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b7183233c7c14420bae73a532cb1fab0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:27.044387  6000 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.044744  5852 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.054913  5748 catalog_manager.cc:5697] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 reported cstate change: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8468445ba8d446748d39b94a51a47025" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.222847  6166 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.235019  6000 consensus_queue.cc:237] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [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: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } }
I20260630 12:13:27.241866  5927 raft_consensus.cc:1275] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Refusing update from remote peer 512b4c87cffa4de29539157801c794fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:27.241963  5852 raft_consensus.cc:1275] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Refusing update from remote peer 512b4c87cffa4de29539157801c794fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:27.243373  6071 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:27.244306  6174 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:27.253435  5967 consensus_peers.cc:597] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd -> Peer 7d6b46ee03c444d0859696414fff88be (127.0.107.196:38291): Couldn't send request to peer 7d6b46ee03c444d0859696414fff88be. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f4acfb1b0e614e26a6e5f2af43b5f251. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:27.254207  5927 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.254958  5852 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.264365  5749 catalog_manager.cc:5697] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 reported cstate change: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "512b4c87cffa4de29539157801c794fd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.354372  6179 ts_tablet_manager.cc:933] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: Initiating tablet copy from peer 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823)
I20260630 12:13:27.355871  6179 tablet_copy_client.cc:323] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46823
I20260630 12:13:27.368723  5937 tablet_copy_service.cc:140] P 8468445ba8d446748d39b94a51a47025: Received BeginTabletCopySession request for tablet b7183233c7c14420bae73a532cb1fab0 from peer 7d6b46ee03c444d0859696414fff88be ({username='slave'} at 127.0.0.1:33274)
I20260630 12:13:27.369284  5937 tablet_copy_service.cc:161] P 8468445ba8d446748d39b94a51a47025: Beginning new tablet copy session on tablet b7183233c7c14420bae73a532cb1fab0 from peer 7d6b46ee03c444d0859696414fff88be at {username='slave'} at 127.0.0.1:33274: session id = 7d6b46ee03c444d0859696414fff88be-b7183233c7c14420bae73a532cb1fab0
I20260630 12:13:27.376782  5937 tablet_copy_source_session.cc:215] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:27.379804  6179 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7183233c7c14420bae73a532cb1fab0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:27.389984  6179 tablet_copy_client.cc:806] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:27.390450  6179 tablet_copy_client.cc:670] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:27.393723  6179 tablet_copy_client.cc:538] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:27.399246  6179 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: Bootstrap starting.
I20260630 12:13:27.399533  6178 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d6b46ee03c444d0859696414fff88be (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } } }
I20260630 12:13:27.415253  6179 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:27.416009  6179 tablet_bootstrap.cc:492] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: Bootstrap complete.
I20260630 12:13:27.416567  6179 ts_tablet_manager.cc:1403] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260630 12:13:27.419337  6179 raft_consensus.cc:359] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } }
I20260630 12:13:27.420177  6179 raft_consensus.cc:740] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7d6b46ee03c444d0859696414fff88be, State: Initialized, Role: LEARNER
I20260630 12:13:27.420853  6179 consensus_queue.cc:260] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [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: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } }
I20260630 12:13:27.424037  6179 ts_tablet_manager.cc:1434] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.007s
I20260630 12:13:27.426126  5937 tablet_copy_service.cc:342] P 8468445ba8d446748d39b94a51a47025: Request end of tablet copy session 7d6b46ee03c444d0859696414fff88be-b7183233c7c14420bae73a532cb1fab0 received from {username='slave'} at 127.0.0.1:33274
I20260630 12:13:27.426520  5937 tablet_copy_service.cc:434] P 8468445ba8d446748d39b94a51a47025: ending tablet copy session 7d6b46ee03c444d0859696414fff88be-b7183233c7c14420bae73a532cb1fab0 on tablet b7183233c7c14420bae73a532cb1fab0 with peer 7d6b46ee03c444d0859696414fff88be
I20260630 12:13:27.605581  6179 ts_tablet_manager.cc:933] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: Initiating tablet copy from peer 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597)
I20260630 12:13:27.607146  6179 tablet_copy_client.cc:323] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:43597
I20260630 12:13:27.618161  6011 tablet_copy_service.cc:140] P 512b4c87cffa4de29539157801c794fd: Received BeginTabletCopySession request for tablet f4acfb1b0e614e26a6e5f2af43b5f251 from peer 7d6b46ee03c444d0859696414fff88be ({username='slave'} at 127.0.0.1:58970)
I20260630 12:13:27.618739  6011 tablet_copy_service.cc:161] P 512b4c87cffa4de29539157801c794fd: Beginning new tablet copy session on tablet f4acfb1b0e614e26a6e5f2af43b5f251 from peer 7d6b46ee03c444d0859696414fff88be at {username='slave'} at 127.0.0.1:58970: session id = 7d6b46ee03c444d0859696414fff88be-f4acfb1b0e614e26a6e5f2af43b5f251
I20260630 12:13:27.626706  6011 tablet_copy_source_session.cc:215] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:27.629554  6179 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4acfb1b0e614e26a6e5f2af43b5f251. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:27.639529  6179 tablet_copy_client.cc:806] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:27.640027  6179 tablet_copy_client.cc:670] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:27.643431  6179 tablet_copy_client.cc:538] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:27.649008  6179 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: Bootstrap starting.
I20260630 12:13:27.662740  6179 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:27.663554  6179 tablet_bootstrap.cc:492] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: Bootstrap complete.
I20260630 12:13:27.664153  6179 ts_tablet_manager.cc:1403] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.005s
I20260630 12:13:27.666558  6179 raft_consensus.cc:359] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } }
I20260630 12:13:27.667418  6179 raft_consensus.cc:740] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7d6b46ee03c444d0859696414fff88be, State: Initialized, Role: LEARNER
I20260630 12:13:27.668011  6179 consensus_queue.cc:260] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [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: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: true } }
I20260630 12:13:27.669826  6179 ts_tablet_manager.cc:1434] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:13:27.671643  6011 tablet_copy_service.cc:342] P 512b4c87cffa4de29539157801c794fd: Request end of tablet copy session 7d6b46ee03c444d0859696414fff88be-f4acfb1b0e614e26a6e5f2af43b5f251 received from {username='slave'} at 127.0.0.1:58970
I20260630 12:13:27.672081  6011 tablet_copy_service.cc:434] P 512b4c87cffa4de29539157801c794fd: ending tablet copy session 7d6b46ee03c444d0859696414fff88be-f4acfb1b0e614e26a6e5f2af43b5f251 on tablet f4acfb1b0e614e26a6e5f2af43b5f251 with peer 7d6b46ee03c444d0859696414fff88be
I20260630 12:13:27.693904  6121 raft_consensus.cc:1217] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:27.877142  6121 raft_consensus.cc:1217] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:28.008198  5803 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:28.012408  5803 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:28.012840  5803 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:28.089304  6166 raft_consensus.cc:1064] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: attempting to promote NON_VOTER 7d6b46ee03c444d0859696414fff88be to VOTER
I20260630 12:13:28.092115  6166 consensus_queue.cc:237] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [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: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } }
I20260630 12:13:28.097869  6121 raft_consensus.cc:1275] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Refusing update from remote peer 8468445ba8d446748d39b94a51a47025: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:28.098253  6000 raft_consensus.cc:1275] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Refusing update from remote peer 8468445ba8d446748d39b94a51a47025: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:28.098881  5852 raft_consensus.cc:1275] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Refusing update from remote peer 8468445ba8d446748d39b94a51a47025: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:28.100852  6167 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:28.101687  6173 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:28.102502  6166 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:28.121922  6000 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.123104  6121 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.135800  5748 catalog_manager.cc:5697] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be reported cstate change: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8468445ba8d446748d39b94a51a47025" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.219882  6178 raft_consensus.cc:1064] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: attempting to promote NON_VOTER 7d6b46ee03c444d0859696414fff88be to VOTER
I20260630 12:13:28.221889  6178 consensus_queue.cc:237] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [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: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } }
I20260630 12:13:28.227883  6121 raft_consensus.cc:1275] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 LEARNER]: Refusing update from remote peer 512b4c87cffa4de29539157801c794fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:28.228395  5927 raft_consensus.cc:1275] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Refusing update from remote peer 512b4c87cffa4de29539157801c794fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:28.229341  5852 raft_consensus.cc:1275] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Refusing update from remote peer 512b4c87cffa4de29539157801c794fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:28.229681  6194 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:28.230643  6178 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:28.231464  6071 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:28.241192  5852 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.244293  6121 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.254200  5749 catalog_manager.cc:5697] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 reported cstate change: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "512b4c87cffa4de29539157801c794fd" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.300197  6178 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.309249  5927 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } attrs { replace: true } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.310151  6167 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.320458  5852 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d6b46ee03c444d0859696414fff88be (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } attrs { replace: true } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.346534  5927 consensus_queue.cc:237] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [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: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } }
I20260630 12:13:28.352284  6121 raft_consensus.cc:1275] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Refusing update from remote peer 8468445ba8d446748d39b94a51a47025: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:28.353735  5852 raft_consensus.cc:1275] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Refusing update from remote peer 8468445ba8d446748d39b94a51a47025: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:28.354130  6167 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:28.355365  6166 consensus_queue.cc:1048] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:28.362658  6121 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 512b4c87cffa4de29539157801c794fd (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.363162  5852 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 512b4c87cffa4de29539157801c794fd (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.637388  5747 catalog_manager.cc:5697] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 reported cstate change: config changed from index 3 to 4, VOTER 512b4c87cffa4de29539157801c794fd (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "8468445ba8d446748d39b94a51a47025" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.641028  6000 consensus_queue.cc:237] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [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: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } }
I20260630 12:13:28.647248  6121 raft_consensus.cc:1275] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Refusing update from remote peer 512b4c87cffa4de29539157801c794fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:28.647559  5927 raft_consensus.cc:1275] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Refusing update from remote peer 512b4c87cffa4de29539157801c794fd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:28.648830  6194 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:13:28.649979  6071 consensus_queue.cc:1048] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:28.657800  5927 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.657817  6121 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.846308  5990 tablet_service.cc:1558] Processing DeleteTablet for tablet b7183233c7c14420bae73a532cb1fab0 with delete_type TABLET_DATA_TOMBSTONED (TS 512b4c87cffa4de29539157801c794fd not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:58940
I20260630 12:13:28.849750  6197 tablet_replica.cc:333] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: stopping tablet replica
I20260630 12:13:28.849257  5750 catalog_manager.cc:5697] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be reported cstate change: config changed from index 3 to 4, VOTER aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "512b4c87cffa4de29539157801c794fd" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.850620  6197 raft_consensus.cc:2243] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:28.851296  6197 raft_consensus.cc:2272] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:28.854362  6197 ts_tablet_manager.cc:1916] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:28.865736  6197 ts_tablet_manager.cc:1929] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:28.866081  6197 log.cc:1199] T b7183233c7c14420bae73a532cb1fab0 P 512b4c87cffa4de29539157801c794fd: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-2-root/wals/b7183233c7c14420bae73a532cb1fab0
I20260630 12:13:28.867573  5736 catalog_manager.cc:5028] TS 512b4c87cffa4de29539157801c794fd (127.0.107.195:43597): tablet b7183233c7c14420bae73a532cb1fab0 (table test-workload [id=f7c97509931a48a6ac065722a3465167]) successfully deleted
I20260630 12:13:28.887183  6194 raft_consensus.cc:2955] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "512b4c87cffa4de29539157801c794fd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43597 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.897114  5736 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f4acfb1b0e614e26a6e5f2af43b5f251 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:28.920075  6167 raft_consensus.cc:2955] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 512b4c87cffa4de29539157801c794fd (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "aaa33a79698d4f8e9e614086c7de40e8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40751 } } peers { permanent_uuid: "8468445ba8d446748d39b94a51a47025" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46823 } } peers { permanent_uuid: "7d6b46ee03c444d0859696414fff88be" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38291 } attrs { promote: false } } }
I20260630 12:13:28.930431  5736 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b7183233c7c14420bae73a532cb1fab0 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:29.158519  5841 tablet_service.cc:1558] Processing DeleteTablet for tablet f4acfb1b0e614e26a6e5f2af43b5f251 with delete_type TABLET_DATA_TOMBSTONED (TS aaa33a79698d4f8e9e614086c7de40e8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:44038
I20260630 12:13:29.161453  6199 tablet_replica.cc:333] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: stopping tablet replica
I20260630 12:13:29.164000  6199 raft_consensus.cc:2243] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:29.164742  6199 raft_consensus.cc:2272] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:29.167713  6199 ts_tablet_manager.cc:1916] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:29.178537  6199 ts_tablet_manager.cc:1929] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:29.178944  6199 log.cc:1199] T f4acfb1b0e614e26a6e5f2af43b5f251 P aaa33a79698d4f8e9e614086c7de40e8: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821463202658-431-0/minicluster-data/ts-0-root/wals/f4acfb1b0e614e26a6e5f2af43b5f251
I20260630 12:13:29.180577  5735 catalog_manager.cc:5028] TS aaa33a79698d4f8e9e614086c7de40e8 (127.0.107.193:40751): tablet f4acfb1b0e614e26a6e5f2af43b5f251 (table test-workload [id=f7c97509931a48a6ac065722a3465167]) successfully deleted
I20260630 12:13:30.013829  5803 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:30.016585  5803 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:30.016963  5803 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:32.017978  5803 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:32.020527  5803 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:32.020906  5803 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:34.021912  5803 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:34.024606  5803 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:34.025017  5803 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:34.991277   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:35.021420   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:35.022321   431 tablet_replica.cc:333] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8: stopping tablet replica
I20260630 12:13:35.022891   431 raft_consensus.cc:2243] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.024308   431 raft_consensus.cc:2272] T b7183233c7c14420bae73a532cb1fab0 P aaa33a79698d4f8e9e614086c7de40e8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.026700   431 tablet_replica.cc:333] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8: stopping tablet replica
I20260630 12:13:35.027161   431 raft_consensus.cc:2243] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:35.028154   431 raft_consensus.cc:2272] T c0aa9999682744c89e80c6cccd3baebf P aaa33a79698d4f8e9e614086c7de40e8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.054394   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:35.072081   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:35.093384   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:35.094317   431 tablet_replica.cc:333] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025: stopping tablet replica
W20260630 12:13:35.094390  5966 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 20 similar messages]
I20260630 12:13:35.095490   431 raft_consensus.cc:2243] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.097259   431 raft_consensus.cc:2272] T f4acfb1b0e614e26a6e5f2af43b5f251 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:35.098150  5966 consensus_peers.cc:597] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd -> Peer 8468445ba8d446748d39b94a51a47025 (127.0.107.194:46823): Couldn't send request to peer 8468445ba8d446748d39b94a51a47025. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:35.100181   431 tablet_replica.cc:333] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025: stopping tablet replica
I20260630 12:13:35.100703   431 raft_consensus.cc:2243] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:35.101560   431 raft_consensus.cc:2272] T b7183233c7c14420bae73a532cb1fab0 P 8468445ba8d446748d39b94a51a47025 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.103694   431 tablet_replica.cc:333] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025: stopping tablet replica
I20260630 12:13:35.104115   431 raft_consensus.cc:2243] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.104522   431 raft_consensus.cc:2272] T c0aa9999682744c89e80c6cccd3baebf P 8468445ba8d446748d39b94a51a47025 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.129127   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:35.144040   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:35.168327   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:35.169185   431 tablet_replica.cc:333] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd: stopping tablet replica
I20260630 12:13:35.169971   431 raft_consensus.cc:2243] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.170523   431 raft_consensus.cc:2272] T c0aa9999682744c89e80c6cccd3baebf P 512b4c87cffa4de29539157801c794fd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.173116   431 tablet_replica.cc:333] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd: stopping tablet replica
I20260630 12:13:35.173583   431 raft_consensus.cc:2243] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:35.174610   431 raft_consensus.cc:2272] T f4acfb1b0e614e26a6e5f2af43b5f251 P 512b4c87cffa4de29539157801c794fd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.200039   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:35.215713   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:35.236922   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:35.237612   431 tablet_replica.cc:333] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be: stopping tablet replica
I20260630 12:13:35.238247   431 raft_consensus.cc:2243] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.239120   431 raft_consensus.cc:2272] T f4acfb1b0e614e26a6e5f2af43b5f251 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.241479   431 tablet_replica.cc:333] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be: stopping tablet replica
I20260630 12:13:35.241997   431 raft_consensus.cc:2243] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.242779   431 raft_consensus.cc:2272] T b7183233c7c14420bae73a532cb1fab0 P 7d6b46ee03c444d0859696414fff88be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.263222   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:35.275866   431 master.cc:562] Master@127.0.107.254:38217 shutting down...
I20260630 12:13:35.297070   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:35.297827   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.298194   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1c25bc67d8cf4a3cb9555f0536ee00b9: stopping tablet replica
I20260630 12:13:35.318214   431 master.cc:584] Master@127.0.107.254:38217 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (11493 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:13:35.356402   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34655
I20260630 12:13:35.357523   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:35.363093  6203 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:35.367247  6204 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:35.368146  6206 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:35.369292   431 server_base.cc:1061] running on GCE node
I20260630 12:13:35.370378   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:35.370632   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:35.370814   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821615370796 us; error 0 us; skew 500 ppm
I20260630 12:13:35.371469   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:35.373893   431 webserver.cc:533] Webserver started at http://127.0.107.254:35499/ using document root <none> and password file <none>
I20260630 12:13:35.374396   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:35.374606   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:35.374891   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:35.376040   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "17db6e5c388a4ea7910e54778d2247ea"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.380592   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:13:35.383951  6211 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.385025   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:35.385305   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "17db6e5c388a4ea7910e54778d2247ea"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.385545   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:35.408628   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:35.409933   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:35.447321   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34655
I20260630 12:13:35.447438  6262 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34655 every 8 connection(s)
I20260630 12:13:35.451371  6263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:35.462136  6263 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea: Bootstrap starting.
I20260630 12:13:35.466521  6263 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:35.470558  6263 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea: No bootstrap required, opened a new log
I20260630 12:13:35.472609  6263 raft_consensus.cc:359] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17db6e5c388a4ea7910e54778d2247ea" member_type: VOTER }
I20260630 12:13:35.473001  6263 raft_consensus.cc:385] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:35.473184  6263 raft_consensus.cc:740] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17db6e5c388a4ea7910e54778d2247ea, State: Initialized, Role: FOLLOWER
I20260630 12:13:35.473713  6263 consensus_queue.cc:260] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "17db6e5c388a4ea7910e54778d2247ea" member_type: VOTER }
I20260630 12:13:35.474157  6263 raft_consensus.cc:399] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:35.474341  6263 raft_consensus.cc:493] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:35.474547  6263 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:35.478925  6263 raft_consensus.cc:515] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17db6e5c388a4ea7910e54778d2247ea" member_type: VOTER }
I20260630 12:13:35.479379  6263 leader_election.cc:304] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [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: 17db6e5c388a4ea7910e54778d2247ea; no voters: 
I20260630 12:13:35.480403  6263 leader_election.cc:290] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:35.480799  6266 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:35.482092  6266 raft_consensus.cc:697] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 1 LEADER]: Becoming Leader. State: Replica: 17db6e5c388a4ea7910e54778d2247ea, State: Running, Role: LEADER
I20260630 12:13:35.482869  6266 consensus_queue.cc:237] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [LEADER]: Queue going to LEADER mode. State: All 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: "17db6e5c388a4ea7910e54778d2247ea" member_type: VOTER }
I20260630 12:13:35.483402  6263 sys_catalog.cc:565] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:35.486212  6268 sys_catalog.cc:455] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [sys.catalog]: SysCatalogTable state changed. Reason: New leader 17db6e5c388a4ea7910e54778d2247ea. Latest consensus state: current_term: 1 leader_uuid: "17db6e5c388a4ea7910e54778d2247ea" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17db6e5c388a4ea7910e54778d2247ea" member_type: VOTER } }
I20260630 12:13:35.486136  6267 sys_catalog.cc:455] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "17db6e5c388a4ea7910e54778d2247ea" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17db6e5c388a4ea7910e54778d2247ea" member_type: VOTER } }
I20260630 12:13:35.486922  6268 sys_catalog.cc:458] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:35.487040  6267 sys_catalog.cc:458] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:35.498725   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
W20260630 12:13:35.502148  6282 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:13:35.502384  6282 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:13:35.502843  6272 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:35.507287  6272 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:35.515640  6272 catalog_manager.cc:1383] Generated new cluster ID: f1ba861f8d5b49d38b8c99e9cb307c56
I20260630 12:13:35.515883  6272 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:35.534226  6272 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:35.535427  6272 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:35.548538  6272 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea: Generated new TSK 0
I20260630 12:13:35.549072  6272 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:35.565106   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:35.571018  6284 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:35.572103  6285 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:35.574623  6287 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:35.574919   431 server_base.cc:1061] running on GCE node
I20260630 12:13:35.575827   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:35.576014   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:35.576140   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821615576124 us; error 0 us; skew 500 ppm
I20260630 12:13:35.576562   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:35.578974   431 webserver.cc:533] Webserver started at http://127.0.107.193:40341/ using document root <none> and password file <none>
I20260630 12:13:35.579380   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:35.579535   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:35.579743   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:35.580729   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.585110   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:35.588204  6292 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.588912   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:35.589188   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.589485   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:35.604875   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:35.606053   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:35.607435   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:35.609607   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:35.609885   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.610121   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:35.610324   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.648447   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33327
I20260630 12:13:35.648540  6354 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33327 every 8 connection(s)
I20260630 12:13:35.653436   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:35.659976  6359 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:35.660904  6360 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:35.663295  6362 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:35.663687   431 server_base.cc:1061] running on GCE node
I20260630 12:13:35.664739   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:35.664949   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:35.665134   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821615665115 us; error 0 us; skew 500 ppm
I20260630 12:13:35.665642   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:35.667794   431 webserver.cc:533] Webserver started at http://127.0.107.194:42725/ using document root <none> and password file <none>
I20260630 12:13:35.668247   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:35.668437   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:35.668711   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:35.669888   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "956ed92387304213bc7ec98614550365"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.673904  6355 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34655
I20260630 12:13:35.674351  6355 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:35.674701   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:13:35.675187  6355 heartbeater.cc:507] Master 127.0.107.254:34655 requested a full tablet report, sending...
I20260630 12:13:35.677414  6228 ts_manager.cc:194] Registered new tserver with Master: 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327)
I20260630 12:13:35.678617  6367 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.679370  6228 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54228
I20260630 12:13:35.679534   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:13:35.679946   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "956ed92387304213bc7ec98614550365"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.680181   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:35.700016   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:35.701149   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:35.702605   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:35.704761   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:35.704932   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.705256   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:35.705417   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.745003   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38573
I20260630 12:13:35.745186  6429 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38573 every 8 connection(s)
I20260630 12:13:35.749827   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:35.756940  6433 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:35.758181  6434 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:35.761008   431 server_base.cc:1061] running on GCE node
W20260630 12:13:35.761477  6436 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:35.762542  6430 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34655
I20260630 12:13:35.762590   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:35.763006   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:35.763032  6430 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:35.763209   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821615763179 us; error 0 us; skew 500 ppm
I20260630 12:13:35.763922   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:35.763972  6430 heartbeater.cc:507] Master 127.0.107.254:34655 requested a full tablet report, sending...
I20260630 12:13:35.766237  6228 ts_manager.cc:194] Registered new tserver with Master: 956ed92387304213bc7ec98614550365 (127.0.107.194:38573)
I20260630 12:13:35.766601   431 webserver.cc:533] Webserver started at http://127.0.107.195:35913/ using document root <none> and password file <none>
I20260630 12:13:35.767114   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:35.767329   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:35.767593   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:35.767786  6228 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54230
I20260630 12:13:35.768908   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "02e5692556a24e998158c745f1165fcd"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.773195   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:35.776410  6441 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.777100   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:35.777393   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "02e5692556a24e998158c745f1165fcd"
format_stamp: "Formatted at 2026-06-30 12:13:35 on dist-test-slave-t06f"
I20260630 12:13:35.777697   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:35.797626   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:35.798836   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:35.800247   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:35.802400   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:35.802630   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.802861   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:35.803032   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:35.841742   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46053
I20260630 12:13:35.841873  6503 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46053 every 8 connection(s)
I20260630 12:13:35.855094  6504 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34655
I20260630 12:13:35.855475  6504 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:35.856181  6504 heartbeater.cc:507] Master 127.0.107.254:34655 requested a full tablet report, sending...
I20260630 12:13:35.858197  6228 ts_manager.cc:194] Registered new tserver with Master: 02e5692556a24e998158c745f1165fcd (127.0.107.195:46053)
I20260630 12:13:35.859150   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01432066s
I20260630 12:13:35.859560  6228 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54234
I20260630 12:13:36.682075  6355 heartbeater.cc:499] Master 127.0.107.254:34655 was elected leader, sending a full tablet report...
I20260630 12:13:36.770380  6430 heartbeater.cc:499] Master 127.0.107.254:34655 was elected leader, sending a full tablet report...
I20260630 12:13:36.861922  6504 heartbeater.cc:499] Master 127.0.107.254:34655 was elected leader, sending a full tablet report...
I20260630 12:13:36.915737  6228 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54244:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:13:36.917852  6228 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:13:36.962632  6469 tablet_service.cc:1511] Processing CreateTablet for tablet f16a2258ad634d2ab2f9b504d2d777eb (DEFAULT_TABLE table=test-workload [id=1471a0ac00104a81b3af78b324e8f987]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:36.964016  6469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f16a2258ad634d2ab2f9b504d2d777eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:36.965004  6320 tablet_service.cc:1511] Processing CreateTablet for tablet f16a2258ad634d2ab2f9b504d2d777eb (DEFAULT_TABLE table=test-workload [id=1471a0ac00104a81b3af78b324e8f987]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:36.966289  6320 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f16a2258ad634d2ab2f9b504d2d777eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:36.974364  6395 tablet_service.cc:1511] Processing CreateTablet for tablet f16a2258ad634d2ab2f9b504d2d777eb (DEFAULT_TABLE table=test-workload [id=1471a0ac00104a81b3af78b324e8f987]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:36.975618  6395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f16a2258ad634d2ab2f9b504d2d777eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:36.980580  6524 tablet_bootstrap.cc:492] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8: Bootstrap starting.
I20260630 12:13:36.986733  6525 tablet_bootstrap.cc:492] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd: Bootstrap starting.
I20260630 12:13:36.986900  6524 tablet_bootstrap.cc:654] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:36.992466  6524 tablet_bootstrap.cc:492] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8: No bootstrap required, opened a new log
I20260630 12:13:36.992995  6524 ts_tablet_manager.cc:1403] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:13:36.994607  6525 tablet_bootstrap.cc:654] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:36.995599  6524 raft_consensus.cc:359] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:36.996203  6524 raft_consensus.cc:385] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:36.996443  6524 raft_consensus.cc:740] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d3a4097e1254e7b88ea36f0c83c9fb8, State: Initialized, Role: FOLLOWER
I20260630 12:13:36.997128  6524 consensus_queue.cc:260] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:36.999877  6524 ts_tablet_manager.cc:1434] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:13:37.000514  6527 tablet_bootstrap.cc:492] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365: Bootstrap starting.
I20260630 12:13:37.007035  6525 tablet_bootstrap.cc:492] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd: No bootstrap required, opened a new log
I20260630 12:13:37.007579  6525 ts_tablet_manager.cc:1403] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.004s
I20260630 12:13:37.008945  6527 tablet_bootstrap.cc:654] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:37.010437  6525 raft_consensus.cc:359] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:37.011219  6525 raft_consensus.cc:385] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:37.011510  6525 raft_consensus.cc:740] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02e5692556a24e998158c745f1165fcd, State: Initialized, Role: FOLLOWER
I20260630 12:13:37.012467  6525 consensus_queue.cc:260] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:37.014428  6527 tablet_bootstrap.cc:492] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365: No bootstrap required, opened a new log
I20260630 12:13:37.014920  6527 ts_tablet_manager.cc:1403] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.006s
I20260630 12:13:37.015273  6525 ts_tablet_manager.cc:1434] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:13:37.017153  6527 raft_consensus.cc:359] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:37.017721  6527 raft_consensus.cc:385] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:37.017963  6527 raft_consensus.cc:740] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 956ed92387304213bc7ec98614550365, State: Initialized, Role: FOLLOWER
I20260630 12:13:37.018671  6527 consensus_queue.cc:260] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:37.021538  6527 ts_tablet_manager.cc:1434] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:13:37.089993  6531 raft_consensus.cc:493] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:37.090531  6531 raft_consensus.cc:515] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:37.092792  6531 leader_election.cc:290] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327), 956ed92387304213bc7ec98614550365 (127.0.107.194:38573)
I20260630 12:13:37.103350  6330 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f16a2258ad634d2ab2f9b504d2d777eb" candidate_uuid: "02e5692556a24e998158c745f1165fcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" is_pre_election: true
I20260630 12:13:37.103809  6405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f16a2258ad634d2ab2f9b504d2d777eb" candidate_uuid: "02e5692556a24e998158c745f1165fcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "956ed92387304213bc7ec98614550365" is_pre_election: true
I20260630 12:13:37.104094  6330 raft_consensus.cc:2468] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02e5692556a24e998158c745f1165fcd in term 0.
I20260630 12:13:37.104560  6405 raft_consensus.cc:2468] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02e5692556a24e998158c745f1165fcd in term 0.
I20260630 12:13:37.105382  6445 leader_election.cc:304] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02e5692556a24e998158c745f1165fcd, 1d3a4097e1254e7b88ea36f0c83c9fb8; no voters: 
I20260630 12:13:37.106104  6531 raft_consensus.cc:2804] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:37.106459  6531 raft_consensus.cc:493] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:37.106753  6531 raft_consensus.cc:3060] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:37.111552  6531 raft_consensus.cc:515] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:37.113124  6531 leader_election.cc:290] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [CANDIDATE]: Term 1 election: Requested vote from peers 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327), 956ed92387304213bc7ec98614550365 (127.0.107.194:38573)
I20260630 12:13:37.113863  6330 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f16a2258ad634d2ab2f9b504d2d777eb" candidate_uuid: "02e5692556a24e998158c745f1165fcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8"
I20260630 12:13:37.114176  6405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f16a2258ad634d2ab2f9b504d2d777eb" candidate_uuid: "02e5692556a24e998158c745f1165fcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "956ed92387304213bc7ec98614550365"
I20260630 12:13:37.114529  6330 raft_consensus.cc:3060] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:37.114763  6405 raft_consensus.cc:3060] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:37.120594  6405 raft_consensus.cc:2468] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02e5692556a24e998158c745f1165fcd in term 1.
I20260630 12:13:37.120605  6330 raft_consensus.cc:2468] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02e5692556a24e998158c745f1165fcd in term 1.
I20260630 12:13:37.121608  6445 leader_election.cc:304] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02e5692556a24e998158c745f1165fcd, 956ed92387304213bc7ec98614550365; no voters: 
I20260630 12:13:37.122257  6531 raft_consensus.cc:2804] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:37.123282  6531 raft_consensus.cc:697] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 1 LEADER]: Becoming Leader. State: Replica: 02e5692556a24e998158c745f1165fcd, State: Running, Role: LEADER
I20260630 12:13:37.123936  6531 consensus_queue.cc:237] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } }
I20260630 12:13:37.130108  6227 catalog_manager.cc:5697] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd reported cstate change: term changed from 0 to 1, leader changed from <none> to 02e5692556a24e998158c745f1165fcd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "02e5692556a24e998158c745f1165fcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02e5692556a24e998158c745f1165fcd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1d3a4097e1254e7b88ea36f0c83c9fb8" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33327 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:37.154958   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:37.172832   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:37.173619   431 tablet_replica.cc:333] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8: stopping tablet replica
I20260630 12:13:37.174223   431 raft_consensus.cc:2243] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:37.174645   431 raft_consensus.cc:2272] T f16a2258ad634d2ab2f9b504d2d777eb P 1d3a4097e1254e7b88ea36f0c83c9fb8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:37.193135   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:37.498126  6281 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:37.499390  6281 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:37.499713  6281 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:37.546141  6531 consensus_queue.cc:1048] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [LEADER]: Connected to new peer: Peer: permanent_uuid: "956ed92387304213bc7ec98614550365" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:37.562799  6445 consensus_peers.cc:597] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd -> Peer 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327): Couldn't send request to peer 1d3a4097e1254e7b88ea36f0c83c9fb8. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33327: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:39.474129  6259 debug-util.cc:398] Leaking SignalData structure 0x7b08000a83e0 after lost signal to thread 434
W20260630 12:13:39.475097  6259 debug-util.cc:398] Leaking SignalData structure 0x7b0800085900 after lost signal to thread 6262
W20260630 12:13:39.476128  6259 debug-util.cc:398] Leaking SignalData structure 0x7b080028e3e0 after lost signal to thread 6429
W20260630 12:13:39.477068  6259 debug-util.cc:398] Leaking SignalData structure 0x7b080022da60 after lost signal to thread 6503
I20260630 12:13:39.500645  6281 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:39.502038  6281 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:39.502369  6281 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:13:40.360306  6445 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33327: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:13:40.369593  6445 consensus_peers.cc:597] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd -> Peer 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327): Couldn't send request to peer 1d3a4097e1254e7b88ea36f0c83c9fb8. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33327: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:13:41.503348  6281 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:41.504614  6281 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:41.504926  6281 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:13:42.935316  6445 consensus_peers.cc:597] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd -> Peer 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327): Couldn't send request to peer 1d3a4097e1254e7b88ea36f0c83c9fb8. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33327: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:13:43.505815  6281 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:43.507187  6281 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:43.507510  6281 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:45.508600  6281 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:45.510044  6281 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:45.510305  6281 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:13:45.615978  6445 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33327: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260630 12:13:45.619201  6445 consensus_peers.cc:597] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd -> Peer 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327): Couldn't send request to peer 1d3a4097e1254e7b88ea36f0c83c9fb8. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33327: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:13:47.511190  6281 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:47.512502  6281 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:47.512792  6281 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:13:48.120656  6445 consensus_peers.cc:597] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd -> Peer 1d3a4097e1254e7b88ea36f0c83c9fb8 (127.0.107.193:33327): Couldn't send request to peer 1d3a4097e1254e7b88ea36f0c83c9fb8. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33327: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260630 12:13:48.303591   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:48.331486   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:48.332218   431 tablet_replica.cc:333] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365: stopping tablet replica
I20260630 12:13:48.332767   431 raft_consensus.cc:2243] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:48.333369   431 raft_consensus.cc:2272] T f16a2258ad634d2ab2f9b504d2d777eb P 956ed92387304213bc7ec98614550365 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:48.354291   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:48.368017   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:13:48.380574  6445 consensus_peers.cc:597] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd -> Peer 956ed92387304213bc7ec98614550365 (127.0.107.194:38573): Couldn't send request to peer 956ed92387304213bc7ec98614550365. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:38573: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:48.395901   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:48.396659   431 tablet_replica.cc:333] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd: stopping tablet replica
I20260630 12:13:48.397181   431 raft_consensus.cc:2243] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:48.398219   431 raft_consensus.cc:2272] T f16a2258ad634d2ab2f9b504d2d777eb P 02e5692556a24e998158c745f1165fcd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:48.418589   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:48.430555   431 master.cc:562] Master@127.0.107.254:34655 shutting down...
I20260630 12:13:48.449947   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:48.450630   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:48.451025   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 17db6e5c388a4ea7910e54778d2247ea: stopping tablet replica
I20260630 12:13:48.485721   431 master.cc:584] Master@127.0.107.254:34655 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13167 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:13:48.524195   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40967
I20260630 12:13:48.525339   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:48.530853  6575 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:48.532006  6576 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:48.532318  6578 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:48.533066   431 server_base.cc:1061] running on GCE node
I20260630 12:13:48.533923   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:48.534137   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:48.534289   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821628534271 us; error 0 us; skew 500 ppm
I20260630 12:13:48.534770   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:48.537144   431 webserver.cc:533] Webserver started at http://127.0.107.254:46215/ using document root <none> and password file <none>
I20260630 12:13:48.537640   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:48.537912   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:48.538200   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:48.539417   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "7d3b1a55bc5149bda31a64dc7460c475"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.543771   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:13:48.546969  6583 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.547828   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:48.548053   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "7d3b1a55bc5149bda31a64dc7460c475"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.548293   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:48.565133   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:48.566330   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:48.604092   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40967
I20260630 12:13:48.604182  6634 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40967 every 8 connection(s)
I20260630 12:13:48.608330  6635 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:48.620050  6635 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475: Bootstrap starting.
I20260630 12:13:48.624765  6635 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:48.628862  6635 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475: No bootstrap required, opened a new log
I20260630 12:13:48.631074  6635 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d3b1a55bc5149bda31a64dc7460c475" member_type: VOTER }
I20260630 12:13:48.631536  6635 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:48.631742  6635 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d3b1a55bc5149bda31a64dc7460c475, State: Initialized, Role: FOLLOWER
I20260630 12:13:48.632419  6635 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7d3b1a55bc5149bda31a64dc7460c475" member_type: VOTER }
I20260630 12:13:48.632884  6635 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:48.633098  6635 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:48.633345  6635 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:48.637919  6635 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d3b1a55bc5149bda31a64dc7460c475" member_type: VOTER }
I20260630 12:13:48.638422  6635 leader_election.cc:304] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [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: 7d3b1a55bc5149bda31a64dc7460c475; no voters: 
I20260630 12:13:48.639499  6635 leader_election.cc:290] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:48.639827  6638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:48.641197  6638 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 1 LEADER]: Becoming Leader. State: Replica: 7d3b1a55bc5149bda31a64dc7460c475, State: Running, Role: LEADER
I20260630 12:13:48.641934  6638 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [LEADER]: Queue going to LEADER mode. State: All 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: "7d3b1a55bc5149bda31a64dc7460c475" member_type: VOTER }
I20260630 12:13:48.642551  6635 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:48.647743  6639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7d3b1a55bc5149bda31a64dc7460c475" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d3b1a55bc5149bda31a64dc7460c475" member_type: VOTER } }
I20260630 12:13:48.648432  6639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:48.648380  6640 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7d3b1a55bc5149bda31a64dc7460c475. Latest consensus state: current_term: 1 leader_uuid: "7d3b1a55bc5149bda31a64dc7460c475" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d3b1a55bc5149bda31a64dc7460c475" member_type: VOTER } }
I20260630 12:13:48.649098  6640 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:48.650862  6647 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:48.656109  6647 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:48.657850   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:48.664996  6647 catalog_manager.cc:1383] Generated new cluster ID: 39a85648541b4925b503acc7d1a946f1
I20260630 12:13:48.665275  6647 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:48.691574  6647 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:48.692859  6647 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:48.707124  6647 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475: Generated new TSK 0
I20260630 12:13:48.707717  6647 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:48.724237   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:48.730037  6656 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:48.731222  6657 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:48.733421   431 server_base.cc:1061] running on GCE node
W20260630 12:13:48.733994  6659 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:48.734848   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:48.735039   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:48.735234   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821628735219 us; error 0 us; skew 500 ppm
I20260630 12:13:48.735781   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:48.738098   431 webserver.cc:533] Webserver started at http://127.0.107.193:33911/ using document root <none> and password file <none>
I20260630 12:13:48.738538   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:48.738729   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:48.739003   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:48.740211   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "a1793c30acc14a379f5876b2169baf06"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.744555   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:48.747648  6664 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.748432   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:48.748770   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "a1793c30acc14a379f5876b2169baf06"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.749064   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:48.767886   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:48.768985   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:48.770644   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:48.773031   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:48.773257   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.773499   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:48.773729   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:13:48.813902   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44527
I20260630 12:13:48.814004  6726 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44527 every 8 connection(s)
I20260630 12:13:48.818812   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:48.826304  6731 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:48.828250  6732 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:48.830071  6734 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:48.831303   431 server_base.cc:1061] running on GCE node
I20260630 12:13:48.832228   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:48.832476   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:48.832653   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821628832632 us; error 0 us; skew 500 ppm
I20260630 12:13:48.833137   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:48.835726   431 webserver.cc:533] Webserver started at http://127.0.107.194:42547/ using document root <none> and password file <none>
I20260630 12:13:48.836321   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:48.836555   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:48.836908   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:48.838212  6727 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40967
I20260630 12:13:48.838447   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "82671adee2884a40b42f8308d7a5df70"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.838601  6727 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:48.839432  6727 heartbeater.cc:507] Master 127.0.107.254:40967 requested a full tablet report, sending...
I20260630 12:13:48.841652  6600 ts_manager.cc:194] Registered new tserver with Master: a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527)
I20260630 12:13:48.843818   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:13:48.843948  6600 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45470
I20260630 12:13:48.847554  6739 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.848287   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:13:48.848564   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "82671adee2884a40b42f8308d7a5df70"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.848824   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:48.887746   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:48.888927   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:48.890573   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:48.892756   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:48.892951   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.893194   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:48.893371   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.932372   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37747
I20260630 12:13:48.932462  6801 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37747 every 8 connection(s)
I20260630 12:13:48.937136   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:48.944116  6805 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:48.946338  6806 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:48.947291   431 server_base.cc:1061] running on GCE node
W20260630 12:13:48.947408  6809 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:48.948644   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:48.948915   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:48.949123   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821628949104 us; error 0 us; skew 500 ppm
I20260630 12:13:48.949817   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:48.949956  6802 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40967
I20260630 12:13:48.950405  6802 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:48.951393  6802 heartbeater.cc:507] Master 127.0.107.254:40967 requested a full tablet report, sending...
I20260630 12:13:48.952648   431 webserver.cc:533] Webserver started at http://127.0.107.195:43735/ using document root <none> and password file <none>
I20260630 12:13:48.953217   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:48.953436   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:48.953346  6600 ts_manager.cc:194] Registered new tserver with Master: 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:48.953909   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:48.954919  6600 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45474
I20260630 12:13:48.955096   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "263735996f6940a8aa9dcdf82d1d01ec"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.959614   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:13:48.962713  6813 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.963430   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:48.963706   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "263735996f6940a8aa9dcdf82d1d01ec"
format_stamp: "Formatted at 2026-06-30 12:13:48 on dist-test-slave-t06f"
I20260630 12:13:48.963997   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:48.978688   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:48.979756   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:48.981104   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:48.983358   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:48.983584   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:48.983815   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:48.983987   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:49.022045   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34397
I20260630 12:13:49.022166  6875 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34397 every 8 connection(s)
I20260630 12:13:49.035451  6876 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40967
I20260630 12:13:49.035780  6876 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:49.036460  6876 heartbeater.cc:507] Master 127.0.107.254:40967 requested a full tablet report, sending...
I20260630 12:13:49.038268  6600 ts_manager.cc:194] Registered new tserver with Master: 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:49.038437   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013293092s
I20260630 12:13:49.039597  6600 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45478
I20260630 12:13:49.846676  6727 heartbeater.cc:499] Master 127.0.107.254:40967 was elected leader, sending a full tablet report...
I20260630 12:13:49.957245  6802 heartbeater.cc:499] Master 127.0.107.254:40967 was elected leader, sending a full tablet report...
I20260630 12:13:50.042212  6876 heartbeater.cc:499] Master 127.0.107.254:40967 was elected leader, sending a full tablet report...
I20260630 12:13:50.092759  6600 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45494:
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:13:50.095403  6600 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:13:50.154224  6841 tablet_service.cc:1511] Processing CreateTablet for tablet 83a314a6922d4e4c8d2ac36b4900c44f (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:13:50.154760  6692 tablet_service.cc:1511] Processing CreateTablet for tablet 83a314a6922d4e4c8d2ac36b4900c44f (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:13:50.155841  6841 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83a314a6922d4e4c8d2ac36b4900c44f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.156262  6692 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83a314a6922d4e4c8d2ac36b4900c44f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.156335  6690 tablet_service.cc:1511] Processing CreateTablet for tablet 120ae195d3ef42be9cfff9e01dc77817 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:13:50.157804  6690 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 120ae195d3ef42be9cfff9e01dc77817. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.160498  6691 tablet_service.cc:1511] Processing CreateTablet for tablet 4ef7abaf51a84686bb34c22beae1dce1 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:13:50.161118  6840 tablet_service.cc:1511] Processing CreateTablet for tablet 4ef7abaf51a84686bb34c22beae1dce1 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:13:50.161856  6691 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ef7abaf51a84686bb34c22beae1dce1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.162464  6840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ef7abaf51a84686bb34c22beae1dce1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.174633  6839 tablet_service.cc:1511] Processing CreateTablet for tablet 120ae195d3ef42be9cfff9e01dc77817 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:13:50.176438  6839 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 120ae195d3ef42be9cfff9e01dc77817. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.181126  6896 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: Bootstrap starting.
I20260630 12:13:50.185128  6841 tablet_service.cc:1511] Processing CreateTablet for tablet b609eff9a4cb4446ba40b3c60d8762d3 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:13:50.185202  6689 tablet_service.cc:1511] Processing CreateTablet for tablet b609eff9a4cb4446ba40b3c60d8762d3 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:13:50.186060  6767 tablet_service.cc:1511] Processing CreateTablet for tablet 83a314a6922d4e4c8d2ac36b4900c44f (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:13:50.186604  6841 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b609eff9a4cb4446ba40b3c60d8762d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.187031  6689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b609eff9a4cb4446ba40b3c60d8762d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.187366  6767 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83a314a6922d4e4c8d2ac36b4900c44f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.201965  6896 tablet_bootstrap.cc:654] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.207504  6766 tablet_service.cc:1511] Processing CreateTablet for tablet 4ef7abaf51a84686bb34c22beae1dce1 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:13:50.208899  6766 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ef7abaf51a84686bb34c22beae1dce1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.218324  6897 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06: Bootstrap starting.
I20260630 12:13:50.218667  6765 tablet_service.cc:1511] Processing CreateTablet for tablet 120ae195d3ef42be9cfff9e01dc77817 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:13:50.219074  6764 tablet_service.cc:1511] Processing CreateTablet for tablet b609eff9a4cb4446ba40b3c60d8762d3 (DEFAULT_TABLE table=test-workload [id=152ec868402f4e28b3337305caa5c03f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:13:50.220034  6765 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 120ae195d3ef42be9cfff9e01dc77817. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.225291  6897 tablet_bootstrap.cc:654] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.226307  6764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b609eff9a4cb4446ba40b3c60d8762d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:50.253007  6896 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: No bootstrap required, opened a new log
I20260630 12:13:50.253834  6896 ts_tablet_manager.cc:1403] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: Time spent bootstrapping tablet: real 0.073s	user 0.015s	sys 0.030s
I20260630 12:13:50.257750  6896 raft_consensus.cc:359] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.258888  6896 raft_consensus.cc:385] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.259253  6896 raft_consensus.cc:740] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 263735996f6940a8aa9dcdf82d1d01ec, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.260021  6900 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70: Bootstrap starting.
I20260630 12:13:50.260545  6897 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06: No bootstrap required, opened a new log
I20260630 12:13:50.260072  6896 consensus_queue.cc:260] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.261498  6897 ts_tablet_manager.cc:1403] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06: Time spent bootstrapping tablet: real 0.044s	user 0.018s	sys 0.023s
I20260630 12:13:50.263957  6896 ts_tablet_manager.cc:1434] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.003s
I20260630 12:13:50.264957  6896 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: Bootstrap starting.
I20260630 12:13:50.264534  6897 raft_consensus.cc:359] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.265430  6897 raft_consensus.cc:385] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.265785  6897 raft_consensus.cc:740] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a1793c30acc14a379f5876b2169baf06, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.266642  6897 consensus_queue.cc:260] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.268786  6900 tablet_bootstrap.cc:654] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.274443  6896 tablet_bootstrap.cc:654] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: Neither blocks nor log segments found. Creating new log.
W20260630 12:13:50.277287  6877 tablet.cc:2406] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:13:50.282447  6900 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70: No bootstrap required, opened a new log
I20260630 12:13:50.283033  6900 ts_tablet_manager.cc:1403] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.008s
I20260630 12:13:50.283437  6897 ts_tablet_manager.cc:1434] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06: Time spent starting tablet: real 0.022s	user 0.011s	sys 0.008s
I20260630 12:13:50.284188  6896 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: No bootstrap required, opened a new log
I20260630 12:13:50.284571  6897 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06: Bootstrap starting.
I20260630 12:13:50.284739  6896 ts_tablet_manager.cc:1403] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.007s
I20260630 12:13:50.286108  6900 raft_consensus.cc:359] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.286907  6900 raft_consensus.cc:385] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.287248  6900 raft_consensus.cc:740] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82671adee2884a40b42f8308d7a5df70, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.287662  6896 raft_consensus.cc:359] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.288498  6896 raft_consensus.cc:385] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.288141  6900 consensus_queue.cc:260] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.288893  6896 raft_consensus.cc:740] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 263735996f6940a8aa9dcdf82d1d01ec, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.289975  6896 consensus_queue.cc:260] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.291384  6897 tablet_bootstrap.cc:654] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.292196  6896 ts_tablet_manager.cc:1434] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.006s
I20260630 12:13:50.293501  6896 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: Bootstrap starting.
I20260630 12:13:50.300462  6901 raft_consensus.cc:493] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:50.301098  6901 raft_consensus.cc:515] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.303103  6896 tablet_bootstrap.cc:654] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.311538  6901 leader_election.cc:290] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:50.321223  6900 ts_tablet_manager.cc:1434] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70: Time spent starting tablet: real 0.038s	user 0.025s	sys 0.012s
I20260630 12:13:50.322830  6897 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06: No bootstrap required, opened a new log
I20260630 12:13:50.323498  6897 ts_tablet_manager.cc:1403] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06: Time spent bootstrapping tablet: real 0.039s	user 0.017s	sys 0.012s
I20260630 12:13:50.324272  6900 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70: Bootstrap starting.
I20260630 12:13:50.327216  6897 raft_consensus.cc:359] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.328003  6897 raft_consensus.cc:385] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.328343  6897 raft_consensus.cc:740] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a1793c30acc14a379f5876b2169baf06, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.329491  6897 consensus_queue.cc:260] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.331677  6897 ts_tablet_manager.cc:1434] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:13:50.332645  6897 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06: Bootstrap starting.
I20260630 12:13:50.335121  6900 tablet_bootstrap.cc:654] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.338853  6897 tablet_bootstrap.cc:654] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.342976  6896 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: No bootstrap required, opened a new log
I20260630 12:13:50.343560  6896 ts_tablet_manager.cc:1403] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: Time spent bootstrapping tablet: real 0.050s	user 0.019s	sys 0.000s
I20260630 12:13:50.346361  6896 raft_consensus.cc:359] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.347116  6896 raft_consensus.cc:385] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.347782  6896 raft_consensus.cc:740] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 263735996f6940a8aa9dcdf82d1d01ec, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.348690  6896 consensus_queue.cc:260] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.351454  6896 ts_tablet_manager.cc:1434] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:13:50.353627  6896 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec: Bootstrap starting.
I20260630 12:13:50.358659  6897 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06: No bootstrap required, opened a new log
I20260630 12:13:50.359457  6897 ts_tablet_manager.cc:1403] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.004s
I20260630 12:13:50.362762  6897 raft_consensus.cc:359] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.363507  6897 raft_consensus.cc:385] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.363859  6897 raft_consensus.cc:740] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a1793c30acc14a379f5876b2169baf06, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.365046  6897 consensus_queue.cc:260] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.363817  6896 tablet_bootstrap.cc:654] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.376564  6897 ts_tablet_manager.cc:1434] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:13:50.376492  6702 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83a314a6922d4e4c8d2ac36b4900c44f" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1793c30acc14a379f5876b2169baf06" is_pre_election: true
I20260630 12:13:50.377408  6702 raft_consensus.cc:2468] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 0.
I20260630 12:13:50.379293  6815 leader_election.cc:304] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 263735996f6940a8aa9dcdf82d1d01ec, a1793c30acc14a379f5876b2169baf06; no voters: 
I20260630 12:13:50.379765  6897 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: Bootstrap starting.
I20260630 12:13:50.380097  6901 raft_consensus.cc:2804] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:50.380499  6901 raft_consensus.cc:493] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:50.380841  6901 raft_consensus.cc:3060] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.381470  6900 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70: No bootstrap required, opened a new log
I20260630 12:13:50.382017  6900 ts_tablet_manager.cc:1403] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70: Time spent bootstrapping tablet: real 0.058s	user 0.023s	sys 0.005s
I20260630 12:13:50.384987  6900 raft_consensus.cc:359] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.385720  6900 raft_consensus.cc:385] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.386052  6900 raft_consensus.cc:740] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82671adee2884a40b42f8308d7a5df70, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.387038  6897 tablet_bootstrap.cc:654] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.387001  6777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83a314a6922d4e4c8d2ac36b4900c44f" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70" is_pre_election: true
I20260630 12:13:50.387713  6777 raft_consensus.cc:2468] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 0.
I20260630 12:13:50.388250  6896 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec: No bootstrap required, opened a new log
I20260630 12:13:50.388767  6896 ts_tablet_manager.cc:1403] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec: Time spent bootstrapping tablet: real 0.035s	user 0.012s	sys 0.001s
I20260630 12:13:50.389642  6901 raft_consensus.cc:515] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.389906  6900 consensus_queue.cc:260] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.391868  6901 leader_election.cc:290] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 election: Requested vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:50.392357  6896 raft_consensus.cc:359] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.394289  6896 raft_consensus.cc:385] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.394579  6896 raft_consensus.cc:740] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 263735996f6940a8aa9dcdf82d1d01ec, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.394790  6777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83a314a6922d4e4c8d2ac36b4900c44f" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70"
I20260630 12:13:50.395332  6777 raft_consensus.cc:3060] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.395179  6896 consensus_queue.cc:260] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.393281  6702 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83a314a6922d4e4c8d2ac36b4900c44f" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1793c30acc14a379f5876b2169baf06"
I20260630 12:13:50.395951  6702 raft_consensus.cc:3060] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.397374  6896 ts_tablet_manager.cc:1434] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:13:50.398607  6900 ts_tablet_manager.cc:1434] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:13:50.402990  6777 raft_consensus.cc:2468] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 1.
I20260630 12:13:50.404524  6815 leader_election.cc:304] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 263735996f6940a8aa9dcdf82d1d01ec, 82671adee2884a40b42f8308d7a5df70; no voters: 
I20260630 12:13:50.404202  6900 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: Bootstrap starting.
I20260630 12:13:50.405176  6897 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: No bootstrap required, opened a new log
I20260630 12:13:50.405397  6901 raft_consensus.cc:2804] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:50.405812  6897 ts_tablet_manager.cc:1403] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.005s
I20260630 12:13:50.403113  6702 raft_consensus.cc:2468] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 1.
I20260630 12:13:50.408874  6897 raft_consensus.cc:359] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.409631  6897 raft_consensus.cc:385] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.410020  6897 raft_consensus.cc:740] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a1793c30acc14a379f5876b2169baf06, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.410946  6897 consensus_queue.cc:260] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.414299  6901 raft_consensus.cc:697] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Becoming Leader. State: Replica: 263735996f6940a8aa9dcdf82d1d01ec, State: Running, Role: LEADER
I20260630 12:13:50.415037  6897 ts_tablet_manager.cc:1434] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.002s
I20260630 12:13:50.415189  6900 tablet_bootstrap.cc:654] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.415216  6901 consensus_queue.cc:237] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } }
I20260630 12:13:50.420073  6900 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: No bootstrap required, opened a new log
I20260630 12:13:50.420507  6900 ts_tablet_manager.cc:1403] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.004s
I20260630 12:13:50.423429  6900 raft_consensus.cc:359] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.424142  6900 raft_consensus.cc:385] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.424515  6900 raft_consensus.cc:740] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82671adee2884a40b42f8308d7a5df70, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.425174  6900 consensus_queue.cc:260] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.427311  6900 ts_tablet_manager.cc:1434] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:13:50.428246  6900 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70: Bootstrap starting.
I20260630 12:13:50.430130  6600 catalog_manager.cc:5697] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: term changed from 0 to 1, leader changed from <none> to 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195). New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:50.433840  6900 tablet_bootstrap.cc:654] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:50.439587  6900 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70: No bootstrap required, opened a new log
I20260630 12:13:50.440011  6900 ts_tablet_manager.cc:1403] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70: Time spent bootstrapping tablet: real 0.012s	user 0.001s	sys 0.009s
I20260630 12:13:50.442108  6900 raft_consensus.cc:359] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.442652  6900 raft_consensus.cc:385] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:50.442896  6900 raft_consensus.cc:740] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82671adee2884a40b42f8308d7a5df70, State: Initialized, Role: FOLLOWER
I20260630 12:13:50.443454  6900 consensus_queue.cc:260] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.445190  6900 ts_tablet_manager.cc:1434] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:50.455077  6901 raft_consensus.cc:493] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:50.455539  6901 raft_consensus.cc:515] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.457175  6901 leader_election.cc:290] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:50.457970  6702 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ef7abaf51a84686bb34c22beae1dce1" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1793c30acc14a379f5876b2169baf06" is_pre_election: true
I20260630 12:13:50.458088  6777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ef7abaf51a84686bb34c22beae1dce1" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70" is_pre_election: true
I20260630 12:13:50.458555  6702 raft_consensus.cc:2468] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 0.
I20260630 12:13:50.458717  6777 raft_consensus.cc:2468] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 0.
I20260630 12:13:50.459488  6815 leader_election.cc:304] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 263735996f6940a8aa9dcdf82d1d01ec, a1793c30acc14a379f5876b2169baf06; no voters: 
I20260630 12:13:50.460094  6901 raft_consensus.cc:2804] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:50.460384  6901 raft_consensus.cc:493] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:50.460646  6901 raft_consensus.cc:3060] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.465075  6901 raft_consensus.cc:515] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.466569  6901 leader_election.cc:290] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 election: Requested vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:50.467296  6702 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ef7abaf51a84686bb34c22beae1dce1" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1793c30acc14a379f5876b2169baf06"
I20260630 12:13:50.467720  6777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ef7abaf51a84686bb34c22beae1dce1" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70"
I20260630 12:13:50.467841  6702 raft_consensus.cc:3060] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.468227  6777 raft_consensus.cc:3060] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.473129  6702 raft_consensus.cc:2468] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 1.
I20260630 12:13:50.473649  6777 raft_consensus.cc:2468] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 1.
I20260630 12:13:50.474172  6815 leader_election.cc:304] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 263735996f6940a8aa9dcdf82d1d01ec, a1793c30acc14a379f5876b2169baf06; no voters: 
I20260630 12:13:50.474974  6901 raft_consensus.cc:2804] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:50.475448  6901 raft_consensus.cc:697] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Becoming Leader. State: Replica: 263735996f6940a8aa9dcdf82d1d01ec, State: Running, Role: LEADER
I20260630 12:13:50.476063  6901 consensus_queue.cc:237] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.482976  6600 catalog_manager.cc:5697] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: term changed from 0 to 1, leader changed from <none> to 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195). New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:50.561439  6902 raft_consensus.cc:493] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:50.561975  6902 raft_consensus.cc:515] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.563992  6902 leader_election.cc:290] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747), 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:50.574362  6777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b609eff9a4cb4446ba40b3c60d8762d3" candidate_uuid: "a1793c30acc14a379f5876b2169baf06" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70" is_pre_election: true
I20260630 12:13:50.574965  6777 raft_consensus.cc:2468] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a1793c30acc14a379f5876b2169baf06 in term 0.
I20260630 12:13:50.575232  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b609eff9a4cb4446ba40b3c60d8762d3" candidate_uuid: "a1793c30acc14a379f5876b2169baf06" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "263735996f6940a8aa9dcdf82d1d01ec" is_pre_election: true
I20260630 12:13:50.575935  6851 raft_consensus.cc:2468] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a1793c30acc14a379f5876b2169baf06 in term 0.
I20260630 12:13:50.576092  6666 leader_election.cc:304] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82671adee2884a40b42f8308d7a5df70, a1793c30acc14a379f5876b2169baf06; no voters: 
I20260630 12:13:50.576874  6902 raft_consensus.cc:2804] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:50.577222  6902 raft_consensus.cc:493] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:50.577522  6902 raft_consensus.cc:3060] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.582326  6902 raft_consensus.cc:515] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.583976  6902 leader_election.cc:290] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [CANDIDATE]: Term 1 election: Requested vote from peers 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747), 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:50.584616  6777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b609eff9a4cb4446ba40b3c60d8762d3" candidate_uuid: "a1793c30acc14a379f5876b2169baf06" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70"
I20260630 12:13:50.584883  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b609eff9a4cb4446ba40b3c60d8762d3" candidate_uuid: "a1793c30acc14a379f5876b2169baf06" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "263735996f6940a8aa9dcdf82d1d01ec"
I20260630 12:13:50.585176  6777 raft_consensus.cc:3060] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.585522  6851 raft_consensus.cc:3060] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.592598  6777 raft_consensus.cc:2468] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a1793c30acc14a379f5876b2169baf06 in term 1.
I20260630 12:13:50.592612  6851 raft_consensus.cc:2468] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a1793c30acc14a379f5876b2169baf06 in term 1.
I20260630 12:13:50.593954  6666 leader_election.cc:304] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82671adee2884a40b42f8308d7a5df70, a1793c30acc14a379f5876b2169baf06; no voters: 
I20260630 12:13:50.594544  6902 raft_consensus.cc:2804] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:50.595405  6902 raft_consensus.cc:697] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 1 LEADER]: Becoming Leader. State: Replica: a1793c30acc14a379f5876b2169baf06, State: Running, Role: LEADER
I20260630 12:13:50.596266  6902 consensus_queue.cc:237] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.602568  6600 catalog_manager.cc:5697] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 reported cstate change: term changed from 0 to 1, leader changed from <none> to a1793c30acc14a379f5876b2169baf06 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a1793c30acc14a379f5876b2169baf06" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: UNKNOWN } } }
W20260630 12:13:50.655165  6648 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:13:50.695688  6905 raft_consensus.cc:493] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:50.696194  6905 raft_consensus.cc:515] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.698391  6905 leader_election.cc:290] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:50.707791  6702 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "120ae195d3ef42be9cfff9e01dc77817" candidate_uuid: "82671adee2884a40b42f8308d7a5df70" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1793c30acc14a379f5876b2169baf06" is_pre_election: true
I20260630 12:13:50.708277  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "120ae195d3ef42be9cfff9e01dc77817" candidate_uuid: "82671adee2884a40b42f8308d7a5df70" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "263735996f6940a8aa9dcdf82d1d01ec" is_pre_election: true
I20260630 12:13:50.708441  6702 raft_consensus.cc:2468] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82671adee2884a40b42f8308d7a5df70 in term 0.
I20260630 12:13:50.708873  6851 raft_consensus.cc:2468] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82671adee2884a40b42f8308d7a5df70 in term 0.
I20260630 12:13:50.709580  6741 leader_election.cc:304] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82671adee2884a40b42f8308d7a5df70, a1793c30acc14a379f5876b2169baf06; no voters: 
I20260630 12:13:50.710482  6905 raft_consensus.cc:2804] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:50.710772  6905 raft_consensus.cc:493] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:50.711045  6905 raft_consensus.cc:3060] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.715847  6905 raft_consensus.cc:515] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.717309  6905 leader_election.cc:290] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [CANDIDATE]: Term 1 election: Requested vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:50.718163  6702 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "120ae195d3ef42be9cfff9e01dc77817" candidate_uuid: "82671adee2884a40b42f8308d7a5df70" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a1793c30acc14a379f5876b2169baf06"
I20260630 12:13:50.718333  6851 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "120ae195d3ef42be9cfff9e01dc77817" candidate_uuid: "82671adee2884a40b42f8308d7a5df70" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "263735996f6940a8aa9dcdf82d1d01ec"
I20260630 12:13:50.718652  6702 raft_consensus.cc:3060] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.718875  6851 raft_consensus.cc:3060] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:50.723140  6702 raft_consensus.cc:2468] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82671adee2884a40b42f8308d7a5df70 in term 1.
I20260630 12:13:50.723275  6851 raft_consensus.cc:2468] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82671adee2884a40b42f8308d7a5df70 in term 1.
I20260630 12:13:50.724089  6741 leader_election.cc:304] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82671adee2884a40b42f8308d7a5df70, a1793c30acc14a379f5876b2169baf06; no voters: 
I20260630 12:13:50.724763  6905 raft_consensus.cc:2804] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:50.725543  6905 raft_consensus.cc:697] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 LEADER]: Becoming Leader. State: Replica: 82671adee2884a40b42f8308d7a5df70, State: Running, Role: LEADER
I20260630 12:13:50.726248  6905 consensus_queue.cc:237] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:50.733156  6600 catalog_manager.cc:5697] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 reported cstate change: term changed from 0 to 1, leader changed from <none> to 82671adee2884a40b42f8308d7a5df70 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "82671adee2884a40b42f8308d7a5df70" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:50.745973   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:50.763527   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:50.764375   431 tablet_replica.cc:333] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: stopping tablet replica
I20260630 12:13:50.764982   431 raft_consensus.cc:2243] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:50.765794   431 pending_rounds.cc:70] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: Trying to abort 1 pending ops.
I20260630 12:13:50.766028   431 pending_rounds.cc:77] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437398929293312 op_type: NO_OP noop_request { }
I20260630 12:13:50.766352   431 raft_consensus.cc:2889] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:13:50.766646   431 raft_consensus.cc:2272] T b609eff9a4cb4446ba40b3c60d8762d3 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.768992   431 tablet_replica.cc:333] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06: stopping tablet replica
I20260630 12:13:50.769515   431 raft_consensus.cc:2243] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.769963   431 raft_consensus.cc:2272] T 120ae195d3ef42be9cfff9e01dc77817 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.771796   431 tablet_replica.cc:333] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06: stopping tablet replica
I20260630 12:13:50.772310   431 raft_consensus.cc:2243] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.772749   431 raft_consensus.cc:2272] T 83a314a6922d4e4c8d2ac36b4900c44f P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.774602   431 tablet_replica.cc:333] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06: stopping tablet replica
I20260630 12:13:50.775027   431 raft_consensus.cc:2243] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:50.775332   431 raft_consensus.cc:2272] T 4ef7abaf51a84686bb34c22beae1dce1 P a1793c30acc14a379f5876b2169baf06 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:50.797524   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:13:50.845161  6815 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260630 12:13:50.848048  6815 consensus_peers.cc:597] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:50.856072  6815 consensus_peers.cc:597] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:50.943358  6901 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:50.956068  6929 consensus_queue.cc:1048] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:51.121031  6905 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:51.134773  6741 consensus_peers.cc:597] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:51.656932  6648 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver a1793c30acc14a379f5876b2169baf06 not available for placement
I20260630 12:13:51.711889  6914 consensus_queue.cc:579] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.235s)
W20260630 12:13:51.719128  6598 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4ef7abaf51a84686bb34c22beae1dce1 with cas_config_opid_index -1: no extra replica candidate found for tablet 4ef7abaf51a84686bb34c22beae1dce1 (table test-workload [id=152ec868402f4e28b3337305caa5c03f]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
I20260630 12:13:51.796567  6939 consensus_queue.cc:579] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.379s)
I20260630 12:13:51.840708   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:51.846473  6940 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:51.847339  6941 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:51.850567  6943 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:51.851433   431 server_base.cc:1061] running on GCE node
I20260630 12:13:51.852538   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:51.852780   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:13:51.852946   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821631852932 us; error 0 us; skew 500 ppm
I20260630 12:13:51.853480   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:51.855749   431 webserver.cc:533] Webserver started at http://127.0.107.196:41577/ using document root <none> and password file <none>
I20260630 12:13:51.856205   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:51.856402   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:51.856685   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:51.857815   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "7d5641675ab749a1bb383bb6f28f16ef"
format_stamp: "Formatted at 2026-06-30 12:13:51 on dist-test-slave-t06f"
I20260630 12:13:51.862075   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:13:51.865226  6948 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:51.866057   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:51.866372   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "7d5641675ab749a1bb383bb6f28f16ef"
format_stamp: "Formatted at 2026-06-30 12:13:51 on dist-test-slave-t06f"
I20260630 12:13:51.866654   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:13:51.890146   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:51.891213   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:51.892582   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:51.894724   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:51.894960   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:51.895232   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:51.895412   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:51.932085   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39283
I20260630 12:13:51.932174  7010 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39283 every 8 connection(s)
I20260630 12:13:51.946215  7011 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40967
I20260630 12:13:51.946630  7011 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:51.947484  7011 heartbeater.cc:507] Master 127.0.107.254:40967 requested a full tablet report, sending...
I20260630 12:13:51.949446  6598 ts_manager.cc:194] Registered new tserver with Master: 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196:39283)
I20260630 12:13:51.950989  6598 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45508
I20260630 12:13:51.992910  6851 consensus_queue.cc:237] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [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: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:52.001281  6776 raft_consensus.cc:1275] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:52.003281  6914 consensus_queue.cc:1048] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:52.003997  6815 consensus_peers.cc:597] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:52.009202  6816 consensus_peers.cc:597] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec -> Peer 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196:39283): Couldn't send request to peer 7d5641675ab749a1bb383bb6f28f16ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 83a314a6922d4e4c8d2ac36b4900c44f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.010228  6938 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:52.011641  6776 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:52.017426  6585 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 83a314a6922d4e4c8d2ac36b4900c44f with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260630 12:13:52.021366  6598 catalog_manager.cc:5697] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:52.040733  6851 consensus_queue.cc:237] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
W20260630 12:13:52.046758  6816 consensus_peers.cc:597] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196:39283): Couldn't send request to peer 7d5641675ab749a1bb383bb6f28f16ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4ef7abaf51a84686bb34c22beae1dce1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.047360  6776 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:52.048707  6938 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:52.049340  6815 consensus_peers.cc:597] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.055042  6939 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:52.056723  6776 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:52.064169  6585 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4ef7abaf51a84686bb34c22beae1dce1 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:13:52.067276  6905 consensus_queue.cc:579] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.340s)
I20260630 12:13:52.069160  6600 catalog_manager.cc:5697] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:52.086652  6776 consensus_queue.cc:237] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:52.094080  6851 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:13:52.095862  7026 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:52.096553  6741 consensus_peers.cc:597] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:13:52.100828  6742 consensus_peers.cc:597] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 -> Peer 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196:39283): Couldn't send request to peer 7d5641675ab749a1bb383bb6f28f16ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 120ae195d3ef42be9cfff9e01dc77817. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.102015  7025 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:52.103565  6851 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:52.111763  6585 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 120ae195d3ef42be9cfff9e01dc77817 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:13:52.115516  6600 catalog_manager.cc:5697] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 reported cstate change: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "82671adee2884a40b42f8308d7a5df70" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:52.215210  6914 raft_consensus.cc:493] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:52.215747  6914 raft_consensus.cc:515] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:52.217463  6914 leader_election.cc:290] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:52.219221  6776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b609eff9a4cb4446ba40b3c60d8762d3" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70" is_pre_election: true
I20260630 12:13:52.219908  6776 raft_consensus.cc:2468] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 1.
I20260630 12:13:52.220947  6815 leader_election.cc:304] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [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: 263735996f6940a8aa9dcdf82d1d01ec, 82671adee2884a40b42f8308d7a5df70; no voters: 
I20260630 12:13:52.221738  6914 raft_consensus.cc:2804] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260630 12:13:52.221779  6815 leader_election.cc:336] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
I20260630 12:13:52.222208  6914 raft_consensus.cc:493] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:52.222540  6914 raft_consensus.cc:3060] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:52.227183  6914 raft_consensus.cc:515] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:52.228647  6914 leader_election.cc:290] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 2 election: Requested vote from peers a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527), 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:52.230036  6776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b609eff9a4cb4446ba40b3c60d8762d3" candidate_uuid: "263735996f6940a8aa9dcdf82d1d01ec" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82671adee2884a40b42f8308d7a5df70"
I20260630 12:13:52.230638  6776 raft_consensus.cc:3060] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:13:52.232122  6815 leader_election.cc:336] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
I20260630 12:13:52.235076  6776 raft_consensus.cc:2468] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 263735996f6940a8aa9dcdf82d1d01ec in term 2.
I20260630 12:13:52.236037  6815 leader_election.cc:304] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [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: 263735996f6940a8aa9dcdf82d1d01ec, 82671adee2884a40b42f8308d7a5df70; no voters: a1793c30acc14a379f5876b2169baf06
I20260630 12:13:52.236713  6914 raft_consensus.cc:2804] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:52.237097  6914 raft_consensus.cc:697] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 LEADER]: Becoming Leader. State: Replica: 263735996f6940a8aa9dcdf82d1d01ec, State: Running, Role: LEADER
I20260630 12:13:52.237846  6914 consensus_queue.cc:237] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Queue going to LEADER 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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:52.244591  6598 catalog_manager.cc:5697] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: term changed from 1 to 2, leader changed from a1793c30acc14a379f5876b2169baf06 (127.0.107.193) to 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195). New cstate: current_term: 2 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:52.953270  7011 heartbeater.cc:499] Master 127.0.107.254:40967 was elected leader, sending a full tablet report...
I20260630 12:13:53.218773  6939 consensus_queue.cc:579] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer 82671adee2884a40b42f8308d7a5df70 for more than 1 seconds (1.199s)
I20260630 12:13:53.220206  7029 consensus_queue.cc:579] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Leader has been unable to successfully communicate with peer 7d5641675ab749a1bb383bb6f28f16ef for more than 1 seconds (1.119s)
I20260630 12:13:53.223407  6939 consensus_queue.cc:579] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer 7d5641675ab749a1bb383bb6f28f16ef for more than 1 seconds (1.177s)
I20260630 12:13:53.242311  6776 raft_consensus.cc:1275] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:13:53.250077  7032 consensus_queue.cc:1048] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:53.252465  7030 consensus_queue.cc:579] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.165s)
I20260630 12:13:53.250707  7035 ts_tablet_manager.cc:933] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: Initiating tablet copy from peer 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:53.295064  7037 ts_tablet_manager.cc:933] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: Initiating tablet copy from peer 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:53.296561  7035 tablet_copy_client.cc:323] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34397
W20260630 12:13:53.301489  6815 consensus_peers.cc:597] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:53.303401  7034 consensus_queue.cc:579] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Leader has been unable to successfully communicate with peer 263735996f6940a8aa9dcdf82d1d01ec for more than 1 seconds (1.190s)
I20260630 12:13:53.321982  6914 consensus_queue.cc:579] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.280s)
W20260630 12:13:53.325582  6648 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver a1793c30acc14a379f5876b2169baf06 not available for placement
I20260630 12:13:53.324709  6777 consensus_queue.cc:237] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:53.346683  6851 consensus_queue.cc:237] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:53.349751  7046 ts_tablet_manager.cc:933] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: Initiating tablet copy from peer 82671adee2884a40b42f8308d7a5df70 (127.0.107.194:37747)
I20260630 12:13:53.375556  6850 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:53.377218  7032 consensus_queue.cc:579] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.383s)
I20260630 12:13:53.378149  7046 tablet_copy_client.cc:323] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37747
I20260630 12:13:53.380342  7036 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260630 12:13:53.384212  6741 consensus_peers.cc:597] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:53.369138  7037 tablet_copy_client.cc:323] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34397
I20260630 12:13:53.421198  6776 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:53.423382  6914 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260630 12:13:53.436590  6815 consensus_peers.cc:597] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:53.436715  6787 tablet_copy_service.cc:140] P 82671adee2884a40b42f8308d7a5df70: Received BeginTabletCopySession request for tablet 120ae195d3ef42be9cfff9e01dc77817 from peer 7d5641675ab749a1bb383bb6f28f16ef ({username='slave'} at 127.0.0.1:35696)
I20260630 12:13:53.437332  6787 tablet_copy_service.cc:161] P 82671adee2884a40b42f8308d7a5df70: Beginning new tablet copy session on tablet 120ae195d3ef42be9cfff9e01dc77817 from peer 7d5641675ab749a1bb383bb6f28f16ef at {username='slave'} at 127.0.0.1:35696: session id = 7d5641675ab749a1bb383bb6f28f16ef-120ae195d3ef42be9cfff9e01dc77817
I20260630 12:13:53.441280  7029 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } }
I20260630 12:13:53.444073  6861 tablet_copy_service.cc:140] P 263735996f6940a8aa9dcdf82d1d01ec: Received BeginTabletCopySession request for tablet 83a314a6922d4e4c8d2ac36b4900c44f from peer 7d5641675ab749a1bb383bb6f28f16ef ({username='slave'} at 127.0.0.1:41016)
I20260630 12:13:53.444073  6860 tablet_copy_service.cc:140] P 263735996f6940a8aa9dcdf82d1d01ec: Received BeginTabletCopySession request for tablet 4ef7abaf51a84686bb34c22beae1dce1 from peer 7d5641675ab749a1bb383bb6f28f16ef ({username='slave'} at 127.0.0.1:41016)
I20260630 12:13:53.444974  6860 tablet_copy_service.cc:161] P 263735996f6940a8aa9dcdf82d1d01ec: Beginning new tablet copy session on tablet 4ef7abaf51a84686bb34c22beae1dce1 from peer 7d5641675ab749a1bb383bb6f28f16ef at {username='slave'} at 127.0.0.1:41016: session id = 7d5641675ab749a1bb383bb6f28f16ef-4ef7abaf51a84686bb34c22beae1dce1
I20260630 12:13:53.446877  6938 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } }
I20260630 12:13:53.452755  6861 tablet_copy_service.cc:161] P 263735996f6940a8aa9dcdf82d1d01ec: Beginning new tablet copy session on tablet 83a314a6922d4e4c8d2ac36b4900c44f from peer 7d5641675ab749a1bb383bb6f28f16ef at {username='slave'} at 127.0.0.1:41016: session id = 7d5641675ab749a1bb383bb6f28f16ef-83a314a6922d4e4c8d2ac36b4900c44f
I20260630 12:13:53.452209  6850 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } }
I20260630 12:13:53.455487  6585 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 120ae195d3ef42be9cfff9e01dc77817 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:53.456303  6585 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4ef7abaf51a84686bb34c22beae1dce1 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:53.458457  6860 tablet_copy_source_session.cc:215] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:53.458815  6787 tablet_copy_source_session.cc:215] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:53.461572  7037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ef7abaf51a84686bb34c22beae1dce1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:53.462385  7046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 120ae195d3ef42be9cfff9e01dc77817. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:53.461483  6776 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } }
I20260630 12:13:53.462170  6599 catalog_manager.cc:5697] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index 2 to 3, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:53.470433  6861 tablet_copy_source_session.cc:215] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:53.475083  7035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83a314a6922d4e4c8d2ac36b4900c44f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:53.474720  6598 catalog_manager.cc:5697] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 reported cstate change: config changed from index 2 to 3, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "82671adee2884a40b42f8308d7a5df70" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:53.478960  7046 tablet_copy_client.cc:806] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:53.479553  7046 tablet_copy_client.cc:670] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:53.484169  7046 tablet_copy_client.cc:538] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:53.490474  7037 tablet_copy_client.cc:806] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:53.491299  7037 tablet_copy_client.cc:670] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:53.493420  7046 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap starting.
I20260630 12:13:53.496243  7037 tablet_copy_client.cc:538] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:53.497538  7035 tablet_copy_client.cc:806] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:53.498198  7035 tablet_copy_client.cc:670] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:53.502162  7035 tablet_copy_client.cc:538] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:53.504948  7037 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap starting.
I20260630 12:13:53.511655  7035 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap starting.
I20260630 12:13:53.545871  6976 tablet_service.cc:1558] Processing DeleteTablet for tablet 4ef7abaf51a84686bb34c22beae1dce1 with delete_type TABLET_DATA_TOMBSTONED (TS 7d5641675ab749a1bb383bb6f28f16ef not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:34620
I20260630 12:13:53.547928  7046 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: 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:13:53.548943  7046 tablet_bootstrap.cc:492] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap complete.
I20260630 12:13:53.549707  7046 ts_tablet_manager.cc:1403] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: Time spent bootstrapping tablet: real 0.056s	user 0.022s	sys 0.006s
I20260630 12:13:53.552881  6975 tablet_service.cc:1558] Processing DeleteTablet for tablet 120ae195d3ef42be9cfff9e01dc77817 with delete_type TABLET_DATA_TOMBSTONED (TS 7d5641675ab749a1bb383bb6f28f16ef not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:34620
I20260630 12:13:53.552798  7046 raft_consensus.cc:359] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:53.553627  7046 raft_consensus.cc:740] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Becoming Follower/Learner. State: Replica: 7d5641675ab749a1bb383bb6f28f16ef, State: Initialized, Role: NON_PARTICIPANT
I20260630 12:13:53.554842  7037 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: 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:13:53.555939  7037 tablet_bootstrap.cc:492] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap complete.
I20260630 12:13:53.554414  7046 consensus_queue.cc:260] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 1.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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:53.556694  7037 ts_tablet_manager.cc:1403] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: Time spent bootstrapping tablet: real 0.052s	user 0.028s	sys 0.014s
I20260630 12:13:53.560858  7037 raft_consensus.cc:359] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:53.562054  7037 raft_consensus.cc:740] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Becoming Follower/Learner. State: Replica: 7d5641675ab749a1bb383bb6f28f16ef, State: Initialized, Role: NON_PARTICIPANT
I20260630 12:13:53.562795  7037 consensus_queue.cc:260] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 1.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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } }
I20260630 12:13:53.563951  7046 ts_tablet_manager.cc:1434] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.008s
W20260630 12:13:53.562033  6586 catalog_manager.cc:5008] TS 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196:39283): delete failed for tablet 4ef7abaf51a84686bb34c22beae1dce1 because tablet deleting was already in progress. No further retry: Already present: State transition of tablet 4ef7abaf51a84686bb34c22beae1dce1 already in progress: copying tablet
I20260630 12:13:53.564695  7035 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:53.566331  6787 tablet_copy_service.cc:342] P 82671adee2884a40b42f8308d7a5df70: Request end of tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-120ae195d3ef42be9cfff9e01dc77817 received from {username='slave'} at 127.0.0.1:35696
I20260630 12:13:53.566639  7035 tablet_bootstrap.cc:492] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap complete.
I20260630 12:13:53.566823  6787 tablet_copy_service.cc:434] P 82671adee2884a40b42f8308d7a5df70: ending tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-120ae195d3ef42be9cfff9e01dc77817 on tablet 120ae195d3ef42be9cfff9e01dc77817 with peer 7d5641675ab749a1bb383bb6f28f16ef
I20260630 12:13:53.567082  7037 ts_tablet_manager.cc:1434] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.006s
I20260630 12:13:53.567448  7035 ts_tablet_manager.cc:1403] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: Time spent bootstrapping tablet: real 0.056s	user 0.020s	sys 0.030s
I20260630 12:13:53.569310  6861 tablet_copy_service.cc:342] P 263735996f6940a8aa9dcdf82d1d01ec: Request end of tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-4ef7abaf51a84686bb34c22beae1dce1 received from {username='slave'} at 127.0.0.1:41016
W20260630 12:13:53.569429  6586 catalog_manager.cc:5002] TS 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196:39283): delete failed for tablet 120ae195d3ef42be9cfff9e01dc77817 because of a CAS failure. No further retry: Illegal state: Request specified cas_config_opid_index_less_or_equal of 2 but the committed config has opid_index of 3
I20260630 12:13:53.569839  6861 tablet_copy_service.cc:434] P 263735996f6940a8aa9dcdf82d1d01ec: ending tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-4ef7abaf51a84686bb34c22beae1dce1 on tablet 4ef7abaf51a84686bb34c22beae1dce1 with peer 7d5641675ab749a1bb383bb6f28f16ef
I20260630 12:13:53.571974  7035 raft_consensus.cc:359] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:53.572716  7035 raft_consensus.cc:740] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7d5641675ab749a1bb383bb6f28f16ef, State: Initialized, Role: LEARNER
I20260630 12:13:53.573292  7035 consensus_queue.cc:260] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [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: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:53.574891  7035 ts_tablet_manager.cc:1434] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:13:53.576335  6861 tablet_copy_service.cc:342] P 263735996f6940a8aa9dcdf82d1d01ec: Request end of tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-83a314a6922d4e4c8d2ac36b4900c44f received from {username='slave'} at 127.0.0.1:41016
I20260630 12:13:53.576697  6861 tablet_copy_service.cc:434] P 263735996f6940a8aa9dcdf82d1d01ec: ending tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-83a314a6922d4e4c8d2ac36b4900c44f on tablet 83a314a6922d4e4c8d2ac36b4900c44f with peer 7d5641675ab749a1bb383bb6f28f16ef
I20260630 12:13:53.677861  6986 raft_consensus.cc:1217] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:53.713428  7033 consensus_queue.cc:579] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.475s)
I20260630 12:13:53.722057  6850 consensus_queue.cc:237] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:53.727348  6776 raft_consensus.cc:1275] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:13:53.728209  6816 consensus_peers.cc:597] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196:39283): Couldn't send request to peer 7d5641675ab749a1bb383bb6f28f16ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b609eff9a4cb4446ba40b3c60d8762d3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:53.728809  7033 consensus_queue.cc:1048] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:53.730248  6815 consensus_peers.cc:597] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:53.734750  6914 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:53.736264  6776 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:53.741609  6585 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet b609eff9a4cb4446ba40b3c60d8762d3 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:13:53.745926  6599 catalog_manager.cc:5697] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index -1 to 2, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:54.213007  7072 ts_tablet_manager.cc:933] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: Initiating tablet copy from peer 263735996f6940a8aa9dcdf82d1d01ec (127.0.107.195:34397)
I20260630 12:13:54.214385  7072 tablet_copy_client.cc:323] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34397
I20260630 12:13:54.215756  6861 tablet_copy_service.cc:140] P 263735996f6940a8aa9dcdf82d1d01ec: Received BeginTabletCopySession request for tablet b609eff9a4cb4446ba40b3c60d8762d3 from peer 7d5641675ab749a1bb383bb6f28f16ef ({username='slave'} at 127.0.0.1:41016)
I20260630 12:13:54.216132  6861 tablet_copy_service.cc:161] P 263735996f6940a8aa9dcdf82d1d01ec: Beginning new tablet copy session on tablet b609eff9a4cb4446ba40b3c60d8762d3 from peer 7d5641675ab749a1bb383bb6f28f16ef at {username='slave'} at 127.0.0.1:41016: session id = 7d5641675ab749a1bb383bb6f28f16ef-b609eff9a4cb4446ba40b3c60d8762d3
I20260630 12:13:54.220840  6861 tablet_copy_source_session.cc:215] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:54.223105  7072 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b609eff9a4cb4446ba40b3c60d8762d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:54.232623  7072 tablet_copy_client.cc:806] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:54.233100  7072 tablet_copy_client.cc:670] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Starting download of 1 WAL segments...
W20260630 12:13:54.234020  7007 debug-util.cc:398] Leaking SignalData structure 0x7b080028c140 after lost signal to thread 434
W20260630 12:13:54.235090  7007 debug-util.cc:398] Leaking SignalData structure 0x7b0800289820 after lost signal to thread 6634
I20260630 12:13:54.236229  7072 tablet_copy_client.cc:538] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:54.244906  7072 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap starting.
I20260630 12:13:54.262102  7072 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:54.262761  7072 tablet_bootstrap.cc:492] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: Bootstrap complete.
I20260630 12:13:54.263276  7072 ts_tablet_manager.cc:1403] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.004s
I20260630 12:13:54.265229  7072 raft_consensus.cc:359] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:54.265915  7072 raft_consensus.cc:740] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 7d5641675ab749a1bb383bb6f28f16ef, State: Initialized, Role: LEARNER
I20260630 12:13:54.266439  7072 consensus_queue.cc:260] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:54.268874  7072 ts_tablet_manager.cc:1434] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:13:54.270834  6861 tablet_copy_service.cc:342] P 263735996f6940a8aa9dcdf82d1d01ec: Request end of tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-b609eff9a4cb4446ba40b3c60d8762d3 received from {username='slave'} at 127.0.0.1:41016
I20260630 12:13:54.271190  6861 tablet_copy_service.cc:434] P 263735996f6940a8aa9dcdf82d1d01ec: ending tablet copy session 7d5641675ab749a1bb383bb6f28f16ef-b609eff9a4cb4446ba40b3c60d8762d3 on tablet b609eff9a4cb4446ba40b3c60d8762d3 with peer 7d5641675ab749a1bb383bb6f28f16ef
I20260630 12:13:54.283674  6914 raft_consensus.cc:1064] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: attempting to promote NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef to VOTER
I20260630 12:13:54.285501  6914 consensus_queue.cc:237] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [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: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:54.292312  6986 raft_consensus.cc:1275] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:54.294351  6776 raft_consensus.cc:1275] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:13:54.296285  6938 consensus_queue.cc:1048] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:13:54.297056  6815 consensus_peers.cc:597] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:54.297118  6914 consensus_queue.cc:1048] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:54.305027  6914 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.307021  6776 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.317137  6986 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.325314  6598 catalog_manager.cc:5697] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 reported cstate change: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
W20260630 12:13:54.329130  6648 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver a1793c30acc14a379f5876b2169baf06 not available for placement
I20260630 12:13:54.347136  6850 consensus_queue.cc:237] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [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: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:54.353052  6986 raft_consensus.cc:1275] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:54.354194  6776 raft_consensus.cc:1275] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:54.354672  7079 consensus_queue.cc:1048] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:54.357133  7079 consensus_queue.cc:1048] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:54.362269  6914 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.363934  6986 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.372586  6585 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 83a314a6922d4e4c8d2ac36b4900c44f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:54.371455  6776 raft_consensus.cc:2955] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.375730  6599 catalog_manager.cc:5697] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef reported cstate change: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
W20260630 12:13:54.396770  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 83a314a6922d4e4c8d2ac36b4900c44f: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
I20260630 12:13:54.502429  7029 consensus_queue.cc:579] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.154s)
I20260630 12:13:54.523296  6776 consensus_queue.cc:237] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:54.532712  6986 raft_consensus.cc:1481] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Allowing update even though not a member of the config
I20260630 12:13:54.533126  6850 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:54.533582  6986 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:54.535318  7029 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:54.536211  7086 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
W20260630 12:13:54.537277  6741 consensus_peers.cc:597] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:54.542155  6986 raft_consensus.cc:1481] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Allowing update even though not a member of the config
I20260630 12:13:54.546414  7086 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:54.550467  6850 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:54.559897  6986 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:54.562714  6585 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 120ae195d3ef42be9cfff9e01dc77817 with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:13:54.565200  7029 raft_consensus.cc:1064] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: attempting to promote NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef to VOTER
I20260630 12:13:54.567772  7029 consensus_queue.cc:237] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:54.569361  6599 catalog_manager.cc:5697] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 reported cstate change: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "82671adee2884a40b42f8308d7a5df70" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } health_report { overall_health: HEALTHY } } }
W20260630 12:13:54.582965  6741 consensus_peers.cc:597] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:54.585584  6985 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:13:54.590685  7086 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:54.599869  6850 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:13:54.601856  7086 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:54.613732  7029 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.615731  6850 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.627688  6985 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.632716  6599 catalog_manager.cc:5697] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "82671adee2884a40b42f8308d7a5df70" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.645231  6776 consensus_queue.cc:237] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [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: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:54.650130  6985 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:13:54.650681  6850 raft_consensus.cc:1275] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Refusing update from remote peer 82671adee2884a40b42f8308d7a5df70: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:13:54.651495  7029 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } 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:13:54.653674  7093 consensus_queue.cc:1048] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [LEADER]: Connected to new peer: Peer: permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:13:54.658223  7087 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.660068  6985 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.663232  6850 raft_consensus.cc:2955] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.670032  6585 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 120ae195d3ef42be9cfff9e01dc77817 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:54.676990  6599 catalog_manager.cc:5697] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 reported cstate change: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "82671adee2884a40b42f8308d7a5df70" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:54.790867  7079 consensus_queue.cc:579] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.441s)
I20260630 12:13:54.803297  6850 consensus_queue.cc:237] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } }
I20260630 12:13:54.810029  6985 raft_consensus.cc:1481] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Allowing update even though not a member of the config
I20260630 12:13:54.810730  6985 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:54.812943  6776 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:13:54.814059  6914 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:13:54.817027  7079 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:54.819571  6986 raft_consensus.cc:1217] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:13:54.818789  6985 raft_consensus.cc:1481] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 NON_PARTICIPANT]: Allowing update even though not a member of the config
W20260630 12:13:54.821028  6815 consensus_peers.cc:597] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:54.830257  6914 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:54.832206  6776 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:54.841754  6985 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:54.845372  7033 raft_consensus.cc:1064] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: attempting to promote NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef to VOTER
I20260630 12:13:54.847548  7033 consensus_queue.cc:237] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:54.850170  6598 catalog_manager.cc:5697] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 reported cstate change: config changed from index 3 to 4, NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: true } } }
I20260630 12:13:54.853538  6585 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4ef7abaf51a84686bb34c22beae1dce1 with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:13:54.858088  6776 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:13:54.860355  6985 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 LEARNER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:13:54.861266  7098 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
W20260630 12:13:54.862564  6815 consensus_peers.cc:597] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:54.863444  7033 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:54.871785  7033 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.874400  6985 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.881934  6776 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.886971  6599 catalog_manager.cc:5697] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index 4 to 5, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:54.903219  6850 consensus_queue.cc:237] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [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: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:54.908633  6776 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:13:54.908722  6985 raft_consensus.cc:1275] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:13:54.909894  7033 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:13:54.910503  6914 consensus_queue.cc:1048] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } 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:13:54.914124  7033 consensus_queue.cc:579] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Leader has been unable to successfully communicate with peer a1793c30acc14a379f5876b2169baf06 for more than 1 seconds (1.191s)
I20260630 12:13:54.919955  6914 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.922523  6777 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.926420  6986 raft_consensus.cc:2955] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:54.934525  6585 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 4ef7abaf51a84686bb34c22beae1dce1 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:54.939113  6598 catalog_manager.cc:5697] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index 5 to 6, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:13:55.335438  6648 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver a1793c30acc14a379f5876b2169baf06 not available for placement
I20260630 12:13:55.431728  6914 raft_consensus.cc:1064] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: attempting to promote NON_VOTER 7d5641675ab749a1bb383bb6f28f16ef to VOTER
I20260630 12:13:55.433722  6914 consensus_queue.cc:237] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [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: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:55.441613  6986 raft_consensus.cc:1275] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 LEARNER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:13:55.442960  6777 raft_consensus.cc:1275] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:13:55.443361  7098 consensus_queue.cc:1048] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:55.446177  7100 consensus_queue.cc:1048] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260630 12:13:55.448086  6815 consensus_peers.cc:597] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec -> Peer a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): Couldn't send request to peer a1793c30acc14a379f5876b2169baf06. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:55.457502  7100 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:55.459452  6777 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:55.469410  6986 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:55.477154  6597 catalog_manager.cc:5697] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 reported cstate change: config changed from index 2 to 3, 7d5641675ab749a1bb383bb6f28f16ef (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a1793c30acc14a379f5876b2169baf06" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44527 } } peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:55.497480  6850 consensus_queue.cc:237] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [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: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } }
I20260630 12:13:55.503554  6986 raft_consensus.cc:1275] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:13:55.503914  6777 raft_consensus.cc:1275] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Refusing update from remote peer 263735996f6940a8aa9dcdf82d1d01ec: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:13:55.505363  7100 consensus_queue.cc:1048] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:55.507261  6914 consensus_queue.cc:1048] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:55.512301  7100 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:55.514127  6986 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:55.517580  6777 raft_consensus.cc:2955] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } } }
I20260630 12:13:55.524047  6585 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b609eff9a4cb4446ba40b3c60d8762d3 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:55.529390  6598 catalog_manager.cc:5697] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec reported cstate change: config changed from index 3 to 4, VOTER a1793c30acc14a379f5876b2169baf06 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "263735996f6940a8aa9dcdf82d1d01ec" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82671adee2884a40b42f8308d7a5df70" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "263735996f6940a8aa9dcdf82d1d01ec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34397 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d5641675ab749a1bb383bb6f28f16ef" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39283 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:13:55.547046  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b609eff9a4cb4446ba40b3c60d8762d3: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
W20260630 12:13:55.857498  6585 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111) [suppressed 61 similar messages]
W20260630 12:13:56.634727  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 83a314a6922d4e4c8d2ac36b4900c44f: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
W20260630 12:13:57.726934  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b609eff9a4cb4446ba40b3c60d8762d3: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
W20260630 12:13:58.737201  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 83a314a6922d4e4c8d2ac36b4900c44f: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
I20260630 12:13:59.733068   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:59.759114   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:59.760054   431 tablet_replica.cc:333] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70: stopping tablet replica
I20260630 12:13:59.760813   431 raft_consensus.cc:2243] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.761549   431 raft_consensus.cc:2272] T b609eff9a4cb4446ba40b3c60d8762d3 P 82671adee2884a40b42f8308d7a5df70 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.763800   431 tablet_replica.cc:333] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70: stopping tablet replica
I20260630 12:13:59.764330   431 raft_consensus.cc:2243] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:59.765110   431 raft_consensus.cc:2272] T 120ae195d3ef42be9cfff9e01dc77817 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.767179   431 tablet_replica.cc:333] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70: stopping tablet replica
I20260630 12:13:59.767700   431 raft_consensus.cc:2243] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.768524   431 raft_consensus.cc:2272] T 4ef7abaf51a84686bb34c22beae1dce1 P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.770498   431 tablet_replica.cc:333] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70: stopping tablet replica
I20260630 12:13:59.770985   431 raft_consensus.cc:2243] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.771659   431 raft_consensus.cc:2272] T 83a314a6922d4e4c8d2ac36b4900c44f P 82671adee2884a40b42f8308d7a5df70 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.795866   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:13:59.796386  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b609eff9a4cb4446ba40b3c60d8762d3: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
I20260630 12:13:59.814081   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:59.838193   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:59.838948   431 tablet_replica.cc:333] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec: stopping tablet replica
I20260630 12:13:59.839522   431 raft_consensus.cc:2243] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.840384   431 raft_consensus.cc:2272] T 120ae195d3ef42be9cfff9e01dc77817 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.842628   431 tablet_replica.cc:333] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec: stopping tablet replica
I20260630 12:13:59.843180   431 raft_consensus.cc:2243] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:59.843953   431 raft_consensus.cc:2272] T b609eff9a4cb4446ba40b3c60d8762d3 P 263735996f6940a8aa9dcdf82d1d01ec [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.845947   431 tablet_replica.cc:333] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec: stopping tablet replica
I20260630 12:13:59.846454   431 raft_consensus.cc:2243] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:59.847195   431 raft_consensus.cc:2272] T 4ef7abaf51a84686bb34c22beae1dce1 P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.849227   431 tablet_replica.cc:333] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec: stopping tablet replica
I20260630 12:13:59.849733   431 raft_consensus.cc:2243] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:59.850607   431 raft_consensus.cc:2272] T 83a314a6922d4e4c8d2ac36b4900c44f P 263735996f6940a8aa9dcdf82d1d01ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.874261   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:59.889477   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:59.912220   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:59.913004   431 tablet_replica.cc:333] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef: stopping tablet replica
I20260630 12:13:59.913702   431 raft_consensus.cc:2243] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.914350   431 raft_consensus.cc:2272] T 83a314a6922d4e4c8d2ac36b4900c44f P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.916414   431 tablet_replica.cc:333] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef: stopping tablet replica
I20260630 12:13:59.916867   431 raft_consensus.cc:2243] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.917374   431 raft_consensus.cc:2272] T 4ef7abaf51a84686bb34c22beae1dce1 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.919451   431 tablet_replica.cc:333] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef: stopping tablet replica
I20260630 12:13:59.919871   431 raft_consensus.cc:2243] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.920310   431 raft_consensus.cc:2272] T b609eff9a4cb4446ba40b3c60d8762d3 P 7d5641675ab749a1bb383bb6f28f16ef [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.922246   431 tablet_replica.cc:333] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef: stopping tablet replica
I20260630 12:13:59.922683   431 raft_consensus.cc:2243] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:59.923157   431 raft_consensus.cc:2272] T 120ae195d3ef42be9cfff9e01dc77817 P 7d5641675ab749a1bb383bb6f28f16ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:59.965016   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:59.980191   431 master.cc:562] Master@127.0.107.254:40967 shutting down...
W20260630 12:14:02.860165  6585 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111) [suppressed 12 similar messages]
W20260630 12:14:02.863317  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 83a314a6922d4e4c8d2ac36b4900c44f: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
W20260630 12:14:03.927742  6585 catalog_manager.cc:4755] TS a1793c30acc14a379f5876b2169baf06 (127.0.107.193:44527): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b609eff9a4cb4446ba40b3c60d8762d3: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44527: connect: Connection refused (error 111)
I20260630 12:14:04.482131   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:04.482914   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:04.483361   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7d3b1a55bc5149bda31a64dc7460c475: stopping tablet replica
I20260630 12:14:04.505832   431 master.cc:584] Master@127.0.107.254:40967 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (16048 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:14:04.573158   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40885
I20260630 12:14:04.574328   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:04.580017  7119 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.580683  7120 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.581316  7122 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:04.582465   431 server_base.cc:1061] running on GCE node
I20260630 12:14:04.583395   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:04.583570   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:04.583772   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821644583741 us; error 0 us; skew 500 ppm
I20260630 12:14:04.584316   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:04.586709   431 webserver.cc:533] Webserver started at http://127.0.107.254:36625/ using document root <none> and password file <none>
I20260630 12:14:04.587213   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:04.587414   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:04.587716   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:04.589025   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "2717b4a601b14244810637e776daf94c"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.593775   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:14:04.597005  7127 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.597769   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:04.598069   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "2717b4a601b14244810637e776daf94c"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.598373   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:04.614982   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:04.616140   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:04.653358   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40885
I20260630 12:14:04.653460  7178 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40885 every 8 connection(s)
I20260630 12:14:04.657292  7179 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:04.669991  7179 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c: Bootstrap starting.
I20260630 12:14:04.674785  7179 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:04.678946  7179 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c: No bootstrap required, opened a new log
I20260630 12:14:04.681149  7179 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2717b4a601b14244810637e776daf94c" member_type: VOTER }
I20260630 12:14:04.681599  7179 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:04.681916  7179 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2717b4a601b14244810637e776daf94c, State: Initialized, Role: FOLLOWER
I20260630 12:14:04.682586  7179 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2717b4a601b14244810637e776daf94c" member_type: VOTER }
I20260630 12:14:04.683058  7179 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:04.683301  7179 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:04.683597  7179 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:04.688117  7179 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2717b4a601b14244810637e776daf94c" member_type: VOTER }
I20260630 12:14:04.688637  7179 leader_election.cc:304] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [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: 2717b4a601b14244810637e776daf94c; no voters: 
I20260630 12:14:04.689765  7179 leader_election.cc:290] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:04.690148  7182 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:04.691533  7182 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 1 LEADER]: Becoming Leader. State: Replica: 2717b4a601b14244810637e776daf94c, State: Running, Role: LEADER
I20260630 12:14:04.692237  7182 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [LEADER]: Queue going to LEADER mode. State: All 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: "2717b4a601b14244810637e776daf94c" member_type: VOTER }
I20260630 12:14:04.692761  7179 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:04.698253  7184 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2717b4a601b14244810637e776daf94c. Latest consensus state: current_term: 1 leader_uuid: "2717b4a601b14244810637e776daf94c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2717b4a601b14244810637e776daf94c" member_type: VOTER } }
I20260630 12:14:04.698261  7183 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2717b4a601b14244810637e776daf94c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2717b4a601b14244810637e776daf94c" member_type: VOTER } }
I20260630 12:14:04.699074  7184 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:04.699097  7183 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:04.701745  7190 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:04.706862  7190 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:04.710525   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:04.716118  7190 catalog_manager.cc:1383] Generated new cluster ID: e634c4417c114a2fa67ca269dcb913df
I20260630 12:14:04.716408  7190 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:04.752221  7190 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:04.753545  7190 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:04.764856  7190 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c: Generated new TSK 0
I20260630 12:14:04.765450  7190 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:04.777278   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:04.783578  7200 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.784832  7201 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:04.786816   431 server_base.cc:1061] running on GCE node
W20260630 12:14:04.786746  7203 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:04.788589   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:04.788811   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:04.788992   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821644788954 us; error 0 us; skew 500 ppm
I20260630 12:14:04.789508   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:04.791760   431 webserver.cc:533] Webserver started at http://127.0.107.193:40371/ using document root <none> and password file <none>
I20260630 12:14:04.792254   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:04.792450   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:04.792728   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:04.794101   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "b5b288e877b4455e9a01fb4420ad2f8c"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.798580   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:14:04.801916  7208 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.802676   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:04.802984   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "b5b288e877b4455e9a01fb4420ad2f8c"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.803273   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:04.819185   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:04.820367   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:04.821918   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:04.824338   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:04.824570   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.824807   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:04.825014   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.866187   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38095
I20260630 12:14:04.866285  7270 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38095 every 8 connection(s)
I20260630 12:14:04.871682   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:04.880337  7275 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.880856  7276 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.884120  7278 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:04.884846   431 server_base.cc:1061] running on GCE node
I20260630 12:14:04.886071   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:04.886368   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:04.886579   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821644886561 us; error 0 us; skew 500 ppm
I20260630 12:14:04.887228   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:04.889322  7271 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40885
I20260630 12:14:04.889734  7271 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:04.890103   431 webserver.cc:533] Webserver started at http://127.0.107.194:34063/ using document root <none> and password file <none>
I20260630 12:14:04.890568  7271 heartbeater.cc:507] Master 127.0.107.254:40885 requested a full tablet report, sending...
I20260630 12:14:04.890650   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:04.891057   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:04.891395   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:04.892730   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "6586e8f115684476994b9f7589f53f00"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.892926  7144 ts_manager.cc:194] Registered new tserver with Master: b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095)
I20260630 12:14:04.895247  7144 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55234
I20260630 12:14:04.897943   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.006s
I20260630 12:14:04.901551  7283 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.902364   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:04.902670   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "6586e8f115684476994b9f7589f53f00"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.902959   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:04.920622   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:04.921828   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:04.923277   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:04.925405   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:04.925619   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.925884   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:04.926076   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.965515   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37779
I20260630 12:14:04.965683  7345 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37779 every 8 connection(s)
I20260630 12:14:04.970537   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:04.977838  7349 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:04.979571  7350 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:04.981156   431 server_base.cc:1061] running on GCE node
W20260630 12:14:04.982683  7353 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:04.983078  7346 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40885
I20260630 12:14:04.983477  7346 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:04.983752   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:04.983994   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:04.984184   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821644984165 us; error 0 us; skew 500 ppm
I20260630 12:14:04.984289  7346 heartbeater.cc:507] Master 127.0.107.254:40885 requested a full tablet report, sending...
I20260630 12:14:04.984773   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:04.986507  7144 ts_manager.cc:194] Registered new tserver with Master: 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:04.987411   431 webserver.cc:533] Webserver started at http://127.0.107.195:40809/ using document root <none> and password file <none>
I20260630 12:14:04.987965   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:04.987959  7144 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55242
I20260630 12:14:04.988389   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:04.988719   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:04.990108   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "93268b5ab83c4ed29d26931668716a25"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.994455   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:14:04.997717  7357 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:04.998504   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:04.998884   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "93268b5ab83c4ed29d26931668716a25"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:04.999199   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:05.009899   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:05.010998   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:05.012421   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:05.014622   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:05.014851   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.015082   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:05.015260   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.053305   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34487
I20260630 12:14:05.053403  7419 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34487 every 8 connection(s)
I20260630 12:14:05.066970  7420 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40885
I20260630 12:14:05.067340  7420 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:05.068068  7420 heartbeater.cc:507] Master 127.0.107.254:40885 requested a full tablet report, sending...
I20260630 12:14:05.069864  7144 ts_manager.cc:194] Registered new tserver with Master: 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:05.070012   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013390803s
I20260630 12:14:05.071187  7144 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55244
I20260630 12:14:05.898030  7271 heartbeater.cc:499] Master 127.0.107.254:40885 was elected leader, sending a full tablet report...
I20260630 12:14:05.990628  7346 heartbeater.cc:499] Master 127.0.107.254:40885 was elected leader, sending a full tablet report...
I20260630 12:14:06.074126  7420 heartbeater.cc:499] Master 127.0.107.254:40885 was elected leader, sending a full tablet report...
I20260630 12:14:06.125846  7144 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55250:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:06.128198  7144 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:06.187436  7385 tablet_service.cc:1511] Processing CreateTablet for tablet d24348a990034c94a082cd503863ad9b (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:06.189076  7385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d24348a990034c94a082cd503863ad9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.193686  7383 tablet_service.cc:1511] Processing CreateTablet for tablet a17c2c454349499ea59b3585d98dbfc4 (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:06.195122  7383 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a17c2c454349499ea59b3585d98dbfc4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.195955  7233 tablet_service.cc:1511] Processing CreateTablet for tablet e38f0e80a547420797b03d8e23ca461f (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:06.196547  7235 tablet_service.cc:1511] Processing CreateTablet for tablet cf48d9e27d3542f9810f96a78a287577 (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:06.197418  7233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e38f0e80a547420797b03d8e23ca461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.198868  7234 tablet_service.cc:1511] Processing CreateTablet for tablet a17c2c454349499ea59b3585d98dbfc4 (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:06.200307  7234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a17c2c454349499ea59b3585d98dbfc4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.193559  7384 tablet_service.cc:1511] Processing CreateTablet for tablet cf48d9e27d3542f9810f96a78a287577 (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:06.203646  7384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cf48d9e27d3542f9810f96a78a287577. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.204519  7311 tablet_service.cc:1511] Processing CreateTablet for tablet d24348a990034c94a082cd503863ad9b (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:06.205943  7311 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d24348a990034c94a082cd503863ad9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.206840  7382 tablet_service.cc:1511] Processing CreateTablet for tablet e38f0e80a547420797b03d8e23ca461f (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:06.207616  7310 tablet_service.cc:1511] Processing CreateTablet for tablet cf48d9e27d3542f9810f96a78a287577 (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:06.208223  7382 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e38f0e80a547420797b03d8e23ca461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.208994  7310 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cf48d9e27d3542f9810f96a78a287577. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.194782  7236 tablet_service.cc:1511] Processing CreateTablet for tablet d24348a990034c94a082cd503863ad9b (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:06.210841  7236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d24348a990034c94a082cd503863ad9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.212627  7309 tablet_service.cc:1511] Processing CreateTablet for tablet a17c2c454349499ea59b3585d98dbfc4 (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:06.214123  7309 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a17c2c454349499ea59b3585d98dbfc4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.214237  7235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cf48d9e27d3542f9810f96a78a287577. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.215229  7308 tablet_service.cc:1511] Processing CreateTablet for tablet e38f0e80a547420797b03d8e23ca461f (DEFAULT_TABLE table=test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:06.216542  7308 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e38f0e80a547420797b03d8e23ca461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:06.270385  7439 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:06.270931  7440 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:06.278290  7441 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:06.284574  7440 tablet_bootstrap.cc:654] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.285118  7439 tablet_bootstrap.cc:654] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.285144  7441 tablet_bootstrap.cc:654] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.289435  7440 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: No bootstrap required, opened a new log
I20260630 12:14:06.289876  7440 ts_tablet_manager.cc:1403] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.005s
I20260630 12:14:06.290740  7439 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: No bootstrap required, opened a new log
I20260630 12:14:06.291167  7439 ts_tablet_manager.cc:1403] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.000s
I20260630 12:14:06.291507  7441 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: No bootstrap required, opened a new log
I20260630 12:14:06.291982  7441 ts_tablet_manager.cc:1403] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:14:06.292701  7440 raft_consensus.cc:359] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.293463  7440 raft_consensus.cc:385] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.294025  7440 raft_consensus.cc:740] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.293474  7439 raft_consensus.cc:359] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.294523  7439 raft_consensus.cc:385] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.294832  7439 raft_consensus.cc:740] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.294792  7441 raft_consensus.cc:359] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.294826  7440 consensus_queue.cc:260] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.295888  7441 raft_consensus.cc:385] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.295923  7439 consensus_queue.cc:260] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.296423  7441 raft_consensus.cc:740] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.297614  7441 consensus_queue.cc:260] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.301275  7440 ts_tablet_manager.cc:1434] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.004s
I20260630 12:14:06.302652  7440 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:06.305958  7439 ts_tablet_manager.cc:1434] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.007s
I20260630 12:14:06.310591  7439 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:06.311012  7440 tablet_bootstrap.cc:654] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.312978  7441 ts_tablet_manager.cc:1434] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.021s	user 0.013s	sys 0.009s
I20260630 12:14:06.317265  7439 tablet_bootstrap.cc:654] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.317483  7441 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:06.324435  7441 tablet_bootstrap.cc:654] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.331140  7439 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: No bootstrap required, opened a new log
I20260630 12:14:06.331732  7439 ts_tablet_manager.cc:1403] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.004s
I20260630 12:14:06.333351  7440 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: No bootstrap required, opened a new log
I20260630 12:14:06.333879  7440 ts_tablet_manager.cc:1403] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.032s	user 0.014s	sys 0.004s
I20260630 12:14:06.334275  7441 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: No bootstrap required, opened a new log
I20260630 12:14:06.334339  7439 raft_consensus.cc:359] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.334975  7441 ts_tablet_manager.cc:1403] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.004s
I20260630 12:14:06.335183  7439 raft_consensus.cc:385] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.335587  7439 raft_consensus.cc:740] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.336553  7439 consensus_queue.cc:260] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.336802  7440 raft_consensus.cc:359] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.337594  7440 raft_consensus.cc:385] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.337997  7440 raft_consensus.cc:740] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.338088  7441 raft_consensus.cc:359] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.338524  7439 ts_tablet_manager.cc:1434] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:14:06.338887  7441 raft_consensus.cc:385] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.339294  7441 raft_consensus.cc:740] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.339015  7440 consensus_queue.cc:260] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.339704  7439 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:06.340235  7441 consensus_queue.cc:260] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.343648  7440 ts_tablet_manager.cc:1434] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:14:06.344682  7440 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:06.346475  7439 tablet_bootstrap.cc:654] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.350917  7440 tablet_bootstrap.cc:654] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.351470  7441 ts_tablet_manager.cc:1434] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:14:06.352577  7441 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:06.360231  7445 raft_consensus.cc:493] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:06.360899  7441 tablet_bootstrap.cc:654] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.360742  7445 raft_consensus.cc:515] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.371944  7439 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: No bootstrap required, opened a new log
I20260630 12:14:06.372033  7445 leader_election.cc:290] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487), 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:06.372675  7439 ts_tablet_manager.cc:1403] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.033s	user 0.020s	sys 0.011s
I20260630 12:14:06.375528  7441 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: No bootstrap required, opened a new log
I20260630 12:14:06.376278  7441 ts_tablet_manager.cc:1403] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.003s
I20260630 12:14:06.376797  7439 raft_consensus.cc:359] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.377607  7439 raft_consensus.cc:385] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.378010  7439 raft_consensus.cc:740] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.378980  7439 consensus_queue.cc:260] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.380009  7441 raft_consensus.cc:359] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.381102  7441 raft_consensus.cc:385] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.381170  7439 ts_tablet_manager.cc:1434] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:14:06.381630  7441 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.382534  7439 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:06.382716  7441 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.386535  7440 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: No bootstrap required, opened a new log
I20260630 12:14:06.387107  7440 ts_tablet_manager.cc:1403] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.043s	user 0.011s	sys 0.009s
I20260630 12:14:06.387274  7441 ts_tablet_manager.cc:1434] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:14:06.388343  7441 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:06.390121  7440 raft_consensus.cc:359] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.390906  7440 raft_consensus.cc:385] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.391287  7440 raft_consensus.cc:740] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.392093  7440 consensus_queue.cc:260] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.394840  7441 tablet_bootstrap.cc:654] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.395741  7439 tablet_bootstrap.cc:654] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.396363  7440 ts_tablet_manager.cc:1434] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:14:06.401199  7440 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:06.400930  7395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:06.401813  7395 raft_consensus.cc:2468] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 0.
I20260630 12:14:06.403784  7212 leader_election.cc:304] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:06.405267  7445 raft_consensus.cc:2804] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:06.405746  7445 raft_consensus.cc:493] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:06.406061  7445 raft_consensus.cc:3060] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.408434  7441 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: No bootstrap required, opened a new log
I20260630 12:14:06.408452  7440 tablet_bootstrap.cc:654] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:06.409087  7441 ts_tablet_manager.cc:1403] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.004s
I20260630 12:14:06.410748  7321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00" is_pre_election: true
I20260630 12:14:06.412335  7441 raft_consensus.cc:359] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.413247  7441 raft_consensus.cc:385] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.413614  7441 raft_consensus.cc:740] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.414618  7441 consensus_queue.cc:260] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
W20260630 12:14:06.416393  7211 leader_election.cc:343] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:06.418613  7447 raft_consensus.cc:493] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:06.419287  7447 raft_consensus.cc:515] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.420567  7441 ts_tablet_manager.cc:1434] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.004s
I20260630 12:14:06.420814  7440 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: No bootstrap required, opened a new log
I20260630 12:14:06.421269  7440 ts_tablet_manager.cc:1403] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.008s
I20260630 12:14:06.424330  7440 raft_consensus.cc:359] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.425024  7440 raft_consensus.cc:385] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.425319  7440 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.426229  7440 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.428504  7445 raft_consensus.cc:515] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.431324  7445 leader_election.cc:290] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 election: Requested vote from peers 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487), 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:06.433013  7321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00"
I20260630 12:14:06.433606  7321 raft_consensus.cc:3060] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.433459  7395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:06.434367  7395 raft_consensus.cc:3060] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.439095  7447 leader_election.cc:290] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:06.440435  7439 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: No bootstrap required, opened a new log
I20260630 12:14:06.441009  7439 ts_tablet_manager.cc:1403] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.059s	user 0.020s	sys 0.008s
I20260630 12:14:06.441418  7321 raft_consensus.cc:2468] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:06.442842  7211 leader_election.cc:304] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6586e8f115684476994b9f7589f53f00, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:06.443701  7445 raft_consensus.cc:2804] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:06.444207  7445 raft_consensus.cc:697] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 LEADER]: Becoming Leader. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Running, Role: LEADER
I20260630 12:14:06.444132  7439 raft_consensus.cc:359] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.445017  7439 raft_consensus.cc:385] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:06.445370  7439 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:06.445209  7445 consensus_queue.cc:237] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:06.446218  7439 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.448535  7439 ts_tablet_manager.cc:1434] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:14:06.448515  7447 raft_consensus.cc:493] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:06.449334  7447 raft_consensus.cc:515] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.451984  7447 leader_election.cc:290] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:06.459623  7462 raft_consensus.cc:493] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:06.461398  7395 raft_consensus.cc:2468] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:06.461565  7462 raft_consensus.cc:515] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.466536  7395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:06.468076  7395 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 0.
I20260630 12:14:06.470098  7321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00" is_pre_election: true
I20260630 12:14:06.470422  7212 leader_election.cc:304] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:06.470757  7321 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 0.
I20260630 12:14:06.471807  7445 raft_consensus.cc:2804] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:06.472338  7445 raft_consensus.cc:493] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:06.472714  7445 raft_consensus.cc:3060] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.468991  7462 leader_election.cc:290] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:06.477403  7143 catalog_manager.cc:5697] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: term changed from 0 to 1, leader changed from <none> to b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:06.479912  7445 raft_consensus.cc:515] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.485077  7395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:06.485675  7395 raft_consensus.cc:3060] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.485945  7321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00"
I20260630 12:14:06.486502  7321 raft_consensus.cc:3060] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.492506  7440 ts_tablet_manager.cc:1434] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.071s	user 0.030s	sys 0.024s
I20260630 12:14:06.492687  7395 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:06.493095  7321 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:06.493583  7445 leader_election.cc:290] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 election: Requested vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:06.494186  7212 leader_election.cc:304] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:06.495424  7445 raft_consensus.cc:2804] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:06.495922  7445 raft_consensus.cc:697] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 LEADER]: Becoming Leader. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Running, Role: LEADER
I20260630 12:14:06.496691  7445 consensus_queue.cc:237] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.498503  7395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:06.498975  7394 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:06.499161  7395 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 0.
I20260630 12:14:06.499787  7394 raft_consensus.cc:2393] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6586e8f115684476994b9f7589f53f00 in current term 1: Already voted for candidate b5b288e877b4455e9a01fb4420ad2f8c in this term.
I20260630 12:14:06.500605  7287 leader_election.cc:304] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6586e8f115684476994b9f7589f53f00, 93268b5ab83c4ed29d26931668716a25; no voters: 
I20260630 12:14:06.501489  7447 raft_consensus.cc:2804] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:06.501981  7447 raft_consensus.cc:493] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:06.502427  7447 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.502324  7246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" is_pre_election: true
I20260630 12:14:06.503245  7246 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 0.
I20260630 12:14:06.504683  7246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" is_pre_election: true
I20260630 12:14:06.507050  7286 leader_election.cc:304] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [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: 6586e8f115684476994b9f7589f53f00; no voters: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c
I20260630 12:14:06.508961  7465 raft_consensus.cc:2749] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:06.510293  7447 raft_consensus.cc:515] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.510691  7143 catalog_manager.cc:5697] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: term changed from 0 to 1, leader changed from <none> to b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:06.512364  7447 leader_election.cc:290] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 election: Requested vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:06.512547  7246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c"
I20260630 12:14:06.513131  7246 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.516616  7394 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:06.517235  7394 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.520145  7246 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 1.
I20260630 12:14:06.521118  7446 raft_consensus.cc:493] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:06.521337  7286 leader_election.cc:304] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6586e8f115684476994b9f7589f53f00, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:06.521623  7446 raft_consensus.cc:515] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.522179  7447 raft_consensus.cc:2804] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:06.522704  7465 raft_consensus.cc:493] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:06.523332  7465 raft_consensus.cc:515] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.524123  7394 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 1.
I20260630 12:14:06.524300  7446 leader_election.cc:290] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:06.526069  7465 leader_election.cc:290] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:06.527050  7394 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:06.527550  7394 raft_consensus.cc:2468] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 0.
I20260630 12:14:06.528409  7287 leader_election.cc:304] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6586e8f115684476994b9f7589f53f00, 93268b5ab83c4ed29d26931668716a25; no voters: 
I20260630 12:14:06.528568  7447 raft_consensus.cc:697] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 LEADER]: Becoming Leader. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Running, Role: LEADER
I20260630 12:14:06.528762  7246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" is_pre_election: true
I20260630 12:14:06.529433  7246 raft_consensus.cc:2468] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 0.
I20260630 12:14:06.529743  7447 consensus_queue.cc:237] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.534008  7466 raft_consensus.cc:2804] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:06.534523  7466 raft_consensus.cc:493] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:06.534924  7466 raft_consensus.cc:3060] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.542853  7466 raft_consensus.cc:515] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.546134  7394 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:06.546579  7246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "93268b5ab83c4ed29d26931668716a25" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" is_pre_election: true
I20260630 12:14:06.546756  7394 raft_consensus.cc:3060] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.546224  7143 catalog_manager.cc:5697] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6586e8f115684476994b9f7589f53f00 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6586e8f115684476994b9f7589f53f00" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:06.547225  7246 raft_consensus.cc:2468] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93268b5ab83c4ed29d26931668716a25 in term 0.
I20260630 12:14:06.547753  7245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c"
I20260630 12:14:06.548384  7245 raft_consensus.cc:3060] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:06.548679  7360 leader_election.cc:304] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:06.546772  7466 leader_election.cc:290] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 election: Requested vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:06.555714  7245 raft_consensus.cc:2468] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 1.
I20260630 12:14:06.555716  7394 raft_consensus.cc:2468] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 1.
I20260630 12:14:06.556710  7446 raft_consensus.cc:2764] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:14:06.557287  7286 leader_election.cc:304] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6586e8f115684476994b9f7589f53f00, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:06.559792  7466 raft_consensus.cc:2804] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:06.560303  7466 raft_consensus.cc:697] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 LEADER]: Becoming Leader. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Running, Role: LEADER
I20260630 12:14:06.561232  7321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "93268b5ab83c4ed29d26931668716a25" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00" is_pre_election: true
I20260630 12:14:06.561112  7466 consensus_queue.cc:237] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:06.568454  7143 catalog_manager.cc:5697] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6586e8f115684476994b9f7589f53f00 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6586e8f115684476994b9f7589f53f00" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:06.643277   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:06.661260   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:06.662082   431 tablet_replica.cc:333] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: stopping tablet replica
I20260630 12:14:06.662670   431 raft_consensus.cc:2243] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.663085   431 raft_consensus.cc:2272] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.665038   431 tablet_replica.cc:333] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: stopping tablet replica
I20260630 12:14:06.665809   431 raft_consensus.cc:2243] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.666309   431 raft_consensus.cc:2272] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.668684   431 tablet_replica.cc:333] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: stopping tablet replica
I20260630 12:14:06.669180   431 raft_consensus.cc:2243] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:06.669797   431 pending_rounds.cc:70] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Trying to abort 1 pending ops.
I20260630 12:14:06.669972   431 pending_rounds.cc:77] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437463906942976 op_type: NO_OP noop_request { }
I20260630 12:14:06.670277   431 raft_consensus.cc:2889] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:06.670550   431 raft_consensus.cc:2272] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.672683   431 tablet_replica.cc:333] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: stopping tablet replica
I20260630 12:14:06.673154   431 raft_consensus.cc:2243] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:06.673729   431 pending_rounds.cc:70] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Trying to abort 1 pending ops.
I20260630 12:14:06.673902   431 pending_rounds.cc:77] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437464059793408 op_type: NO_OP noop_request { }
I20260630 12:14:06.674175   431 raft_consensus.cc:2889] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:06.674432   431 raft_consensus.cc:2272] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.696962   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:06.708989   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:06.729465   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:06.730305   431 tablet_replica.cc:333] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: stopping tablet replica
I20260630 12:14:06.730834   431 raft_consensus.cc:2243] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.731208   431 raft_consensus.cc:2272] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.733083   431 tablet_replica.cc:333] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: stopping tablet replica
I20260630 12:14:06.733615   431 raft_consensus.cc:2243] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.734011   431 raft_consensus.cc:2272] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.735759   431 tablet_replica.cc:333] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: stopping tablet replica
I20260630 12:14:06.736192   431 raft_consensus.cc:2243] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:06.736665   431 pending_rounds.cc:70] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Trying to abort 1 pending ops.
I20260630 12:14:06.736815   431 pending_rounds.cc:77] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437464197615616 op_type: NO_OP noop_request { }
I20260630 12:14:06.737030   431 raft_consensus.cc:2889] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:06.737231   431 raft_consensus.cc:2272] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.739342   431 tablet_replica.cc:333] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: stopping tablet replica
I20260630 12:14:06.739770   431 raft_consensus.cc:2243] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:06.740252   431 pending_rounds.cc:70] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Trying to abort 1 pending ops.
I20260630 12:14:06.740396   431 pending_rounds.cc:77] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437464322355200 op_type: NO_OP noop_request { }
I20260630 12:14:06.740597   431 raft_consensus.cc:2889] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:06.740811   431 raft_consensus.cc:2272] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.763087   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:06.774168   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:06.792565   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:06.793278   431 tablet_replica.cc:333] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: stopping tablet replica
I20260630 12:14:06.794032   431 raft_consensus.cc:2243] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.794461   431 raft_consensus.cc:2272] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.796482   431 tablet_replica.cc:333] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: stopping tablet replica
I20260630 12:14:06.796980   431 raft_consensus.cc:2243] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.797349   431 raft_consensus.cc:2272] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.799289   431 tablet_replica.cc:333] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: stopping tablet replica
I20260630 12:14:06.799785   431 raft_consensus.cc:2243] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.800153   431 raft_consensus.cc:2272] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.802238   431 tablet_replica.cc:333] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: stopping tablet replica
I20260630 12:14:06.802640   431 raft_consensus.cc:2243] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:06.802950   431 raft_consensus.cc:2272] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:06.824707   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:06.837309   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:06.842756  7471 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:06.843662  7472 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:06.845505   431 server_base.cc:1061] running on GCE node
W20260630 12:14:06.845696  7474 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:06.846973   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:06.847321   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:06.847585   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821646847571 us; error 0 us; skew 500 ppm
I20260630 12:14:06.848137   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:06.850519   431 webserver.cc:533] Webserver started at http://127.0.107.196:45531/ using document root <none> and password file <none>
I20260630 12:14:06.851055   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:06.851348   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:06.851689   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:06.852807   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "c8581e576aa246ac9cb70fa878d86125"
format_stamp: "Formatted at 2026-06-30 12:14:06 on dist-test-slave-t06f"
I20260630 12:14:06.857281   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:06.860574  7479 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.861423   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:06.861879   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "c8581e576aa246ac9cb70fa878d86125"
format_stamp: "Formatted at 2026-06-30 12:14:06 on dist-test-slave-t06f"
I20260630 12:14:06.862277   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:06.874354   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:06.875545   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:06.877022   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:06.879290   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:06.879616   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.879938   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:06.880199   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.916397   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:40117
I20260630 12:14:06.916502  7541 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:40117 every 8 connection(s)
I20260630 12:14:06.930778  7542 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40885
I20260630 12:14:06.931219  7542 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:06.931948  7542 heartbeater.cc:507] Master 127.0.107.254:40885 requested a full tablet report, sending...
I20260630 12:14:06.933879  7143 ts_manager.cc:194] Registered new tserver with Master: c8581e576aa246ac9cb70fa878d86125 (127.0.107.196:40117)
I20260630 12:14:06.935324  7143 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55262
W20260630 12:14:07.725978  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet cf48d9e27d3542f9810f96a78a287577: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111)
W20260630 12:14:07.729293  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet a17c2c454349499ea59b3585d98dbfc4: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37779: connect: Connection refused (error 111)
W20260630 12:14:07.732518  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet d24348a990034c94a082cd503863ad9b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111)
I20260630 12:14:07.937917  7542 heartbeater.cc:499] Master 127.0.107.254:40885 was elected leader, sending a full tablet report...
W20260630 12:14:08.744323  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet a17c2c454349499ea59b3585d98dbfc4: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37779: connect: Connection refused (error 111)
W20260630 12:14:08.747555  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet d24348a990034c94a082cd503863ad9b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111)
W20260630 12:14:08.750591  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet cf48d9e27d3542f9810f96a78a287577: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111)
W20260630 12:14:09.783061  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet e38f0e80a547420797b03d8e23ca461f: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37779: connect: Connection refused (error 111)
W20260630 12:14:09.786089  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet cf48d9e27d3542f9810f96a78a287577: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111)
W20260630 12:14:09.789001  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet d24348a990034c94a082cd503863ad9b: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111)
W20260630 12:14:10.800869  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet cf48d9e27d3542f9810f96a78a287577: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111)
W20260630 12:14:10.803936  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet a17c2c454349499ea59b3585d98dbfc4: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37779: connect: Connection refused (error 111)
W20260630 12:14:10.806903  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet e38f0e80a547420797b03d8e23ca461f: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37779: connect: Connection refused (error 111)
W20260630 12:14:11.809098  7192 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 93268b5ab83c4ed29d26931668716a25 not available for placement
W20260630 12:14:12.810958  7192 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 93268b5ab83c4ed29d26931668716a25 not available for placement
W20260630 12:14:13.812804  7192 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 93268b5ab83c4ed29d26931668716a25 not available for placement
I20260630 12:14:13.953239   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:13.959131  7550 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:13.959905  7551 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:13.961689  7553 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:13.963179   431 server_base.cc:1061] running on GCE node
I20260630 12:14:13.964977   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:13.965199   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:13.965327   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821653965315 us; error 0 us; skew 500 ppm
I20260630 12:14:13.965812   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:13.968068   431 webserver.cc:533] Webserver started at http://127.0.107.193:40371/ using document root <none> and password file <none>
I20260630 12:14:13.968479   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:13.968616   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:13.971971   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:14:13.974905  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:14:13.975634   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:13.975884   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "b5b288e877b4455e9a01fb4420ad2f8c"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:13.976126   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:13.996925   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:13.998026   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:13.999425   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:14.002821  7565 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:14:14.021595   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:14.021965   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.002s	sys 0.000s
I20260630 12:14:14.022250   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:14:14.026716  7565 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:14.036038   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:14.036329   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:14:14.036731  7565 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.037446  7565 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap complete.
I20260630 12:14:14.038236  7565 ts_tablet_manager.cc:1403] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.002s
I20260630 12:14:14.040107  7565 raft_consensus.cc:359] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.040647  7565 raft_consensus.cc:740] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.041241  7565 consensus_queue.cc:260] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.044390  7565 ts_tablet_manager.cc:1434] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.002s
I20260630 12:14:14.045112  7565 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:14.055810  7565 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.056573  7565 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap complete.
I20260630 12:14:14.057349  7565 ts_tablet_manager.cc:1403] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.012s	user 0.001s	sys 0.008s
I20260630 12:14:14.059486  7565 raft_consensus.cc:359] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.060057  7565 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.060779  7565 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.062788  7565 ts_tablet_manager.cc:1434] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:14:14.063683  7565 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:14.076375  7565 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:14.077277  7565 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap complete.
I20260630 12:14:14.078039  7565 ts_tablet_manager.cc:1403] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:14:14.079917  7565 raft_consensus.cc:359] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.080598  7565 raft_consensus.cc:740] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.081255  7565 consensus_queue.cc:260] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.082944  7565 ts_tablet_manager.cc:1434] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:14.083653  7565 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap starting.
I20260630 12:14:14.094053   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38095
I20260630 12:14:14.094172  7626 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38095 every 8 connection(s)
I20260630 12:14:14.095114  7565 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:14.095880  7565 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Bootstrap complete.
I20260630 12:14:14.096421  7565 ts_tablet_manager.cc:1403] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.004s
I20260630 12:14:14.098748  7565 raft_consensus.cc:359] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:14.099779  7565 raft_consensus.cc:740] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.099231   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:14.100744  7565 consensus_queue.cc:260] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [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: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:14.103313  7565 ts_tablet_manager.cc:1434] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
W20260630 12:14:14.109062  7632 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:14.110188  7631 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:14.110677  7634 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:14.111893   431 server_base.cc:1061] running on GCE node
I20260630 12:14:14.112736   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:14.112916   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:14.113050   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821654113038 us; error 0 us; skew 500 ppm
I20260630 12:14:14.113451   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:14.115723   431 webserver.cc:533] Webserver started at http://127.0.107.194:34063/ using document root <none> and password file <none>
I20260630 12:14:14.116267   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:14.116473   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:14.118706  7627 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40885
I20260630 12:14:14.119096  7627 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:14.119786  7627 heartbeater.cc:507] Master 127.0.107.254:40885 requested a full tablet report, sending...
I20260630 12:14:14.120946   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:14:14.123648  7143 ts_manager.cc:194] Re-registered known tserver with Master: b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095)
I20260630 12:14:14.124814  7639 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:14.125784   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:14.126148   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "6586e8f115684476994b9f7589f53f00"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:14.126509   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:14.130807  7143 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56678
I20260630 12:14:14.133777  7627 heartbeater.cc:499] Master 127.0.107.254:40885 was elected leader, sending a full tablet report...
I20260630 12:14:14.140148   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:14.141628   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:14.143548   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:14.165999   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:14.166314   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.001s	sys 0.000s
I20260630 12:14:14.170509  7646 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:14.180056   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:14.180388   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:14:14.181808  7646 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:14.182539  7646 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Bootstrap complete.
I20260630 12:14:14.183056  7646 ts_tablet_manager.cc:1403] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:14:14.184937  7646 raft_consensus.cc:359] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.185593  7646 raft_consensus.cc:740] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.186494  7646 consensus_queue.cc:260] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.189173  7646 ts_tablet_manager.cc:1434] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:14:14.189936  7646 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:14.201785  7646 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260630 12:14:14.202857  7646 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Bootstrap complete.
I20260630 12:14:14.203584  7646 ts_tablet_manager.cc:1403] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:14:14.206038  7646 raft_consensus.cc:359] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.206741  7646 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.207405  7646 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.209219  7646 ts_tablet_manager.cc:1434] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:14:14.209947  7646 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:14.220669  7646 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.221510  7646 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Bootstrap complete.
I20260630 12:14:14.222154  7646 ts_tablet_manager.cc:1403] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:14:14.224061  7646 raft_consensus.cc:359] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.224814  7646 raft_consensus.cc:740] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.225461  7646 consensus_queue.cc:260] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.227133  7646 ts_tablet_manager.cc:1434] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:14.227972  7646 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Bootstrap starting.
I20260630 12:14:14.234445   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37779
I20260630 12:14:14.234563  7706 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37779 every 8 connection(s)
I20260630 12:14:14.238689   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:14.239436  7646 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.240509  7646 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Bootstrap complete.
I20260630 12:14:14.241241  7646 ts_tablet_manager.cc:1403] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260630 12:14:14.244168  7646 raft_consensus.cc:359] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:14.245100  7646 raft_consensus.cc:740] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.246096  7646 consensus_queue.cc:260] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
W20260630 12:14:14.248159  7710 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:14.249312  7646 ts_tablet_manager.cc:1434] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
W20260630 12:14:14.250200  7712 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:14.253338  7715 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:14.254144   431 server_base.cc:1061] running on GCE node
I20260630 12:14:14.256899   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:14.257092   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:14.257282   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821654257264 us; error 0 us; skew 500 ppm
I20260630 12:14:14.257956   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:14.260636   431 webserver.cc:533] Webserver started at http://127.0.107.195:40809/ using document root <none> and password file <none>
I20260630 12:14:14.261225   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:14.261430   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:14.261428  7708 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40885
I20260630 12:14:14.262113  7708 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:14.263005  7708 heartbeater.cc:507] Master 127.0.107.254:40885 requested a full tablet report, sending...
I20260630 12:14:14.266686   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:14:14.267174  7143 ts_manager.cc:194] Re-registered known tserver with Master: 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:14.270138  7719 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:14.271075   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:14:14.271351   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "93268b5ab83c4ed29d26931668716a25"
format_stamp: "Formatted at 2026-06-30 12:14:04 on dist-test-slave-t06f"
I20260630 12:14:14.271684   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:14.272615  7143 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56682
I20260630 12:14:14.275486  7708 heartbeater.cc:499] Master 127.0.107.254:40885 was elected leader, sending a full tablet report...
I20260630 12:14:14.292903   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:14.294222   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:14.295578   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:14.316931   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:14.317271   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.019s	user 0.001s	sys 0.000s
I20260630 12:14:14.321337  7726 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:14.330848   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:14.331121  7726 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.331153   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:14:14.331863  7726 tablet_bootstrap.cc:492] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Bootstrap complete.
I20260630 12:14:14.332573  7726 ts_tablet_manager.cc:1403] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.011s	user 0.000s	sys 0.008s
I20260630 12:14:14.334443  7726 raft_consensus.cc:359] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.334923  7726 raft_consensus.cc:740] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.335584  7726 consensus_queue.cc:260] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.338392  7726 ts_tablet_manager.cc:1434] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.002s
I20260630 12:14:14.339139  7726 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:14.349957  7726 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.350812  7726 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Bootstrap complete.
I20260630 12:14:14.351492  7726 ts_tablet_manager.cc:1403] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:14:14.353536  7726 raft_consensus.cc:359] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.354215  7726 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.354923  7726 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.356529  7726 ts_tablet_manager.cc:1434] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:14.357232  7726 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:14.367663  7726 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.368333  7726 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Bootstrap complete.
I20260630 12:14:14.369015  7726 ts_tablet_manager.cc:1403] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.012s	user 0.002s	sys 0.007s
I20260630 12:14:14.371049  7726 raft_consensus.cc:359] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.371651  7726 raft_consensus.cc:740] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.372381  7726 consensus_queue.cc:260] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:14.374006  7726 ts_tablet_manager.cc:1434] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.004s
I20260630 12:14:14.374642  7726 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Bootstrap starting.
I20260630 12:14:14.386025   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34487
I20260630 12:14:14.386129  7787 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34487 every 8 connection(s)
I20260630 12:14:14.386838  7726 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:14.387744  7726 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Bootstrap complete.
I20260630 12:14:14.388422  7726 ts_tablet_manager.cc:1403] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:14:14.391414  7726 raft_consensus.cc:359] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:14.392413  7726 raft_consensus.cc:740] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93268b5ab83c4ed29d26931668716a25, State: Initialized, Role: FOLLOWER
I20260630 12:14:14.393383  7726 consensus_queue.cc:260] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:14.395941  7726 ts_tablet_manager.cc:1434] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:14.402041  7788 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40885
I20260630 12:14:14.402561  7788 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:14.403362  7788 heartbeater.cc:507] Master 127.0.107.254:40885 requested a full tablet report, sending...
I20260630 12:14:14.406908  7143 ts_manager.cc:194] Re-registered known tserver with Master: 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:14.411702  7143 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56684
I20260630 12:14:14.414180  7788 heartbeater.cc:499] Master 127.0.107.254:40885 was elected leader, sending a full tablet report...
W20260630 12:14:14.836347  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet d24348a990034c94a082cd503863ad9b: Illegal state: Replica b5b288e877b4455e9a01fb4420ad2f8c is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } }
W20260630 12:14:14.849334  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet a17c2c454349499ea59b3585d98dbfc4: Illegal state: Replica 6586e8f115684476994b9f7589f53f00 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } }
W20260630 12:14:14.853050  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet e38f0e80a547420797b03d8e23ca461f: Illegal state: Replica 6586e8f115684476994b9f7589f53f00 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } }
I20260630 12:14:15.228214  7795 raft_consensus.cc:493] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:15.229157  7795 raft_consensus.cc:515] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.231524  7795 leader_election.cc:290] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.243613  7681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00" is_pre_election: true
I20260630 12:14:15.244822  7681 raft_consensus.cc:2410] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b5b288e877b4455e9a01fb4420ad2f8c for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:15.244855  7761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:15.245828  7761 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:15.247159  7562 leader_election.cc:304] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [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: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 6586e8f115684476994b9f7589f53f00
I20260630 12:14:15.248040  7795 raft_consensus.cc:2804] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:15.248636  7795 raft_consensus.cc:493] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:15.249241  7795 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.249517  7799 raft_consensus.cc:493] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:15.250327  7799 raft_consensus.cc:515] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.252477  7799 leader_election.cc:290] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.253280  7681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00" is_pre_election: true
I20260630 12:14:15.253731  7761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:15.254545  7681 raft_consensus.cc:2410] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b5b288e877b4455e9a01fb4420ad2f8c for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:15.254735  7761 raft_consensus.cc:2468] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:15.256211  7562 leader_election.cc:304] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [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: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 6586e8f115684476994b9f7589f53f00
I20260630 12:14:15.256969  7799 raft_consensus.cc:2804] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:15.257521  7799 raft_consensus.cc:493] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:15.257966  7799 raft_consensus.cc:3060] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.258077  7795 raft_consensus.cc:515] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.260237  7795 leader_election.cc:290] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 election: Requested vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.260941  7681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00"
I20260630 12:14:15.261135  7761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:15.261804  7681 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.262043  7761 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.266252  7799 raft_consensus.cc:515] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.268684  7799 leader_election.cc:290] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 election: Requested vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.269485  7761 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 2.
I20260630 12:14:15.269771  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00"
I20260630 12:14:15.270510  7760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a17c2c454349499ea59b3585d98dbfc4" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:15.270925  7680 raft_consensus.cc:3060] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.271150  7562 leader_election.cc:304] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [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: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:15.271575  7760 raft_consensus.cc:3060] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.272217  7681 raft_consensus.cc:2410] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate b5b288e877b4455e9a01fb4420ad2f8c for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:15.272550  7799 raft_consensus.cc:2804] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:15.273749  7799 raft_consensus.cc:697] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Becoming Leader. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Running, Role: LEADER
I20260630 12:14:15.275207  7799 consensus_queue.cc:237] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Queue going to LEADER 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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.279000  7680 raft_consensus.cc:2410] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate b5b288e877b4455e9a01fb4420ad2f8c for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260630 12:14:15.281400  7760 raft_consensus.cc:2468] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 2.
I20260630 12:14:15.282816  7562 leader_election.cc:304] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [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: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 6586e8f115684476994b9f7589f53f00
I20260630 12:14:15.283658  7799 raft_consensus.cc:2804] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:15.284315  7799 raft_consensus.cc:697] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Becoming Leader. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Running, Role: LEADER
I20260630 12:14:15.285735  7799 consensus_queue.cc:237] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Queue going to LEADER 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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.285315  7143 catalog_manager.cc:5697] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: term changed from 1 to 2, leader changed from 6586e8f115684476994b9f7589f53f00 (127.0.107.194) to b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193). New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:15.304819  7143 catalog_manager.cc:5697] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: term changed from 1 to 2, leader changed from 6586e8f115684476994b9f7589f53f00 (127.0.107.194) to b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193). New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:15.329162  7799 raft_consensus.cc:493] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:15.329829  7799 raft_consensus.cc:515] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:15.331648  7799 leader_election.cc:290] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487), 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:15.332450  7760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:15.332674  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00" is_pre_election: true
I20260630 12:14:15.333400  7760 raft_consensus.cc:2468] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:15.333765  7680 raft_consensus.cc:2468] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:15.334949  7562 leader_election.cc:304] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [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: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:15.335767  7799 raft_consensus.cc:2804] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:15.336184  7799 raft_consensus.cc:493] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:15.336585  7799 raft_consensus.cc:3060] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.341511  7799 raft_consensus.cc:515] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:15.343127  7799 leader_election.cc:290] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 election: Requested vote from peers 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487), 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:15.343964  7760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:15.344064  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24348a990034c94a082cd503863ad9b" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00"
I20260630 12:14:15.344648  7760 raft_consensus.cc:3060] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.344933  7680 raft_consensus.cc:3060] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.349589  7760 raft_consensus.cc:2468] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 2.
I20260630 12:14:15.350163  7680 raft_consensus.cc:2468] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 2.
I20260630 12:14:15.350718  7562 leader_election.cc:304] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [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: 93268b5ab83c4ed29d26931668716a25, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:15.351639  7799 raft_consensus.cc:2804] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:15.352262  7799 raft_consensus.cc:697] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Becoming Leader. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Running, Role: LEADER
I20260630 12:14:15.353123  7799 consensus_queue.cc:237] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [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: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } }
I20260630 12:14:15.359939  7143 catalog_manager.cc:5697] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:15.398034  7799 raft_consensus.cc:493] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:15.398777  7799 raft_consensus.cc:515] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.401063  7799 leader_election.cc:290] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.401428  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00" is_pre_election: true
I20260630 12:14:15.401683  7760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:15.402410  7680 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:15.402662  7760 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 1.
I20260630 12:14:15.403894  7561 leader_election.cc:304] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [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: 6586e8f115684476994b9f7589f53f00, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:15.404806  7799 raft_consensus.cc:2804] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:15.405309  7799 raft_consensus.cc:493] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:15.405714  7799 raft_consensus.cc:3060] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.410483  7799 raft_consensus.cc:515] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.412123  7799 leader_election.cc:290] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [CANDIDATE]: Term 2 election: Requested vote from peers 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.412890  7680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6586e8f115684476994b9f7589f53f00"
I20260630 12:14:15.413046  7760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cf48d9e27d3542f9810f96a78a287577" candidate_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:15.413561  7680 raft_consensus.cc:3060] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.413872  7760 raft_consensus.cc:3060] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:15.418236  7680 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 2.
I20260630 12:14:15.418774  7760 raft_consensus.cc:2468] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b288e877b4455e9a01fb4420ad2f8c in term 2.
I20260630 12:14:15.419309  7561 leader_election.cc:304] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [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: 6586e8f115684476994b9f7589f53f00, b5b288e877b4455e9a01fb4420ad2f8c; no voters: 
I20260630 12:14:15.420197  7799 raft_consensus.cc:2804] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:15.420971  7799 raft_consensus.cc:697] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Becoming Leader. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Running, Role: LEADER
I20260630 12:14:15.421864  7799 consensus_queue.cc:237] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.428658  7143 catalog_manager.cc:5697] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:15.445709  7808 raft_consensus.cc:493] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:15.446228  7808 raft_consensus.cc:515] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.448148  7808 leader_election.cc:290] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.463315  7600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" is_pre_election: true
I20260630 12:14:15.463624  7760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25" is_pre_election: true
I20260630 12:14:15.464587  7760 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 2.
I20260630 12:14:15.465838  7643 leader_election.cc:304] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [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: 6586e8f115684476994b9f7589f53f00, 93268b5ab83c4ed29d26931668716a25; no voters: b5b288e877b4455e9a01fb4420ad2f8c
I20260630 12:14:15.466718  7808 raft_consensus.cc:2804] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:14:15.467200  7808 raft_consensus.cc:493] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:15.467569  7808 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:15.472860  7808 raft_consensus.cc:515] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.474555  7808 leader_election.cc:290] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [CANDIDATE]: Term 3 election: Requested vote from peers b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095), 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487)
I20260630 12:14:15.475257  7600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "b5b288e877b4455e9a01fb4420ad2f8c"
I20260630 12:14:15.475518  7760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e38f0e80a547420797b03d8e23ca461f" candidate_uuid: "6586e8f115684476994b9f7589f53f00" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "93268b5ab83c4ed29d26931668716a25"
I20260630 12:14:15.476230  7760 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:15.481052  7760 raft_consensus.cc:2468] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6586e8f115684476994b9f7589f53f00 in term 3.
I20260630 12:14:15.482029  7643 leader_election.cc:304] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [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: 6586e8f115684476994b9f7589f53f00, 93268b5ab83c4ed29d26931668716a25; no voters: b5b288e877b4455e9a01fb4420ad2f8c
I20260630 12:14:15.482815  7808 raft_consensus.cc:2804] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:14:15.483983  7808 raft_consensus.cc:697] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 3 LEADER]: Becoming Leader. State: Replica: 6586e8f115684476994b9f7589f53f00, State: Running, Role: LEADER
I20260630 12:14:15.485042  7808 consensus_queue.cc:237] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.491643  7143 catalog_manager.cc:5697] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 reported cstate change: term changed from 2 to 3, leader changed from b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193) to 6586e8f115684476994b9f7589f53f00 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "6586e8f115684476994b9f7589f53f00" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:15.668181  7760 raft_consensus.cc:1240] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 3 FOLLOWER]: Rejecting Update request from peer b5b288e877b4455e9a01fb4420ad2f8c for earlier term 2. Current term is 3. Ops: []
I20260630 12:14:15.669853  7799 consensus_queue.cc:1059] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:15.670651  7795 raft_consensus.cc:3055] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:14:15.671120  7795 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Becoming Follower/Learner. State: Replica: b5b288e877b4455e9a01fb4420ad2f8c, State: Running, Role: LEADER
I20260630 12:14:15.671908  7795 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } }
I20260630 12:14:15.672959  7795 raft_consensus.cc:3060] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:15.708495  7680 raft_consensus.cc:1275] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:14:15.708992  7680 pending_rounds.cc:85] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Aborting all ops after (but not including) 0
I20260630 12:14:15.709278  7680 pending_rounds.cc:107] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:14:15.709579  7680 raft_consensus.cc:2889] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:15.711027  7795 consensus_queue.cc:1048] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:15.722266  7760 raft_consensus.cc:1275] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:14:15.724077  7816 consensus_queue.cc:1048] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:15.766403  7680 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:15.767835  7816 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:15.779088  7760 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:15.780704  7816 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:15.855445  7760 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:15.856954  7816 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:15.865774  7600 consensus_queue.cc:237] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [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: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:15.868772  7680 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:15.870674  7816 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:15.876392  7761 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:15.878165  7816 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:15.882591  7681 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:15.885943  7816 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:15.890328  7761 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
W20260630 12:14:15.891896  7561 consensus_peers.cc:597] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c -> Peer c8581e576aa246ac9cb70fa878d86125 (127.0.107.196:40117): Couldn't send request to peer c8581e576aa246ac9cb70fa878d86125. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d24348a990034c94a082cd503863ad9b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:15.888768  7816 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:15.905486  7681 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:15.912194  7600 consensus_queue.cc:237] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:15.912231  7143 catalog_manager.cc:5697] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 reported cstate change: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:15.920758  7761 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:14:15.920905  7561 consensus_peers.cc:597] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c -> Peer c8581e576aa246ac9cb70fa878d86125 (127.0.107.196:40117): Couldn't send request to peer c8581e576aa246ac9cb70fa878d86125. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cf48d9e27d3542f9810f96a78a287577. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:15.922798  7816 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:14:15.923872  7681 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:14:15.925884  7828 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } 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:14:15.930143  7828 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:15.931967  7761 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:15.936394  7681 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
W20260630 12:14:15.944671  7192 auto_rebalancer.cc:639] Failed to schedule move for tablet e38f0e80a547420797b03d8e23ca461f: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:14:15.944478  7144 catalog_manager.cc:5697] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:16.007301  7761 raft_consensus.cc:1275] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 3 FOLLOWER]: Refusing update from remote peer 6586e8f115684476994b9f7589f53f00: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:16.007723  7600 raft_consensus.cc:1275] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 3 FOLLOWER]: Refusing update from remote peer 6586e8f115684476994b9f7589f53f00: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:16.008715  7808 consensus_queue.cc:1048] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:16.009845  7829 consensus_queue.cc:1048] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:16.010795  7829 consensus_queue.cc:1243] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [LEADER]: Peer b5b288e877b4455e9a01fb4420ad2f8c log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:14:16.014707  7600 pending_rounds.cc:85] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Aborting all ops after (but not including) 0
I20260630 12:14:16.015198  7600 pending_rounds.cc:107] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:14:16.015635  7600 raft_consensus.cc:2889] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:16.339761  7832 ts_tablet_manager.cc:933] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: Initiating tablet copy from peer b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095)
I20260630 12:14:16.341651  7832 tablet_copy_client.cc:323] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38095
I20260630 12:14:16.352535  7611 tablet_copy_service.cc:140] P b5b288e877b4455e9a01fb4420ad2f8c: Received BeginTabletCopySession request for tablet cf48d9e27d3542f9810f96a78a287577 from peer c8581e576aa246ac9cb70fa878d86125 ({username='slave'} at 127.0.0.1:45746)
I20260630 12:14:16.353225  7611 tablet_copy_service.cc:161] P b5b288e877b4455e9a01fb4420ad2f8c: Beginning new tablet copy session on tablet cf48d9e27d3542f9810f96a78a287577 from peer c8581e576aa246ac9cb70fa878d86125 at {username='slave'} at 127.0.0.1:45746: session id = c8581e576aa246ac9cb70fa878d86125-cf48d9e27d3542f9810f96a78a287577
I20260630 12:14:16.359202  7611 tablet_copy_source_session.cc:215] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:16.361959  7832 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cf48d9e27d3542f9810f96a78a287577. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:16.373481  7832 tablet_copy_client.cc:806] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:16.374172  7832 tablet_copy_client.cc:670] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:16.377725  7832 tablet_copy_client.cc:538] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:16.383513  7832 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: Bootstrap starting.
I20260630 12:14:16.399551  7832 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:16.400429  7832 tablet_bootstrap.cc:492] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: Bootstrap complete.
I20260630 12:14:16.401074  7832 ts_tablet_manager.cc:1403] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:14:16.403452  7832 raft_consensus.cc:359] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:16.404647  7832 raft_consensus.cc:740] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: c8581e576aa246ac9cb70fa878d86125, State: Initialized, Role: LEARNER
I20260630 12:14:16.405386  7832 consensus_queue.cc:260] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:16.407981  7832 ts_tablet_manager.cc:1434] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.004s
I20260630 12:14:16.409736  7611 tablet_copy_service.cc:342] P b5b288e877b4455e9a01fb4420ad2f8c: Request end of tablet copy session c8581e576aa246ac9cb70fa878d86125-cf48d9e27d3542f9810f96a78a287577 received from {username='slave'} at 127.0.0.1:45746
I20260630 12:14:16.410341  7611 tablet_copy_service.cc:434] P b5b288e877b4455e9a01fb4420ad2f8c: ending tablet copy session c8581e576aa246ac9cb70fa878d86125-cf48d9e27d3542f9810f96a78a287577 on tablet cf48d9e27d3542f9810f96a78a287577 with peer c8581e576aa246ac9cb70fa878d86125
I20260630 12:14:16.426702  7832 ts_tablet_manager.cc:933] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: Initiating tablet copy from peer b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095)
I20260630 12:14:16.428251  7832 tablet_copy_client.cc:323] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38095
I20260630 12:14:16.429703  7611 tablet_copy_service.cc:140] P b5b288e877b4455e9a01fb4420ad2f8c: Received BeginTabletCopySession request for tablet d24348a990034c94a082cd503863ad9b from peer c8581e576aa246ac9cb70fa878d86125 ({username='slave'} at 127.0.0.1:45746)
I20260630 12:14:16.430128  7611 tablet_copy_service.cc:161] P b5b288e877b4455e9a01fb4420ad2f8c: Beginning new tablet copy session on tablet d24348a990034c94a082cd503863ad9b from peer c8581e576aa246ac9cb70fa878d86125 at {username='slave'} at 127.0.0.1:45746: session id = c8581e576aa246ac9cb70fa878d86125-d24348a990034c94a082cd503863ad9b
I20260630 12:14:16.435063  7611 tablet_copy_source_session.cc:215] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:16.437378  7832 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d24348a990034c94a082cd503863ad9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:16.447865  7832 tablet_copy_client.cc:806] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:16.448393  7832 tablet_copy_client.cc:670] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:16.451696  7832 tablet_copy_client.cc:538] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:16.457568  7832 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: Bootstrap starting.
I20260630 12:14:16.474030  7832 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:16.474817  7832 tablet_bootstrap.cc:492] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: Bootstrap complete.
I20260630 12:14:16.475366  7832 ts_tablet_manager.cc:1403] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.004s
I20260630 12:14:16.477383  7832 raft_consensus.cc:359] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:16.478091  7832 raft_consensus.cc:740] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: c8581e576aa246ac9cb70fa878d86125, State: Initialized, Role: LEARNER
I20260630 12:14:16.478617  7832 consensus_queue.cc:260] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [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: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:16.480237  7832 ts_tablet_manager.cc:1434] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:16.481845  7611 tablet_copy_service.cc:342] P b5b288e877b4455e9a01fb4420ad2f8c: Request end of tablet copy session c8581e576aa246ac9cb70fa878d86125-d24348a990034c94a082cd503863ad9b received from {username='slave'} at 127.0.0.1:45746
I20260630 12:14:16.482196  7611 tablet_copy_service.cc:434] P b5b288e877b4455e9a01fb4420ad2f8c: ending tablet copy session c8581e576aa246ac9cb70fa878d86125-d24348a990034c94a082cd503863ad9b on tablet d24348a990034c94a082cd503863ad9b with peer c8581e576aa246ac9cb70fa878d86125
I20260630 12:14:16.725605  7517 raft_consensus.cc:1217] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:14:16.960216  7517 raft_consensus.cc:1217] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:14:17.281432  7840 raft_consensus.cc:1064] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c: attempting to promote NON_VOTER c8581e576aa246ac9cb70fa878d86125 to VOTER
I20260630 12:14:17.284020  7840 consensus_queue.cc:237] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } }
I20260630 12:14:17.290618  7517 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:17.290727  7761 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:17.291939  7681 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:17.292865  7840 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:17.293764  7841 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:17.294497  7816 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:17.306254  7816 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.308115  7761 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.319144  7517 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.317232  7681 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.326232  7141 catalog_manager.cc:5697] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 reported cstate change: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } attrs { replace: true } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.374405  7600 consensus_queue.cc:237] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } }
I20260630 12:14:17.379069  7517 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:14:17.379823  7761 raft_consensus.cc:1275] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:14:17.380330  7816 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:17.381222  7841 consensus_queue.cc:1048] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:17.388600  7841 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 6586e8f115684476994b9f7589f53f00 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.391252  7517 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 6586e8f115684476994b9f7589f53f00 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.396217  7761 raft_consensus.cc:2955] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 6586e8f115684476994b9f7589f53f00 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.402057  7130 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet cf48d9e27d3542f9810f96a78a287577 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:17.407253  7143 catalog_manager.cc:5697] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 reported cstate change: config changed from index 4 to 5, VOTER 6586e8f115684476994b9f7589f53f00 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.429940  7671 tablet_service.cc:1558] Processing DeleteTablet for tablet cf48d9e27d3542f9810f96a78a287577 with delete_type TABLET_DATA_TOMBSTONED (TS 6586e8f115684476994b9f7589f53f00 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:34260
I20260630 12:14:17.432067  7855 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:17.432858  7855 raft_consensus.cc:2243] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:17.433446  7855 raft_consensus.cc:2272] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:17.436482  7855 ts_tablet_manager.cc:1916] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:17.446923  7855 ts_tablet_manager.cc:1929] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:14:17.447269  7855 log.cc:1199] T cf48d9e27d3542f9810f96a78a287577 P 6586e8f115684476994b9f7589f53f00: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-1-root/wals/cf48d9e27d3542f9810f96a78a287577
I20260630 12:14:17.448630  7130 catalog_manager.cc:5028] TS 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779): tablet cf48d9e27d3542f9810f96a78a287577 (table test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]) successfully deleted
I20260630 12:14:17.530690  7841 raft_consensus.cc:1064] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c: attempting to promote NON_VOTER c8581e576aa246ac9cb70fa878d86125 to VOTER
I20260630 12:14:17.532578  7841 consensus_queue.cc:237] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [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: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } }
I20260630 12:14:17.539474  7517 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 LEARNER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:17.541276  7761 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:17.543329  7681 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:14:17.544482  7840 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:17.546329  7840 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:17.547173  7841 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:17.565109  7841 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.566917  7681 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.571492  7760 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.577605  7517 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.592285  7142 catalog_manager.cc:5697] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 reported cstate change: config changed from index 3 to 4, c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } attrs { replace: true } } peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.608819  7600 consensus_queue.cc:237] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } }
I20260630 12:14:17.613197  7517 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:14:17.614678  7681 raft_consensus.cc:1275] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Refusing update from remote peer b5b288e877b4455e9a01fb4420ad2f8c: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:14:17.616062  7816 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:17.617220  7840 consensus_queue.cc:1048] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [LEADER]: Connected to new peer: Peer: permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:17.623276  7816 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 93268b5ab83c4ed29d26931668716a25 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.625811  7681 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 93268b5ab83c4ed29d26931668716a25 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.625847  7517 raft_consensus.cc:2955] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 93268b5ab83c4ed29d26931668716a25 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } } }
I20260630 12:14:17.633258  7130 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d24348a990034c94a082cd503863ad9b with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:17.638813  7141 catalog_manager.cc:5697] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: config changed from index 4 to 5, VOTER 93268b5ab83c4ed29d26931668716a25 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:17.659731  7751 tablet_service.cc:1558] Processing DeleteTablet for tablet d24348a990034c94a082cd503863ad9b with delete_type TABLET_DATA_TOMBSTONED (TS 93268b5ab83c4ed29d26931668716a25 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:54792
I20260630 12:14:17.661582  7862 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:17.663306  7862 raft_consensus.cc:2243] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:17.663888  7862 raft_consensus.cc:2272] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:17.666539  7862 ts_tablet_manager.cc:1916] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:17.676632  7862 ts_tablet_manager.cc:1929] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:14:17.676892  7862 log.cc:1199] T d24348a990034c94a082cd503863ad9b P 93268b5ab83c4ed29d26931668716a25: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821463202658-431-0/minicluster-data/ts-2-root/wals/d24348a990034c94a082cd503863ad9b
I20260630 12:14:17.678433  7131 catalog_manager.cc:5028] TS 93268b5ab83c4ed29d26931668716a25 (127.0.107.195:34487): tablet d24348a990034c94a082cd503863ad9b (table test-workload [id=25c7bdc561644fdfb2c974e81cb120a5]) successfully deleted
I20260630 12:14:18.658547  7681 consensus_queue.cc:237] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:18.667050  7600 raft_consensus.cc:1275] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 3 FOLLOWER]: Refusing update from remote peer 6586e8f115684476994b9f7589f53f00: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:14:18.667330  7760 raft_consensus.cc:1275] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 3 FOLLOWER]: Refusing update from remote peer 6586e8f115684476994b9f7589f53f00: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:14:18.668820  7865 consensus_queue.cc:1048] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:18.669772  7860 consensus_queue.cc:1048] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:18.679004  7860 raft_consensus.cc:2955] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:18.680855  7600 raft_consensus.cc:2955] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
W20260630 12:14:18.681978  7642 consensus_peers.cc:597] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 -> Peer c8581e576aa246ac9cb70fa878d86125 (127.0.107.196:40117): Couldn't send request to peer c8581e576aa246ac9cb70fa878d86125. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e38f0e80a547420797b03d8e23ca461f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:18.690701  7760 raft_consensus.cc:2955] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:18.697256  7143 catalog_manager.cc:5697] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c reported cstate change: config changed from index -1 to 3, NON_VOTER c8581e576aa246ac9cb70fa878d86125 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "6586e8f115684476994b9f7589f53f00" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } } }
I20260630 12:14:19.154565  7876 ts_tablet_manager.cc:933] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: Initiating tablet copy from peer 6586e8f115684476994b9f7589f53f00 (127.0.107.194:37779)
I20260630 12:14:19.156380  7876 tablet_copy_client.cc:323] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37779
I20260630 12:14:19.167644  7692 tablet_copy_service.cc:140] P 6586e8f115684476994b9f7589f53f00: Received BeginTabletCopySession request for tablet e38f0e80a547420797b03d8e23ca461f from peer c8581e576aa246ac9cb70fa878d86125 ({username='slave'} at 127.0.0.1:34266)
I20260630 12:14:19.168120  7692 tablet_copy_service.cc:161] P 6586e8f115684476994b9f7589f53f00: Beginning new tablet copy session on tablet e38f0e80a547420797b03d8e23ca461f from peer c8581e576aa246ac9cb70fa878d86125 at {username='slave'} at 127.0.0.1:34266: session id = c8581e576aa246ac9cb70fa878d86125-e38f0e80a547420797b03d8e23ca461f
I20260630 12:14:19.174309  7692 tablet_copy_source_session.cc:215] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:19.176860  7876 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e38f0e80a547420797b03d8e23ca461f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.187438  7876 tablet_copy_client.cc:806] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:19.188000  7876 tablet_copy_client.cc:670] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:19.191735  7876 tablet_copy_client.cc:538] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:19.197966  7876 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: Bootstrap starting.
I20260630 12:14:19.214351  7876 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:19.215055  7876 tablet_bootstrap.cc:492] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: Bootstrap complete.
I20260630 12:14:19.215704  7876 ts_tablet_manager.cc:1403] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:14:19.218037  7876 raft_consensus.cc:359] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:19.218652  7876 raft_consensus.cc:740] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: c8581e576aa246ac9cb70fa878d86125, State: Initialized, Role: LEARNER
I20260630 12:14:19.219156  7876 consensus_queue.cc:260] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125 [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: "b5b288e877b4455e9a01fb4420ad2f8c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38095 } attrs { replace: true } } peers { permanent_uuid: "6586e8f115684476994b9f7589f53f00" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37779 } } peers { permanent_uuid: "93268b5ab83c4ed29d26931668716a25" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34487 } } peers { permanent_uuid: "c8581e576aa246ac9cb70fa878d86125" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40117 } attrs { promote: true } }
I20260630 12:14:19.221530  7876 ts_tablet_manager.cc:1434] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:14:19.223362  7692 tablet_copy_service.cc:342] P 6586e8f115684476994b9f7589f53f00: Request end of tablet copy session c8581e576aa246ac9cb70fa878d86125-e38f0e80a547420797b03d8e23ca461f received from {username='slave'} at 127.0.0.1:34266
I20260630 12:14:19.223805  7692 tablet_copy_service.cc:434] P 6586e8f115684476994b9f7589f53f00: ending tablet copy session c8581e576aa246ac9cb70fa878d86125-e38f0e80a547420797b03d8e23ca461f on tablet e38f0e80a547420797b03d8e23ca461f with peer c8581e576aa246ac9cb70fa878d86125
W20260630 12:14:19.263918  7538 debug-util.cc:398] Leaking SignalData structure 0x7b08002c8cc0 after lost signal to thread 434
W20260630 12:14:19.265241  7538 debug-util.cc:398] Leaking SignalData structure 0x7b08002503a0 after lost signal to thread 7178
W20260630 12:14:19.267586  7538 debug-util.cc:398] Leaking SignalData structure 0x7b08001d8fa0 after lost signal to thread 7626
W20260630 12:14:19.269927  7538 debug-util.cc:398] Leaking SignalData structure 0x7b08001080c0 after lost signal to thread 7787
I20260630 12:14:19.505786   431 tablet_server.cc:179] TabletServer@127.0.107.193:38095 shutting down...
I20260630 12:14:19.547569   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:19.548456   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.549407   431 raft_consensus.cc:2243] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:19.550402   431 raft_consensus.cc:2272] T d24348a990034c94a082cd503863ad9b P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.553243   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.553953   431 raft_consensus.cc:2243] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:19.554883   431 raft_consensus.cc:2272] T cf48d9e27d3542f9810f96a78a287577 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.557919   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.558676   431 raft_consensus.cc:2243] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.559269   431 raft_consensus.cc:2272] T e38f0e80a547420797b03d8e23ca461f P b5b288e877b4455e9a01fb4420ad2f8c [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.562469   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.563125   431 raft_consensus.cc:2243] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:19.564073   431 raft_consensus.cc:2272] T a17c2c454349499ea59b3585d98dbfc4 P b5b288e877b4455e9a01fb4420ad2f8c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.592833   431 tablet_server.cc:196] TabletServer@127.0.107.193:38095 shutdown complete.
I20260630 12:14:19.618085   431 tablet_server.cc:179] TabletServer@127.0.107.194:37779 shutting down...
I20260630 12:14:19.630618  7517 raft_consensus.cc:1217] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
W20260630 12:14:19.641464  7642 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111) [suppressed 3 similar messages]
W20260630 12:14:19.677845  7642 consensus_peers.cc:597] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 -> Peer b5b288e877b4455e9a01fb4420ad2f8c (127.0.107.193:38095): Couldn't send request to peer b5b288e877b4455e9a01fb4420ad2f8c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38095: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:19.697441   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:19.698412   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.699309   431 raft_consensus.cc:2243] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.700152   431 raft_consensus.cc:2272] T d24348a990034c94a082cd503863ad9b P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.703274   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.704005   431 raft_consensus.cc:2243] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:14:19.705416   431 raft_consensus.cc:2272] T e38f0e80a547420797b03d8e23ca461f P 6586e8f115684476994b9f7589f53f00 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.708308   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.709116   431 raft_consensus.cc:2243] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.709595   431 raft_consensus.cc:2272] T a17c2c454349499ea59b3585d98dbfc4 P 6586e8f115684476994b9f7589f53f00 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.730933   431 tablet_server.cc:196] TabletServer@127.0.107.194:37779 shutdown complete.
I20260630 12:14:19.753456   431 tablet_server.cc:179] TabletServer@127.0.107.195:34487 shutting down...
I20260630 12:14:19.805007   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:19.807057   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.807840   431 raft_consensus.cc:2243] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.808647   431 raft_consensus.cc:2272] T cf48d9e27d3542f9810f96a78a287577 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.811525   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.812237   431 raft_consensus.cc:2243] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.812793   431 raft_consensus.cc:2272] T e38f0e80a547420797b03d8e23ca461f P 93268b5ab83c4ed29d26931668716a25 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.815758   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:19.816416   431 raft_consensus.cc:2243] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.816955   431 raft_consensus.cc:2272] T a17c2c454349499ea59b3585d98dbfc4 P 93268b5ab83c4ed29d26931668716a25 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.845366   431 tablet_server.cc:196] TabletServer@127.0.107.195:34487 shutdown complete.
I20260630 12:14:19.869467   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:19.918752   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:19.919749   431 tablet_replica.cc:333] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125: stopping tablet replica
I20260630 12:14:19.920593   431 raft_consensus.cc:2243] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125 [term 3 LEARNER]: Raft consensus shutting down.
I20260630 12:14:19.921139   431 raft_consensus.cc:2272] T e38f0e80a547420797b03d8e23ca461f P c8581e576aa246ac9cb70fa878d86125 [term 3 LEARNER]: Raft consensus is shut down!
I20260630 12:14:19.923822   431 tablet_replica.cc:333] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125: stopping tablet replica
I20260630 12:14:19.924540   431 raft_consensus.cc:2243] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.925148   431 raft_consensus.cc:2272] T d24348a990034c94a082cd503863ad9b P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:19.927706   431 tablet_replica.cc:333] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125: stopping tablet replica
I20260630 12:14:19.928375   431 raft_consensus.cc:2243] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:19.928958   431 raft_consensus.cc:2272] T cf48d9e27d3542f9810f96a78a287577 P c8581e576aa246ac9cb70fa878d86125 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:20.950855   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 7538)
W20260630 12:14:21.951354   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 7538)
I20260630 12:14:22.408521   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:22.425407   431 master.cc:562] Master@127.0.107.254:40885 shutting down...
W20260630 12:14:22.445763  7192 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:14:22.446820   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:22.447255   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:22.447532   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2717b4a601b14244810637e776daf94c: stopping tablet replica
I20260630 12:14:22.466374   431 master.cc:584] Master@127.0.107.254:40885 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (17930 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:14:22.502679   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44693
I20260630 12:14:22.503657   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:22.508903  7885 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.508944  7884 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.510020  7887 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:22.511004   431 server_base.cc:1061] running on GCE node
I20260630 12:14:22.511808   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:22.512017   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:22.512176   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821662512161 us; error 0 us; skew 500 ppm
I20260630 12:14:22.512648   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:22.514811   431 webserver.cc:533] Webserver started at http://127.0.107.254:34511/ using document root <none> and password file <none>
I20260630 12:14:22.515259   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:22.515446   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:22.515712   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:22.516782   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "a6f06e226c0a497f8d0b357bfa39c9a6"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.520931   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:14:22.524158  7892 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.524974   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:22.525203   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "a6f06e226c0a497f8d0b357bfa39c9a6"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.525458   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:22.536228   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:22.537285   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:22.573452   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44693
I20260630 12:14:22.573542  7943 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44693 every 8 connection(s)
I20260630 12:14:22.577347  7944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:22.587572  7944 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: Bootstrap starting.
I20260630 12:14:22.592017  7944 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:22.596005  7944 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: No bootstrap required, opened a new log
I20260630 12:14:22.598042  7944 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f06e226c0a497f8d0b357bfa39c9a6" member_type: VOTER }
I20260630 12:14:22.598451  7944 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:22.598686  7944 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6f06e226c0a497f8d0b357bfa39c9a6, State: Initialized, Role: FOLLOWER
I20260630 12:14:22.599298  7944 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a6f06e226c0a497f8d0b357bfa39c9a6" member_type: VOTER }
I20260630 12:14:22.599753  7944 raft_consensus.cc:399] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:22.599970  7944 raft_consensus.cc:493] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:22.600227  7944 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:22.604435  7944 raft_consensus.cc:515] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f06e226c0a497f8d0b357bfa39c9a6" member_type: VOTER }
I20260630 12:14:22.604921  7944 leader_election.cc:304] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [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: a6f06e226c0a497f8d0b357bfa39c9a6; no voters: 
I20260630 12:14:22.605978  7944 leader_election.cc:290] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:22.606371  7947 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:22.607684  7947 raft_consensus.cc:697] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 1 LEADER]: Becoming Leader. State: Replica: a6f06e226c0a497f8d0b357bfa39c9a6, State: Running, Role: LEADER
I20260630 12:14:22.608232  7947 consensus_queue.cc:237] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [LEADER]: Queue going to LEADER mode. State: All 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: "a6f06e226c0a497f8d0b357bfa39c9a6" member_type: VOTER }
I20260630 12:14:22.608721  7944 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:22.612767  7948 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a6f06e226c0a497f8d0b357bfa39c9a6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f06e226c0a497f8d0b357bfa39c9a6" member_type: VOTER } }
I20260630 12:14:22.613595  7948 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:22.614061  7949 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6f06e226c0a497f8d0b357bfa39c9a6. Latest consensus state: current_term: 1 leader_uuid: "a6f06e226c0a497f8d0b357bfa39c9a6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f06e226c0a497f8d0b357bfa39c9a6" member_type: VOTER } }
I20260630 12:14:22.614686  7949 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:22.616159  7954 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:22.622848  7954 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:22.623797   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:22.631186  7954 catalog_manager.cc:1383] Generated new cluster ID: ce0b141cce494c1494f52580a4a53a92
I20260630 12:14:22.631506  7954 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:22.644793  7954 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:22.646108  7954 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:22.657251  7954 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: Generated new TSK 0
I20260630 12:14:22.657882  7954 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:22.690382   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:22.695984  7965 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.697338  7966 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.698655  7968 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:22.699357   431 server_base.cc:1061] running on GCE node
I20260630 12:14:22.700261   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:22.700434   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:22.700553   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821662700542 us; error 0 us; skew 500 ppm
I20260630 12:14:22.701020   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:22.703126   431 webserver.cc:533] Webserver started at http://127.0.107.193:45101/ using document root <none> and password file <none>
I20260630 12:14:22.703519   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:22.703670   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:22.703867   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:22.704845   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.708935   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:14:22.712083  7973 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.712805   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:22.713039   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.713284   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:22.747772   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:22.748921   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:22.750382   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:22.752595   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:22.752777   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.753051   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:22.753232   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.792707   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42201
I20260630 12:14:22.792812  8035 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42201 every 8 connection(s)
I20260630 12:14:22.797649   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:22.804256  8040 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.805229  8041 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.808249  8043 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:22.809140   431 server_base.cc:1061] running on GCE node
I20260630 12:14:22.810438   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:22.810664   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:22.810868   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821662810849 us; error 0 us; skew 500 ppm
I20260630 12:14:22.810933  8036 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44693
I20260630 12:14:22.811367  8036 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:22.811481   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:22.812131  8036 heartbeater.cc:507] Master 127.0.107.254:44693 requested a full tablet report, sending...
I20260630 12:14:22.814271   431 webserver.cc:533] Webserver started at http://127.0.107.194:42059/ using document root <none> and password file <none>
I20260630 12:14:22.814334  7909 ts_manager.cc:194] Registered new tserver with Master: ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201)
I20260630 12:14:22.814868   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:22.815110   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:22.815372   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:22.816381   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "33f430f3ad9441ce8fe1074734460ba6"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.816422  7909 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37010
I20260630 12:14:22.821166   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.005s
I20260630 12:14:22.824455  8048 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.825188   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:22.825482   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "33f430f3ad9441ce8fe1074734460ba6"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.825856   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:22.869750   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:22.870805   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:22.872175   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:22.874338   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:22.874567   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.874804   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:22.875000   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.913100   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33137
I20260630 12:14:22.913205  8110 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33137 every 8 connection(s)
I20260630 12:14:22.917981   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:22.924898  8114 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.925501  8115 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:22.930855  8117 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:22.931036  8111 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44693
I20260630 12:14:22.931326   431 server_base.cc:1061] running on GCE node
I20260630 12:14:22.931573  8111 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:22.932230   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:22.932461   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:22.932358  8111 heartbeater.cc:507] Master 127.0.107.254:44693 requested a full tablet report, sending...
I20260630 12:14:22.932819   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821662932795 us; error 0 us; skew 500 ppm
I20260630 12:14:22.933372   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:22.934748  7909 ts_manager.cc:194] Registered new tserver with Master: 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:22.935843   431 webserver.cc:533] Webserver started at http://127.0.107.195:41587/ using document root <none> and password file <none>
I20260630 12:14:22.936340   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:22.936300  7909 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37026
I20260630 12:14:22.936767   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:22.937076   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:22.938330   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.942502   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:22.945369  8122 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.946193   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:22.946503   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:22.946843   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:22.975855   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:22.977056   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:22.978600   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:22.980779   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:22.981014   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:22.981287   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:22.981456   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:23.021006   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38123
I20260630 12:14:23.021111  8184 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38123 every 8 connection(s)
I20260630 12:14:23.034433  8185 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44693
I20260630 12:14:23.034824  8185 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:23.035570  8185 heartbeater.cc:507] Master 127.0.107.254:44693 requested a full tablet report, sending...
I20260630 12:14:23.037408  7909 ts_manager.cc:194] Registered new tserver with Master: bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:23.037559   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013632441s
I20260630 12:14:23.039059  7909 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37038
I20260630 12:14:23.819228  8036 heartbeater.cc:499] Master 127.0.107.254:44693 was elected leader, sending a full tablet report...
I20260630 12:14:23.938848  8111 heartbeater.cc:499] Master 127.0.107.254:44693 was elected leader, sending a full tablet report...
I20260630 12:14:24.041868  8185 heartbeater.cc:499] Master 127.0.107.254:44693 was elected leader, sending a full tablet report...
I20260630 12:14:24.092029  7909 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37048:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:24.094219  7909 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:24.157953  8076 tablet_service.cc:1511] Processing CreateTablet for tablet b6434baaaba049be94421df36cae52b6 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:24.158465  8075 tablet_service.cc:1511] Processing CreateTablet for tablet dcb6a11534fa4dedb8862ffe9be80923 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:24.159446  8076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6434baaaba049be94421df36cae52b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.160521  8074 tablet_service.cc:1511] Processing CreateTablet for tablet 9238dda475cc48cb8bf97cd92799635b (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:24.161912  8074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9238dda475cc48cb8bf97cd92799635b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.162940  8150 tablet_service.cc:1511] Processing CreateTablet for tablet b6434baaaba049be94421df36cae52b6 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:24.164225  8150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6434baaaba049be94421df36cae52b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.165719  8148 tablet_service.cc:1511] Processing CreateTablet for tablet 9238dda475cc48cb8bf97cd92799635b (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:24.166517  8075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcb6a11534fa4dedb8862ffe9be80923. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.166983  8148 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9238dda475cc48cb8bf97cd92799635b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.163851  8149 tablet_service.cc:1511] Processing CreateTablet for tablet dcb6a11534fa4dedb8862ffe9be80923 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:24.170073  8149 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcb6a11534fa4dedb8862ffe9be80923. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.172712  8001 tablet_service.cc:1511] Processing CreateTablet for tablet b6434baaaba049be94421df36cae52b6 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:24.173992  8001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6434baaaba049be94421df36cae52b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.179200  8000 tablet_service.cc:1511] Processing CreateTablet for tablet dcb6a11534fa4dedb8862ffe9be80923 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:24.180506  8000 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcb6a11534fa4dedb8862ffe9be80923. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.187645  7999 tablet_service.cc:1511] Processing CreateTablet for tablet 9238dda475cc48cb8bf97cd92799635b (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:24.188920  7999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9238dda475cc48cb8bf97cd92799635b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.197306  7998 tablet_service.cc:1511] Processing CreateTablet for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:24.198836  7998 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbd3a88fe0f94f2ca2b753102c04b6b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.200104  8150 tablet_service.cc:1511] Processing CreateTablet for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:24.208585  8205 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: Bootstrap starting.
I20260630 12:14:24.208653  8150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbd3a88fe0f94f2ca2b753102c04b6b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.213577  8206 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6: Bootstrap starting.
I20260630 12:14:24.207603  8073 tablet_service.cc:1511] Processing CreateTablet for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 (DEFAULT_TABLE table=test-workload [id=8294624671554317bbd44546cd1e645d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:24.220021  8073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbd3a88fe0f94f2ca2b753102c04b6b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.228404  8205 tablet_bootstrap.cc:654] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.228917  8206 tablet_bootstrap.cc:654] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.239094  8207 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:24.246749  8205 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: No bootstrap required, opened a new log
I20260630 12:14:24.247370  8205 ts_tablet_manager.cc:1403] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent bootstrapping tablet: real 0.039s	user 0.016s	sys 0.007s
I20260630 12:14:24.247623  8206 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6: No bootstrap required, opened a new log
I20260630 12:14:24.248137  8207 tablet_bootstrap.cc:654] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.248167  8206 ts_tablet_manager.cc:1403] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6: Time spent bootstrapping tablet: real 0.035s	user 0.008s	sys 0.018s
I20260630 12:14:24.250607  8205 raft_consensus.cc:359] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.251466  8205 raft_consensus.cc:385] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.251888  8205 raft_consensus.cc:740] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.251258  8206 raft_consensus.cc:359] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.252451  8206 raft_consensus.cc:385] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.252879  8206 raft_consensus.cc:740] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33f430f3ad9441ce8fe1074734460ba6, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.252869  8205 consensus_queue.cc:260] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.254328  8206 consensus_queue.cc:260] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.257340  8205 ts_tablet_manager.cc:1434] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:14:24.258193  8206 ts_tablet_manager.cc:1434] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.004s
I20260630 12:14:24.258386  8205 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec: Bootstrap starting.
I20260630 12:14:24.259191  8206 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: Bootstrap starting.
I20260630 12:14:24.264513  8205 tablet_bootstrap.cc:654] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.265846  8206 tablet_bootstrap.cc:654] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.270272  8207 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: No bootstrap required, opened a new log
I20260630 12:14:24.271358  8207 ts_tablet_manager.cc:1403] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.033s	user 0.014s	sys 0.004s
I20260630 12:14:24.275178  8207 raft_consensus.cc:359] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.276177  8207 raft_consensus.cc:385] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:14:24.276259  8186 tablet.cc:2406] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:14:24.276643  8207 raft_consensus.cc:740] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.277602  8207 consensus_queue.cc:260] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.280731  8206 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: No bootstrap required, opened a new log
I20260630 12:14:24.281198  8206 ts_tablet_manager.cc:1403] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.010s
I20260630 12:14:24.282234  8205 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec: No bootstrap required, opened a new log
I20260630 12:14:24.282829  8205 ts_tablet_manager.cc:1403] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.007s
I20260630 12:14:24.283329  8207 ts_tablet_manager.cc:1434] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.007s
I20260630 12:14:24.284385  8207 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:24.284024  8206 raft_consensus.cc:359] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.284930  8206 raft_consensus.cc:385] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.285301  8206 raft_consensus.cc:740] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33f430f3ad9441ce8fe1074734460ba6, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.285810  8205 raft_consensus.cc:359] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.286334  8206 consensus_queue.cc:260] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.286826  8205 raft_consensus.cc:385] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.287353  8205 raft_consensus.cc:740] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.288601  8206 ts_tablet_manager.cc:1434] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.008s
I20260630 12:14:24.288331  8205 consensus_queue.cc:260] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.289579  8206 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6: Bootstrap starting.
I20260630 12:14:24.292265  8205 ts_tablet_manager.cc:1434] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.004s
I20260630 12:14:24.293359  8205 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec: Bootstrap starting.
I20260630 12:14:24.296310  8206 tablet_bootstrap.cc:654] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.296543  8207 tablet_bootstrap.cc:654] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.300710  8205 tablet_bootstrap.cc:654] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.313689  8212 raft_consensus.cc:493] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:24.313951  8205 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec: No bootstrap required, opened a new log
I20260630 12:14:24.314638  8205 ts_tablet_manager.cc:1403] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.007s
I20260630 12:14:24.314224  8212 raft_consensus.cc:515] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.317603  8212 leader_election.cc:290] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:24.318137  8212 raft_consensus.cc:493] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:24.318619  8212 raft_consensus.cc:515] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.321178  8212 leader_election.cc:290] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:24.325296  8205 raft_consensus.cc:359] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.326620  8205 raft_consensus.cc:385] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.327106  8205 raft_consensus.cc:740] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.328104  8205 consensus_queue.cc:260] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.334373  8211 raft_consensus.cc:493] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:24.334895  8211 raft_consensus.cc:515] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.337713  8211 leader_election.cc:290] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137), ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201)
I20260630 12:14:24.333912  8205 ts_tablet_manager.cc:1434] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.003s
I20260630 12:14:24.340804  8205 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: Bootstrap starting.
I20260630 12:14:24.346738  8205 tablet_bootstrap.cc:654] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.352708  8206 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6: No bootstrap required, opened a new log
I20260630 12:14:24.353353  8206 ts_tablet_manager.cc:1403] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6: Time spent bootstrapping tablet: real 0.064s	user 0.023s	sys 0.034s
I20260630 12:14:24.358394  8206 raft_consensus.cc:359] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.359234  8206 raft_consensus.cc:385] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.359580  8206 raft_consensus.cc:740] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33f430f3ad9441ce8fe1074734460ba6, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.361428  8206 consensus_queue.cc:260] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.362955  8205 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: No bootstrap required, opened a new log
I20260630 12:14:24.363682  8205 ts_tablet_manager.cc:1403] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.007s
I20260630 12:14:24.364032  8206 ts_tablet_manager.cc:1434] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:14:24.366688  8205 raft_consensus.cc:359] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.367483  8205 raft_consensus.cc:385] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.367784  8205 raft_consensus.cc:740] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.368539  8205 consensus_queue.cc:260] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.371222  8205 ts_tablet_manager.cc:1434] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:14:24.363057  8207 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: No bootstrap required, opened a new log
I20260630 12:14:24.372498  8207 ts_tablet_manager.cc:1403] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.088s	user 0.019s	sys 0.013s
I20260630 12:14:24.374007  8206 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: Bootstrap starting.
I20260630 12:14:24.376754  8207 raft_consensus.cc:359] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.378152  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6" is_pre_election: true
I20260630 12:14:24.383093  8207 raft_consensus.cc:385] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.383312  8086 raft_consensus.cc:2468] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 0.
I20260630 12:14:24.382264  8010 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcb6a11534fa4dedb8862ffe9be80923" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" is_pre_election: true
I20260630 12:14:24.381537  8011 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" is_pre_election: true
I20260630 12:14:24.384546  8010 raft_consensus.cc:2468] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33f430f3ad9441ce8fe1074734460ba6 in term 0.
I20260630 12:14:24.385053  8160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" is_pre_election: true
I20260630 12:14:24.385527  8159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcb6a11534fa4dedb8862ffe9be80923" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" is_pre_election: true
I20260630 12:14:24.385768  8160 raft_consensus.cc:2468] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33f430f3ad9441ce8fe1074734460ba6 in term 0.
I20260630 12:14:24.383440  8207 raft_consensus.cc:740] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.386026  8126 leader_election.cc:304] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:24.386271  8159 raft_consensus.cc:2468] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33f430f3ad9441ce8fe1074734460ba6 in term 0.
I20260630 12:14:24.387369  8211 raft_consensus.cc:2804] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:24.387030  8207 consensus_queue.cc:260] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.387749  8211 raft_consensus.cc:493] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:24.388104  8211 raft_consensus.cc:3060] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.389290  8207 ts_tablet_manager.cc:1434] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.016s	user 0.004s	sys 0.000s
I20260630 12:14:24.390327  8207 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
W20260630 12:14:24.385957  8052 leader_election.cc:343] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:24.393446  8052 leader_election.cc:304] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33f430f3ad9441ce8fe1074734460ba6, ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 
I20260630 12:14:24.382571  8206 tablet_bootstrap.cc:654] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.394264  8219 raft_consensus.cc:2804] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:24.394636  8219 raft_consensus.cc:493] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:24.394953  8219 raft_consensus.cc:3060] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.395946  8211 raft_consensus.cc:515] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.397436  8051 leader_election.cc:304] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [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: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: ac2cd9f1e2b84c7eb8315e4261e8de7c
I20260630 12:14:24.398008  8211 leader_election.cc:290] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 election: Requested vote from peers 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137), ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201)
I20260630 12:14:24.400111  8010 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" is_pre_election: true
I20260630 12:14:24.401993  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6"
I20260630 12:14:24.402033  8219 raft_consensus.cc:515] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.402714  8086 raft_consensus.cc:3060] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.404341  8219 leader_election.cc:290] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 1 election: Requested vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:24.406961  8207 tablet_bootstrap.cc:654] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.407795  8159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcb6a11534fa4dedb8862ffe9be80923" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
I20260630 12:14:24.408556  8159 raft_consensus.cc:3060] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.411111  8010 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcb6a11534fa4dedb8862ffe9be80923" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
I20260630 12:14:24.411893  8010 raft_consensus.cc:3060] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.416060  8011 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
W20260630 12:14:24.419322  8126 leader_election.cc:343] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:14:24.420559  8126 leader_election.cc:343] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:24.424053  8159 raft_consensus.cc:2468] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33f430f3ad9441ce8fe1074734460ba6 in term 1.
I20260630 12:14:24.426030  8051 leader_election.cc:304] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:24.426752  8086 raft_consensus.cc:2468] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 1.
I20260630 12:14:24.427480  8212 raft_consensus.cc:2764] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:14:24.428445  8126 leader_election.cc:304] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [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: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: ac2cd9f1e2b84c7eb8315e4261e8de7c
I20260630 12:14:24.431838  8219 raft_consensus.cc:2804] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:24.433077  8010 raft_consensus.cc:2468] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33f430f3ad9441ce8fe1074734460ba6 in term 1.
I20260630 12:14:24.433531  8219 raft_consensus.cc:697] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Becoming Leader. State: Replica: 33f430f3ad9441ce8fe1074734460ba6, State: Running, Role: LEADER
I20260630 12:14:24.433864  8211 raft_consensus.cc:2804] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:24.435375  8219 consensus_queue.cc:237] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.439106  8207 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: No bootstrap required, opened a new log
I20260630 12:14:24.439106  8206 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: No bootstrap required, opened a new log
I20260630 12:14:24.439864  8207 ts_tablet_manager.cc:1403] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.050s	user 0.021s	sys 0.017s
I20260630 12:14:24.439921  8206 ts_tablet_manager.cc:1403] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: Time spent bootstrapping tablet: real 0.066s	user 0.032s	sys 0.018s
I20260630 12:14:24.443032  8206 raft_consensus.cc:359] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.443276  8207 raft_consensus.cc:359] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.443817  8206 raft_consensus.cc:385] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.444023  8207 raft_consensus.cc:385] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.444164  8206 raft_consensus.cc:740] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33f430f3ad9441ce8fe1074734460ba6, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.444483  8207 raft_consensus.cc:740] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.445039  8206 consensus_queue.cc:260] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.445431  8207 consensus_queue.cc:260] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.447283  8206 ts_tablet_manager.cc:1434] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:24.449406  8207 ts_tablet_manager.cc:1434] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:14:24.450258  8207 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:24.453898  8211 raft_consensus.cc:697] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Becoming Leader. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Running, Role: LEADER
I20260630 12:14:24.455471  8211 consensus_queue.cc:237] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.456647  8207 tablet_bootstrap.cc:654] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.464027  7906 catalog_manager.cc:5697] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "33f430f3ad9441ce8fe1074734460ba6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:24.465219  8207 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: No bootstrap required, opened a new log
I20260630 12:14:24.465708  8207 ts_tablet_manager.cc:1403] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:14:24.468245  8207 raft_consensus.cc:359] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.468767  8207 raft_consensus.cc:385] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.469214  8207 raft_consensus.cc:740] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.468714  7909 catalog_manager.cc:5697] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: term changed from 0 to 1, leader changed from <none> to bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195). New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:24.469897  8207 consensus_queue.cc:260] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.473186  8207 ts_tablet_manager.cc:1434] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:24.507071  8211 raft_consensus.cc:493] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:24.507516  8211 raft_consensus.cc:515] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.509073  8211 leader_election.cc:290] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:24.510043  8010 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbd3a88fe0f94f2ca2b753102c04b6b1" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" is_pre_election: true
I20260630 12:14:24.510257  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbd3a88fe0f94f2ca2b753102c04b6b1" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6" is_pre_election: true
I20260630 12:14:24.510633  8010 raft_consensus.cc:2468] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 0.
I20260630 12:14:24.510901  8086 raft_consensus.cc:2468] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 0.
I20260630 12:14:24.511631  8126 leader_election.cc:304] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac2cd9f1e2b84c7eb8315e4261e8de7c, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:24.512225  8211 raft_consensus.cc:2804] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:24.512573  8211 raft_consensus.cc:493] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:24.512861  8211 raft_consensus.cc:3060] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.517521  8211 raft_consensus.cc:515] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.519203  8211 leader_election.cc:290] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 election: Requested vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:24.519722  8010 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbd3a88fe0f94f2ca2b753102c04b6b1" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
I20260630 12:14:24.520153  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cbd3a88fe0f94f2ca2b753102c04b6b1" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6"
I20260630 12:14:24.520265  8010 raft_consensus.cc:3060] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.520671  8086 raft_consensus.cc:3060] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.524777  8010 raft_consensus.cc:2468] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 1.
I20260630 12:14:24.525020  8086 raft_consensus.cc:2468] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 1.
I20260630 12:14:24.525744  8126 leader_election.cc:304] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac2cd9f1e2b84c7eb8315e4261e8de7c, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:24.526397  8211 raft_consensus.cc:2804] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:24.526865  8211 raft_consensus.cc:697] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Becoming Leader. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Running, Role: LEADER
I20260630 12:14:24.527585  8211 consensus_queue.cc:237] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.534940  7908 catalog_manager.cc:5697] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: term changed from 0 to 1, leader changed from <none> to bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195). New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:24.554169  8215 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:24.554630  8215 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.556645  8215 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:24.566242  8159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" is_pre_election: true
I20260630 12:14:24.566293  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6" is_pre_election: true
I20260630 12:14:24.566880  8159 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in term 0.
I20260630 12:14:24.566970  8086 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in term 0.
I20260630 12:14:24.567870  7976 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac2cd9f1e2b84c7eb8315e4261e8de7c, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:24.568538  8215 raft_consensus.cc:2804] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:24.568894  8215 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:24.569129  8215 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.574136  8215 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.575747  8215 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 1 election: Requested vote from peers 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:24.576308  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6"
I20260630 12:14:24.576714  8159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
I20260630 12:14:24.576900  8086 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.577265  8159 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.583670  8086 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in term 1.
I20260630 12:14:24.583670  8159 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in term 1.
I20260630 12:14:24.585273  7977 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 33f430f3ad9441ce8fe1074734460ba6, ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 
I20260630 12:14:24.586300  8215 raft_consensus.cc:2804] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:24.589859  8215 raft_consensus.cc:697] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 LEADER]: Becoming Leader. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Running, Role: LEADER
I20260630 12:14:24.590754  8215 consensus_queue.cc:237] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
W20260630 12:14:24.626253  7957 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:24.631079  7908 catalog_manager.cc:5697] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c reported cstate change: term changed from 0 to 1, leader changed from <none> to ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:24.762898  8215 raft_consensus.cc:493] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:24.763731  8215 raft_consensus.cc:515] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.766498  8215 leader_election.cc:290] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:24.767831  8086 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6" is_pre_election: true
I20260630 12:14:24.768796  8159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" is_pre_election: true
I20260630 12:14:24.769140  8086 raft_consensus.cc:2393] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in current term 1: Already voted for candidate bb2f6f59ec1d402d8a9541d814ccbfec in this term.
I20260630 12:14:24.770625  7976 leader_election.cc:304] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec
I20260630 12:14:24.771394  8215 raft_consensus.cc:3060] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.780341  8215 raft_consensus.cc:2749] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:24.784497  7908 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37050:
name: "dugtrio"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:14:24.816198  8000 tablet_service.cc:1511] Processing CreateTablet for tablet fcd8562a7d6444b086a1e32267934a97 (DEFAULT_TABLE table=dugtrio [id=0201cbb0fe154c90be4173db25751227]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:24.818168  8000 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fcd8562a7d6444b086a1e32267934a97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.817898  8073 tablet_service.cc:1511] Processing CreateTablet for tablet 7d7d64fe6fee4b76a0cfd13f13a6bbca (DEFAULT_TABLE table=dugtrio [id=0201cbb0fe154c90be4173db25751227]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:24.819689  8073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d7d64fe6fee4b76a0cfd13f13a6bbca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.820691  8150 tablet_service.cc:1511] Processing CreateTablet for tablet a75de26e7ee9417c8ceca5d24b872ae2 (DEFAULT_TABLE table=dugtrio [id=0201cbb0fe154c90be4173db25751227]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:24.822252  8150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a75de26e7ee9417c8ceca5d24b872ae2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.823184  7999 tablet_service.cc:1511] Processing CreateTablet for tablet cc60240c5c0b4a289a7c80e2e0928a69 (DEFAULT_TABLE table=dugtrio [id=0201cbb0fe154c90be4173db25751227]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:24.824527  7999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc60240c5c0b4a289a7c80e2e0928a69. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:24.839905  8206 tablet_bootstrap.cc:492] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: Bootstrap starting.
I20260630 12:14:24.843545  8207 tablet_bootstrap.cc:492] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:24.846436  8205 tablet_bootstrap.cc:492] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: Bootstrap starting.
I20260630 12:14:24.848987  8206 tablet_bootstrap.cc:654] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.849750  8219 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" 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:14:24.854682  8205 tablet_bootstrap.cc:654] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.861398  8207 tablet_bootstrap.cc:654] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.870787  8205 tablet_bootstrap.cc:492] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: No bootstrap required, opened a new log
I20260630 12:14:24.870880  8207 tablet_bootstrap.cc:492] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: No bootstrap required, opened a new log
I20260630 12:14:24.871438  8207 ts_tablet_manager.cc:1403] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.007s
I20260630 12:14:24.871483  8205 ts_tablet_manager.cc:1403] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.009s
I20260630 12:14:24.875217  8207 raft_consensus.cc:359] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:24.876154  8207 raft_consensus.cc:385] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.876561  8207 raft_consensus.cc:740] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.877524  8207 consensus_queue.cc:260] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:24.878376  8207 raft_consensus.cc:399] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:24.878751  8207 raft_consensus.cc:493] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:24.879971  8207 raft_consensus.cc:3060] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.886050  8206 tablet_bootstrap.cc:492] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: No bootstrap required, opened a new log
I20260630 12:14:24.888849  8211 consensus_queue.cc:1048] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:24.888964  8206 ts_tablet_manager.cc:1403] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: Time spent bootstrapping tablet: real 0.049s	user 0.016s	sys 0.016s
I20260630 12:14:24.895845  8206 raft_consensus.cc:359] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } }
I20260630 12:14:24.897485  8206 raft_consensus.cc:385] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.898506  8206 raft_consensus.cc:740] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33f430f3ad9441ce8fe1074734460ba6, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.891922  8205 raft_consensus.cc:359] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.899977  8205 raft_consensus.cc:385] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.900532  8205 raft_consensus.cc:740] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.900678  8206 consensus_queue.cc:260] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } }
I20260630 12:14:24.901742  8205 consensus_queue.cc:260] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.902742  8205 raft_consensus.cc:399] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:24.903167  8205 raft_consensus.cc:493] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:24.903690  8205 raft_consensus.cc:3060] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.902427  8206 raft_consensus.cc:399] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:24.905727  8206 raft_consensus.cc:493] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:24.906464  8206 raft_consensus.cc:3060] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.917402  8207 raft_consensus.cc:515] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:24.918618  8207 leader_election.cc:304] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 
I20260630 12:14:24.919441  8215 raft_consensus.cc:2804] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:24.919905  8215 raft_consensus.cc:697] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 LEADER]: Becoming Leader. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Running, Role: LEADER
I20260630 12:14:24.920689  8215 consensus_queue.cc:237] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [LEADER]: Queue going to LEADER mode. State: All 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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:24.925058  8219 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:24.925446  8207 leader_election.cc:290] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:24.914498  8205 raft_consensus.cc:515] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.926584  8205 leader_election.cc:304] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [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: bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:24.927592  8228 raft_consensus.cc:2804] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:24.927909  8206 raft_consensus.cc:515] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } }
I20260630 12:14:24.928085  8228 raft_consensus.cc:697] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Becoming Leader. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Running, Role: LEADER
I20260630 12:14:24.928603  8205 leader_election.cc:290] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:24.928980  8228 consensus_queue.cc:237] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Queue going to LEADER mode. State: All 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: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:24.930059  7907 catalog_manager.cc:5697] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c reported cstate change: term changed from 0 to 1, leader changed from <none> to ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:24.938690  8211 consensus_queue.cc:1048] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:24.941557  8206 leader_election.cc:304] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [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: 33f430f3ad9441ce8fe1074734460ba6; no voters: 
I20260630 12:14:24.944425  8207 ts_tablet_manager.cc:1434] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.072s	user 0.018s	sys 0.002s
I20260630 12:14:24.951846  8206 leader_election.cc:290] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:24.951979  8219 raft_consensus.cc:2804] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:24.952271  8207 tablet_bootstrap.cc:492] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:24.954815  8206 ts_tablet_manager.cc:1434] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: Time spent starting tablet: real 0.065s	user 0.018s	sys 0.002s
I20260630 12:14:24.966382  8207 tablet_bootstrap.cc:654] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:24.976420  7908 catalog_manager.cc:5697] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: term changed from 0 to 1, leader changed from <none> to bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195). New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:24.977943  8205 ts_tablet_manager.cc:1434] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: Time spent starting tablet: real 0.105s	user 0.019s	sys 0.010s
I20260630 12:14:24.986891  8207 tablet_bootstrap.cc:492] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: No bootstrap required, opened a new log
I20260630 12:14:24.987629  8207 ts_tablet_manager.cc:1403] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.036s	user 0.016s	sys 0.000s
I20260630 12:14:24.991623  8207 raft_consensus.cc:359] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:24.992357  8207 raft_consensus.cc:385] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:24.992826  8207 raft_consensus.cc:740] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:24.994099  8207 consensus_queue.cc:260] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:24.995055  8207 raft_consensus.cc:399] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:24.995555  8207 raft_consensus.cc:493] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:24.996173  8207 raft_consensus.cc:3060] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:24.979046  8219 raft_consensus.cc:697] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Becoming Leader. State: Replica: 33f430f3ad9441ce8fe1074734460ba6, State: Running, Role: LEADER
I20260630 12:14:24.997067  8219 consensus_queue.cc:237] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Queue going to LEADER mode. State: All 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: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } }
I20260630 12:14:25.007767  8207 raft_consensus.cc:515] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:25.008978  8207 leader_election.cc:304] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 
I20260630 12:14:25.010004  8207 leader_election.cc:290] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:25.010138  8215 raft_consensus.cc:2804] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:25.012447  8207 ts_tablet_manager.cc:1434] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.024s	user 0.017s	sys 0.004s
I20260630 12:14:25.014770  8215 raft_consensus.cc:697] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 LEADER]: Becoming Leader. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Running, Role: LEADER
I20260630 12:14:25.015533  8215 consensus_queue.cc:237] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [LEADER]: Queue going to LEADER mode. State: All 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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:25.015847  7908 catalog_manager.cc:5697] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "33f430f3ad9441ce8fe1074734460ba6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:25.022106  7909 catalog_manager.cc:5697] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c reported cstate change: term changed from 0 to 1, leader changed from <none> to ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:25.032907  8253 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:25.044893  8215 consensus_queue.cc:1048] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:25.045264  8256 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:25.058697  8215 consensus_queue.cc:1048] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:25.072003   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:25.102221   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:25.103220   431 tablet_replica.cc:333] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: stopping tablet replica
I20260630 12:14:25.103905   431 raft_consensus.cc:2243] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:25.104301   431 raft_consensus.cc:2272] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:25.106845   431 tablet_replica.cc:333] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: stopping tablet replica
I20260630 12:14:25.107342   431 raft_consensus.cc:2243] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:25.108103   431 raft_consensus.cc:2272] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:25.110670   431 tablet_replica.cc:333] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: stopping tablet replica
I20260630 12:14:25.111225   431 raft_consensus.cc:2243] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:25.111558   431 raft_consensus.cc:2272] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:25.114015   431 tablet_replica.cc:333] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: stopping tablet replica
I20260630 12:14:25.114472   431 raft_consensus.cc:2243] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:25.114900   431 raft_consensus.cc:2272] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:25.117264   431 tablet_replica.cc:333] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: stopping tablet replica
I20260630 12:14:25.117796   431 raft_consensus.cc:2243] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:25.118221   431 raft_consensus.cc:2272] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:25.120467   431 tablet_replica.cc:333] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: stopping tablet replica
I20260630 12:14:25.120967   431 raft_consensus.cc:2243] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:25.121393   431 raft_consensus.cc:2272] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:25.147171   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:14:25.311640  8052 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111)
W20260630 12:14:25.315116  8052 consensus_peers.cc:597] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 -> Peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Couldn't send request to peer ac2cd9f1e2b84c7eb8315e4261e8de7c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:14:25.463661  8126 consensus_peers.cc:597] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Couldn't send request to peer ac2cd9f1e2b84c7eb8315e4261e8de7c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:14:25.614642  8126 consensus_peers.cc:597] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Couldn't send request to peer ac2cd9f1e2b84c7eb8315e4261e8de7c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:26.207475  7906 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:37048:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:14:26.208033  7906 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:37048:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:14:26.211517  8256 consensus_queue.cc:579] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Leader has been unable to successfully communicate with peer ac2cd9f1e2b84c7eb8315e4261e8de7c for more than 1 seconds (1.165s)
I20260630 12:14:26.224761  7906 catalog_manager.cc:5984] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: Sending DeleteTablet for 1 replicas of tablet fcd8562a7d6444b086a1e32267934a97
I20260630 12:14:26.225476  7906 catalog_manager.cc:5984] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: Sending DeleteTablet for 1 replicas of tablet 7d7d64fe6fee4b76a0cfd13f13a6bbca
I20260630 12:14:26.226195  7906 catalog_manager.cc:5984] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: Sending DeleteTablet for 1 replicas of tablet a75de26e7ee9417c8ceca5d24b872ae2
I20260630 12:14:26.227072  7906 catalog_manager.cc:5984] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: Sending DeleteTablet for 1 replicas of tablet cc60240c5c0b4a289a7c80e2e0928a69
I20260630 12:14:26.227773  8073 tablet_service.cc:1558] Processing DeleteTablet for tablet 7d7d64fe6fee4b76a0cfd13f13a6bbca with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:26 UTC) from {username='slave'} at 127.0.0.1:48908
I20260630 12:14:26.228845  8150 tablet_service.cc:1558] Processing DeleteTablet for tablet a75de26e7ee9417c8ceca5d24b872ae2 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:26 UTC) from {username='slave'} at 127.0.0.1:56600
I20260630 12:14:26.231204   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:26.232427  7896 catalog_manager.cc:4755] TS ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet fcd8562a7d6444b086a1e32267934a97: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111)
I20260630 12:14:26.237344  8282 tablet_replica.cc:333] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: stopping tablet replica
I20260630 12:14:26.238826  8283 tablet_replica.cc:333] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: stopping tablet replica
I20260630 12:14:26.239032  8282 raft_consensus.cc:2243] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:26.239941  8283 raft_consensus.cc:2243] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:26.239982  8282 raft_consensus.cc:2272] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:26.241117  8283 raft_consensus.cc:2272] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:26.241394  8260 consensus_queue.cc:579] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Leader has been unable to successfully communicate with peer ac2cd9f1e2b84c7eb8315e4261e8de7c for more than 1 seconds (1.258s)
W20260630 12:14:26.241393  8284 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:26.244383  8283 ts_tablet_manager.cc:1916] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:26.244587  8282 ts_tablet_manager.cc:1916] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:14:26.248754  8285 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:26.261150  8256 consensus_queue.cc:579] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Leader has been unable to successfully communicate with peer ac2cd9f1e2b84c7eb8315e4261e8de7c for more than 1 seconds (1.279s)
I20260630 12:14:26.269021  8283 ts_tablet_manager.cc:1929] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:14:26.276031  8283 log.cc:1199] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-2-root/wals/a75de26e7ee9417c8ceca5d24b872ae2
I20260630 12:14:26.278155  8283 ts_tablet_manager.cc:1950] T a75de26e7ee9417c8ceca5d24b872ae2 P bb2f6f59ec1d402d8a9541d814ccbfec: Deleting consensus metadata
I20260630 12:14:26.280668  8282 ts_tablet_manager.cc:1929] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:14:26.281198  8282 log.cc:1199] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-1-root/wals/7d7d64fe6fee4b76a0cfd13f13a6bbca
I20260630 12:14:26.282070  8282 ts_tablet_manager.cc:1950] T 7d7d64fe6fee4b76a0cfd13f13a6bbca P 33f430f3ad9441ce8fe1074734460ba6: Deleting consensus metadata
I20260630 12:14:26.284670  7895 catalog_manager.cc:5028] TS bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123): tablet a75de26e7ee9417c8ceca5d24b872ae2 (table dugtrio [id=0201cbb0fe154c90be4173db25751227]) successfully deleted
I20260630 12:14:26.285069  7896 catalog_manager.cc:5028] TS 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137): tablet 7d7d64fe6fee4b76a0cfd13f13a6bbca (table dugtrio [id=0201cbb0fe154c90be4173db25751227]) successfully deleted
I20260630 12:14:26.286968   431 server_base.cc:1061] running on GCE node
W20260630 12:14:26.287019  8290 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:26.288246   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:26.288477   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:26.288687   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821666288668 us; error 0 us; skew 500 ppm
I20260630 12:14:26.289206   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:26.291934   431 webserver.cc:533] Webserver started at http://127.0.107.196:33945/ using document root <none> and password file <none>
I20260630 12:14:26.292435   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:26.292656   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:26.292994   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:26.294219   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "fd1752c8183d4a0c978d0c27520809a6"
format_stamp: "Formatted at 2026-06-30 12:14:26 on dist-test-slave-t06f"
I20260630 12:14:26.298695   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:14:26.302142  8296 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:26.303035   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:14:26.303287   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "fd1752c8183d4a0c978d0c27520809a6"
format_stamp: "Formatted at 2026-06-30 12:14:26 on dist-test-slave-t06f"
I20260630 12:14:26.303535   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:26.329301   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:26.330543   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:26.332036   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:26.334349   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:26.334570   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:26.334818   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:26.335002   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:26.377434   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36333
I20260630 12:14:26.377554  8358 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36333 every 8 connection(s)
I20260630 12:14:26.382356   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:26.389520  8362 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:26.395290  8363 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:26.395524   431 server_base.cc:1061] running on GCE node
W20260630 12:14:26.395897  8365 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:26.397070   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:26.397065  8359 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44693
W20260630 12:14:26.397441   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:26.397694  8359 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:26.397718   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821666397700 us; error 0 us; skew 500 ppm
I20260630 12:14:26.398554   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:26.398641  8359 heartbeater.cc:507] Master 127.0.107.254:44693 requested a full tablet report, sending...
I20260630 12:14:26.401036  7906 ts_manager.cc:194] Registered new tserver with Master: fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333)
I20260630 12:14:26.401214   431 webserver.cc:533] Webserver started at http://127.0.107.193:45101/ using document root <none> and password file <none>
I20260630 12:14:26.401875   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:26.402072   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:26.402730  7906 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37080
I20260630 12:14:26.406119   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:14:26.409593  8370 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:26.410454   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:26.410753   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
format_stamp: "Formatted at 2026-06-30 12:14:22 on dist-test-slave-t06f"
I20260630 12:14:26.411056   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:26.427872   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:26.429008   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:26.430490   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:26.433808  8377 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:14:26.463011   431 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:14:26.463332   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.030s	user 0.001s	sys 0.001s
I20260630 12:14:26.463634   431 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:14:26.468670  8377 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:26.479769  8086 consensus_queue.cc:237] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:26.481622  8377 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:26.482493  8377 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap complete.
I20260630 12:14:26.483047  8377 ts_tablet_manager.cc:1403] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.003s
I20260630 12:14:26.485347  8377 raft_consensus.cc:359] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.486214  8377 raft_consensus.cc:740] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:26.487133  8377 consensus_queue.cc:260] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.491384   431 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:14:26.493077  8159 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:26.491786   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.028s	user 0.029s	sys 0.000s
I20260630 12:14:26.497044  8288 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:14:26.497393  8160 consensus_queue.cc:237] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:26.501093  8377 ts_tablet_manager.cc:1434] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.018s	user 0.010s	sys 0.004s
W20260630 12:14:26.502408  8050 consensus_peers.cc:597] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 -> Peer fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): Couldn't send request to peer fd1752c8183d4a0c978d0c27520809a6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dcb6a11534fa4dedb8862ffe9be80923. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:26.503482  8377 tablet_bootstrap.cc:492] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
W20260630 12:14:26.515264  8052 consensus_peers.cc:597] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 -> Peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Couldn't send request to peer ac2cd9f1e2b84c7eb8315e4261e8de7c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:26.524739  8260 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:26.526746  8377 tablet_bootstrap.cc:492] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:26.526434  8159 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:26.527901  8377 tablet_bootstrap.cc:492] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap complete.
I20260630 12:14:26.528698  8377 ts_tablet_manager.cc:1403] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.004s
I20260630 12:14:26.531503  8377 raft_consensus.cc:359] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.532122  8377 raft_consensus.cc:740] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:26.533016  8377 consensus_queue.cc:260] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.534472  8377 raft_consensus.cc:399] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:26.534974  8377 raft_consensus.cc:493] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:26.535483  8377 raft_consensus.cc:3060] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:26.535724  8158 consensus_queue.cc:237] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:26.543411  8377 raft_consensus.cc:515] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.544291  8377 leader_election.cc:304] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 
I20260630 12:14:26.545215  8381 raft_consensus.cc:2804] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Leader election won for term 2
W20260630 12:14:26.550848  8124 consensus_peers.cc:597] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): Couldn't send request to peer fd1752c8183d4a0c978d0c27520809a6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b6434baaaba049be94421df36cae52b6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:26.552493  7896 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet dcb6a11534fa4dedb8862ffe9be80923 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260630 12:14:26.553891  8377 leader_election.cc:290] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:14:26.556387  8086 raft_consensus.cc:1275] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:26.558835  8228 consensus_queue.cc:1048] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:14:26.559710  7906 catalog_manager.cc:5697] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "33f430f3ad9441ce8fe1074734460ba6" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:26.561524  8286 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader ac2cd9f1e2b84c7eb8315e4261e8de7c)
I20260630 12:14:26.562229  8286 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.563031  8381 raft_consensus.cc:697] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 LEADER]: Becoming Leader. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Running, Role: LEADER
I20260630 12:14:26.565685  8377 ts_tablet_manager.cc:1434] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.037s	user 0.018s	sys 0.001s
I20260630 12:14:26.566623  8377 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:26.570020  8381 consensus_queue.cc:237] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.571281  8228 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Starting pre-election (detected failure of leader ac2cd9f1e2b84c7eb8315e4261e8de7c)
I20260630 12:14:26.571906  8228 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.574501  8228 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:26.565513  8286 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:26.575762  8085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6" is_pre_election: true
I20260630 12:14:26.576074  8159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" is_pre_election: true
I20260630 12:14:26.576473  8085 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 1.
I20260630 12:14:26.576805  8159 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33f430f3ad9441ce8fe1074734460ba6 in term 1.
I20260630 12:14:26.577908  8126 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [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: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:26.578504  8051 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [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: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:26.579813  8286 raft_consensus.cc:2804] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:26.580323  8286 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Starting leader election (detected failure of leader ac2cd9f1e2b84c7eb8315e4261e8de7c)
I20260630 12:14:26.580821  8286 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:26.581938  8228 raft_consensus.cc:2804] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:26.587219  8228 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Starting leader election (detected failure of leader ac2cd9f1e2b84c7eb8315e4261e8de7c)
I20260630 12:14:26.587790  8228 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:14:26.591850  8052 leader_election.cc:336] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111)
I20260630 12:14:26.593255  8286 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.596791  8228 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
W20260630 12:14:26.597054  8124 consensus_peers.cc:597] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): Couldn't send request to peer fd1752c8183d4a0c978d0c27520809a6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cbd3a88fe0f94f2ca2b753102c04b6b1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:26.599301  8228 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 2 election: Requested vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:26.602046  8286 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 2 election: Requested vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:26.602487  8377 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:26.604156  8377 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap complete.
I20260630 12:14:26.604990  8377 ts_tablet_manager.cc:1403] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.039s	user 0.019s	sys 0.004s
W20260630 12:14:26.607437  8052 leader_election.cc:336] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111)
I20260630 12:14:26.608145  8377 raft_consensus.cc:359] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.609076  8377 raft_consensus.cc:740] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:26.609874  8377 consensus_queue.cc:260] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
W20260630 12:14:26.604892  8126 consensus_peers.cc:597] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Couldn't send request to peer ac2cd9f1e2b84c7eb8315e4261e8de7c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:26.602895  8158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "33f430f3ad9441ce8fe1074734460ba6" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
W20260630 12:14:26.612207  8126 leader_election.cc:336] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111)
I20260630 12:14:26.612495  8158 raft_consensus.cc:2393] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 33f430f3ad9441ce8fe1074734460ba6 in current term 2: Already voted for candidate bb2f6f59ec1d402d8a9541d814ccbfec in this term.
I20260630 12:14:26.613972  8051 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [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: 33f430f3ad9441ce8fe1074734460ba6; no voters: ac2cd9f1e2b84c7eb8315e4261e8de7c, bb2f6f59ec1d402d8a9541d814ccbfec
I20260630 12:14:26.615164  8377 ts_tablet_manager.cc:1434] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260630 12:14:26.616080  8377 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:26.616298  8228 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:26.621860  8260 raft_consensus.cc:2749] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:14:26.623435  8086 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:26.624384  8085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6"
I20260630 12:14:26.634224  8085 raft_consensus.cc:2393] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate bb2f6f59ec1d402d8a9541d814ccbfec in current term 2: Already voted for candidate 33f430f3ad9441ce8fe1074734460ba6 in this term.
I20260630 12:14:26.631259  7895 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet b6434baaaba049be94421df36cae52b6 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260630 12:14:26.634529  8084 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
W20260630 12:14:26.638312  7957 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver ac2cd9f1e2b84c7eb8315e4261e8de7c not available for placement
I20260630 12:14:26.642565  8228 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:14:26.642277  7907 catalog_manager.cc:5697] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:26.648528  8126 leader_election.cc:336] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111)
I20260630 12:14:26.649334  8126 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [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: bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 33f430f3ad9441ce8fe1074734460ba6, ac2cd9f1e2b84c7eb8315e4261e8de7c
W20260630 12:14:26.650861  8126 consensus_peers.cc:597] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): Couldn't send request to peer ac2cd9f1e2b84c7eb8315e4261e8de7c. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42201: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:26.651786  8228 raft_consensus.cc:2749] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:14:26.661257  8377 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:26.662596  8377 tablet_bootstrap.cc:492] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap complete.
I20260630 12:14:26.663479  8377 ts_tablet_manager.cc:1403] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.048s	user 0.027s	sys 0.020s
I20260630 12:14:26.666872  8377 raft_consensus.cc:359] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.667830  8377 raft_consensus.cc:740] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:26.668776  8377 consensus_queue.cc:260] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.671459  8377 ts_tablet_manager.cc:1434] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:14:26.672417  8377 tablet_bootstrap.cc:492] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:26.672425  8211 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:26.674155  8084 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:26.686015  7895 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:14:26.689391  7906 catalog_manager.cc:5697] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 reported cstate change: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:26.699170  8377 tablet_bootstrap.cc:492] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:26.700528  8377 tablet_bootstrap.cc:492] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap complete.
I20260630 12:14:26.701310  8377 ts_tablet_manager.cc:1403] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.029s	user 0.025s	sys 0.000s
I20260630 12:14:26.704587  8377 raft_consensus.cc:359] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.705359  8377 raft_consensus.cc:740] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:26.706218  8377 consensus_queue.cc:260] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.706997  8377 raft_consensus.cc:399] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:26.707335  8377 raft_consensus.cc:493] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:26.707721  8377 raft_consensus.cc:3060] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:26.716010  8377 raft_consensus.cc:515] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.716781  8377 leader_election.cc:304] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 
I20260630 12:14:26.717427  8377 leader_election.cc:290] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:14:26.717562  8381 raft_consensus.cc:2804] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:26.718255  8381 raft_consensus.cc:697] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 LEADER]: Becoming Leader. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Running, Role: LEADER
I20260630 12:14:26.719030  8381 consensus_queue.cc:237] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } }
I20260630 12:14:26.719830  8377 ts_tablet_manager.cc:1434] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.018s	user 0.018s	sys 0.000s
I20260630 12:14:26.720806  8377 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap starting.
I20260630 12:14:26.738155  8377 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:26.739265  8377 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Bootstrap complete.
I20260630 12:14:26.740111  8377 ts_tablet_manager.cc:1403] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260630 12:14:26.740756   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42201
I20260630 12:14:26.741029  8454 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42201 every 8 connection(s)
I20260630 12:14:26.742615  8377 raft_consensus.cc:359] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.743340  8377 raft_consensus.cc:740] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Initialized, Role: FOLLOWER
I20260630 12:14:26.744119  8377 consensus_queue.cc:260] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:26.746171  8377 ts_tablet_manager.cc:1434] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:14:26.756490  8455 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44693
I20260630 12:14:26.756889  8455 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:26.757602  8455 heartbeater.cc:507] Master 127.0.107.254:44693 requested a full tablet report, sending...
I20260630 12:14:26.761515  7907 ts_manager.cc:194] Re-registered known tserver with Master: ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201)
I20260630 12:14:26.767318  7907 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37086
I20260630 12:14:26.769809  8455 heartbeater.cc:499] Master 127.0.107.254:44693 was elected leader, sending a full tablet report...
I20260630 12:14:26.915302  8418 tablet_service.cc:1558] Processing DeleteTablet for tablet fcd8562a7d6444b086a1e32267934a97 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:26 UTC) from {username='slave'} at 127.0.0.1:60730
I20260630 12:14:26.916956  8459 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:26.917644  8459 raft_consensus.cc:2243] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:26.918215  8459 raft_consensus.cc:2272] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:26.919412  8418 tablet_service.cc:1558] Processing DeleteTablet for tablet cc60240c5c0b4a289a7c80e2e0928a69 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:26 UTC) from {username='slave'} at 127.0.0.1:60730
I20260630 12:14:26.921078  8459 ts_tablet_manager.cc:1916] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:26.931206  8459 ts_tablet_manager.cc:1929] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:14:26.931478  8459 log.cc:1199] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root/wals/fcd8562a7d6444b086a1e32267934a97
I20260630 12:14:26.932010  8459 ts_tablet_manager.cc:1950] T fcd8562a7d6444b086a1e32267934a97 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting consensus metadata
I20260630 12:14:26.934274  8459 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:26.934381  7896 catalog_manager.cc:5028] TS ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): tablet fcd8562a7d6444b086a1e32267934a97 (table dugtrio [id=0201cbb0fe154c90be4173db25751227]) successfully deleted
I20260630 12:14:26.934955  8459 raft_consensus.cc:2243] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:26.935504  8459 raft_consensus.cc:2272] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:26.937981  8459 ts_tablet_manager.cc:1916] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:26.947660  8459 ts_tablet_manager.cc:1929] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:14:26.947926  8459 log.cc:1199] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root/wals/cc60240c5c0b4a289a7c80e2e0928a69
I20260630 12:14:26.948602  8459 ts_tablet_manager.cc:1950] T cc60240c5c0b4a289a7c80e2e0928a69 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting consensus metadata
I20260630 12:14:26.950925  7896 catalog_manager.cc:5028] TS ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): tablet cc60240c5c0b4a289a7c80e2e0928a69 (table dugtrio [id=0201cbb0fe154c90be4173db25751227]) successfully deleted
I20260630 12:14:27.016453  8428 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:27.041548  8461 ts_tablet_manager.cc:933] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Initiating tablet copy from peer 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:27.042994  8461 tablet_copy_client.cc:323] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33137
I20260630 12:14:27.054741  8096 tablet_copy_service.cc:140] P 33f430f3ad9441ce8fe1074734460ba6: Received BeginTabletCopySession request for tablet dcb6a11534fa4dedb8862ffe9be80923 from peer fd1752c8183d4a0c978d0c27520809a6 ({username='slave'} at 127.0.0.1:48936)
I20260630 12:14:27.055377  8096 tablet_copy_service.cc:161] P 33f430f3ad9441ce8fe1074734460ba6: Beginning new tablet copy session on tablet dcb6a11534fa4dedb8862ffe9be80923 from peer fd1752c8183d4a0c978d0c27520809a6 at {username='slave'} at 127.0.0.1:48936: session id = fd1752c8183d4a0c978d0c27520809a6-dcb6a11534fa4dedb8862ffe9be80923
I20260630 12:14:27.062390  8096 tablet_copy_source_session.cc:215] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:27.064304  8428 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:27.065727  8461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcb6a11534fa4dedb8862ffe9be80923. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:27.075098  8466 ts_tablet_manager.cc:933] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Initiating tablet copy from peer bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:27.078522  8466 tablet_copy_client.cc:323] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38123
I20260630 12:14:27.083246  8461 tablet_copy_client.cc:806] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:27.083864  8461 tablet_copy_client.cc:670] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:27.087898  8461 tablet_copy_client.cc:538] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:27.090248  8170 tablet_copy_service.cc:140] P bb2f6f59ec1d402d8a9541d814ccbfec: Received BeginTabletCopySession request for tablet b6434baaaba049be94421df36cae52b6 from peer fd1752c8183d4a0c978d0c27520809a6 ({username='slave'} at 127.0.0.1:56638)
I20260630 12:14:27.090879  8170 tablet_copy_service.cc:161] P bb2f6f59ec1d402d8a9541d814ccbfec: Beginning new tablet copy session on tablet b6434baaaba049be94421df36cae52b6 from peer fd1752c8183d4a0c978d0c27520809a6 at {username='slave'} at 127.0.0.1:56638: session id = fd1752c8183d4a0c978d0c27520809a6-b6434baaaba049be94421df36cae52b6
I20260630 12:14:27.097927  8461 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap starting.
I20260630 12:14:27.099081  8170 tablet_copy_source_session.cc:215] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:27.102564  8466 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6434baaaba049be94421df36cae52b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:27.106118  8469 ts_tablet_manager.cc:933] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Initiating tablet copy from peer bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:27.107930  8469 tablet_copy_client.cc:323] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38123
I20260630 12:14:27.109470  8170 tablet_copy_service.cc:140] P bb2f6f59ec1d402d8a9541d814ccbfec: Received BeginTabletCopySession request for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 from peer fd1752c8183d4a0c978d0c27520809a6 ({username='slave'} at 127.0.0.1:56638)
I20260630 12:14:27.110087  8170 tablet_copy_service.cc:161] P bb2f6f59ec1d402d8a9541d814ccbfec: Beginning new tablet copy session on tablet cbd3a88fe0f94f2ca2b753102c04b6b1 from peer fd1752c8183d4a0c978d0c27520809a6 at {username='slave'} at 127.0.0.1:56638: session id = fd1752c8183d4a0c978d0c27520809a6-cbd3a88fe0f94f2ca2b753102c04b6b1
I20260630 12:14:27.116961  8170 tablet_copy_source_session.cc:215] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:27.119933  8469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbd3a88fe0f94f2ca2b753102c04b6b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:27.120573  8466 tablet_copy_client.cc:806] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:27.120692  8461 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:27.121377  8466 tablet_copy_client.cc:670] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:27.121863  8461 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap complete.
I20260630 12:14:27.122555  8461 ts_tablet_manager.cc:1403] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Time spent bootstrapping tablet: real 0.025s	user 0.023s	sys 0.004s
I20260630 12:14:27.125541  8466 tablet_copy_client.cc:538] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:27.125514  8461 raft_consensus.cc:359] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:27.126570  8461 raft_consensus.cc:740] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd1752c8183d4a0c978d0c27520809a6, State: Initialized, Role: LEARNER
I20260630 12:14:27.127498  8461 consensus_queue.cc:260] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:27.129868  8359 heartbeater.cc:499] Master 127.0.107.254:44693 was elected leader, sending a full tablet report...
I20260630 12:14:27.130393  8461 ts_tablet_manager.cc:1434] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:14:27.132457  8096 tablet_copy_service.cc:342] P 33f430f3ad9441ce8fe1074734460ba6: Request end of tablet copy session fd1752c8183d4a0c978d0c27520809a6-dcb6a11534fa4dedb8862ffe9be80923 received from {username='slave'} at 127.0.0.1:48936
I20260630 12:14:27.132956  8096 tablet_copy_service.cc:434] P 33f430f3ad9441ce8fe1074734460ba6: ending tablet copy session fd1752c8183d4a0c978d0c27520809a6-dcb6a11534fa4dedb8862ffe9be80923 on tablet dcb6a11534fa4dedb8862ffe9be80923 with peer fd1752c8183d4a0c978d0c27520809a6
I20260630 12:14:27.135699  8469 tablet_copy_client.cc:806] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:27.136297  8466 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap starting.
I20260630 12:14:27.136381  8469 tablet_copy_client.cc:670] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:27.141426  8469 tablet_copy_client.cc:538] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:27.149309  8469 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap starting.
I20260630 12:14:27.154873  8466 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:27.155639  8466 tablet_bootstrap.cc:492] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap complete.
I20260630 12:14:27.156308  8466 ts_tablet_manager.cc:1403] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260630 12:14:27.158094  8428 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:27.159674  8466 raft_consensus.cc:359] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:27.160336  8466 raft_consensus.cc:740] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd1752c8183d4a0c978d0c27520809a6, State: Initialized, Role: LEARNER
I20260630 12:14:27.161010  8466 consensus_queue.cc:260] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6 [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: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:27.163368  8466 ts_tablet_manager.cc:1434] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:27.165382  8170 tablet_copy_service.cc:342] P bb2f6f59ec1d402d8a9541d814ccbfec: Request end of tablet copy session fd1752c8183d4a0c978d0c27520809a6-b6434baaaba049be94421df36cae52b6 received from {username='slave'} at 127.0.0.1:56638
I20260630 12:14:27.165822  8170 tablet_copy_service.cc:434] P bb2f6f59ec1d402d8a9541d814ccbfec: ending tablet copy session fd1752c8183d4a0c978d0c27520809a6-b6434baaaba049be94421df36cae52b6 on tablet b6434baaaba049be94421df36cae52b6 with peer fd1752c8183d4a0c978d0c27520809a6
I20260630 12:14:27.167943  8469 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:27.168870  8469 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap complete.
I20260630 12:14:27.169557  8469 ts_tablet_manager.cc:1403] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260630 12:14:27.172598  8469 raft_consensus.cc:359] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:27.173452  8469 raft_consensus.cc:740] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd1752c8183d4a0c978d0c27520809a6, State: Initialized, Role: LEARNER
I20260630 12:14:27.174129  8469 consensus_queue.cc:260] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:27.176417  8469 ts_tablet_manager.cc:1434] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:14:27.178308  8170 tablet_copy_service.cc:342] P bb2f6f59ec1d402d8a9541d814ccbfec: Request end of tablet copy session fd1752c8183d4a0c978d0c27520809a6-cbd3a88fe0f94f2ca2b753102c04b6b1 received from {username='slave'} at 127.0.0.1:56638
I20260630 12:14:27.178755  8170 tablet_copy_service.cc:434] P bb2f6f59ec1d402d8a9541d814ccbfec: ending tablet copy session fd1752c8183d4a0c978d0c27520809a6-cbd3a88fe0f94f2ca2b753102c04b6b1 on tablet cbd3a88fe0f94f2ca2b753102c04b6b1 with peer fd1752c8183d4a0c978d0c27520809a6
I20260630 12:14:27.459839  8084 consensus_queue.cc:237] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:27.464267  8158 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:27.464471  8428 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:27.465481  8477 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:27.466157  8476 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:27.471760  8260 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.473258  8158 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.473444  8428 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.481560  7896 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet dcb6a11534fa4dedb8862ffe9be80923 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:27.484261  7907 catalog_manager.cc:5697] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "33f430f3ad9441ce8fe1074734460ba6" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.507181  8324 tablet_service.cc:1558] Processing DeleteTablet for tablet dcb6a11534fa4dedb8862ffe9be80923 with delete_type TABLET_DATA_TOMBSTONED (TS fd1752c8183d4a0c978d0c27520809a6 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:41272
I20260630 12:14:27.508711  8483 tablet_replica.cc:333] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: stopping tablet replica
I20260630 12:14:27.509379  8483 raft_consensus.cc:2243] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:27.509895  8483 raft_consensus.cc:2272] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:27.512109  8483 ts_tablet_manager.cc:1916] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:27.523356  8483 ts_tablet_manager.cc:1929] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:14:27.523689  8483 log.cc:1199] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root/wals/dcb6a11534fa4dedb8862ffe9be80923
I20260630 12:14:27.524909  7894 catalog_manager.cc:5028] TS fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): tablet dcb6a11534fa4dedb8862ffe9be80923 (table test-workload [id=8294624671554317bbd44546cd1e645d]) successfully deleted
I20260630 12:14:27.563182  8334 raft_consensus.cc:1217] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:14:27.570708  8158 consensus_queue.cc:237] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:27.575002  8084 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:27.575198  8428 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:27.576313  8484 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:14:27.577124  8486 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:27.583127  8484 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.585233  8428 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.585016  8084 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.593230  7895 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:27.597935  7906 catalog_manager.cc:5697] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 reported cstate change: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.606233  8324 tablet_service.cc:1558] Processing DeleteTablet for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 with delete_type TABLET_DATA_TOMBSTONED (TS fd1752c8183d4a0c978d0c27520809a6 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:41272
I20260630 12:14:27.607177  8483 tablet_replica.cc:333] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: stopping tablet replica
I20260630 12:14:27.607820  8483 raft_consensus.cc:2243] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:27.608312  8483 raft_consensus.cc:2272] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:27.610764  8483 ts_tablet_manager.cc:1916] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:27.621073  8483 ts_tablet_manager.cc:1929] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:14:27.621400  8483 log.cc:1199] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root/wals/cbd3a88fe0f94f2ca2b753102c04b6b1
I20260630 12:14:27.622632  7894 catalog_manager.cc:5028] TS fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): tablet cbd3a88fe0f94f2ca2b753102c04b6b1 (table test-workload [id=8294624671554317bbd44546cd1e645d]) successfully deleted
I20260630 12:14:27.633747  8334 raft_consensus.cc:1217] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260630 12:14:27.647063  7957 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 8294624671554317bbd44546cd1e645d: could not find any suitable replica to move from server bb2f6f59ec1d402d8a9541d814ccbfec to server fd1752c8183d4a0c978d0c27520809a6
I20260630 12:14:27.700062  8158 consensus_queue.cc:237] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:27.704902  8428 raft_consensus.cc:1275] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:27.705176  8084 raft_consensus.cc:1275] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:27.706080  8486 consensus_queue.cc:1048] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:27.706929  8485 consensus_queue.cc:1048] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:27.712119  8486 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.713943  8428 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.715199  8084 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.722651  7895 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b6434baaaba049be94421df36cae52b6 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:27.726075  7909 catalog_manager.cc:5697] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 reported cstate change: config changed from index 2 to 3, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:27.735054  8324 tablet_service.cc:1558] Processing DeleteTablet for tablet b6434baaaba049be94421df36cae52b6 with delete_type TABLET_DATA_TOMBSTONED (TS fd1752c8183d4a0c978d0c27520809a6 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:41272
I20260630 12:14:27.735893  8483 tablet_replica.cc:333] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: stopping tablet replica
I20260630 12:14:27.736608  8483 raft_consensus.cc:2243] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:27.737133  8483 raft_consensus.cc:2272] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:27.739172  8483 ts_tablet_manager.cc:1916] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:27.750778  8483 ts_tablet_manager.cc:1929] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:14:27.751102  8483 log.cc:1199] T b6434baaaba049be94421df36cae52b6 P fd1752c8183d4a0c978d0c27520809a6: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-3-root/wals/b6434baaaba049be94421df36cae52b6
I20260630 12:14:27.752360  7894 catalog_manager.cc:5028] TS fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): tablet b6434baaaba049be94421df36cae52b6 (table test-workload [id=8294624671554317bbd44546cd1e645d]) successfully deleted
I20260630 12:14:27.852895  8381 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:27.853431  8381 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:27.855610  8381 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:27.879060  8158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" is_pre_election: true
I20260630 12:14:27.879376  8084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6" is_pre_election: true
I20260630 12:14:27.879946  8158 raft_consensus.cc:2393] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in current term 2: Already voted for candidate bb2f6f59ec1d402d8a9541d814ccbfec in this term.
I20260630 12:14:27.880112  8084 raft_consensus.cc:2393] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in current term 2: Already voted for candidate 33f430f3ad9441ce8fe1074734460ba6 in this term.
I20260630 12:14:27.881181  8374 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 33f430f3ad9441ce8fe1074734460ba6, bb2f6f59ec1d402d8a9541d814ccbfec
I20260630 12:14:27.881845  8381 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:27.886716  8381 raft_consensus.cc:2749] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:14:28.667712  7957 auto_rebalancer.cc:639] Failed to schedule move for tablet 9238dda475cc48cb8bf97cd92799635b: Illegal state: Replica ac2cd9f1e2b84c7eb8315e4261e8de7c is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } }
I20260630 12:14:28.669878  8484 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:28.670511  8484 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:28.672669  8484 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:28.673341  8428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" is_pre_election: true
I20260630 12:14:28.673967  8428 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 2.
I20260630 12:14:28.674075  8084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6" is_pre_election: true
I20260630 12:14:28.674700  8084 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 2.
I20260630 12:14:28.675127  8126 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac2cd9f1e2b84c7eb8315e4261e8de7c, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:28.675935  8484 raft_consensus.cc:2804] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:14:28.676333  8484 raft_consensus.cc:493] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:28.676934  8484 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:28.680843  8158 consensus_queue.cc:237] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:28.682421  8484 raft_consensus.cc:515] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:28.684101  8484 leader_election.cc:290] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [CANDIDATE]: Term 3 election: Requested vote from peers ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201), 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:28.684803  8428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
I20260630 12:14:28.685458  8428 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Advancing to term 3
W20260630 12:14:28.687629  8124 consensus_peers.cc:597] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): Couldn't send request to peer fd1752c8183d4a0c978d0c27520809a6. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:28.689079  8084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9238dda475cc48cb8bf97cd92799635b" candidate_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "33f430f3ad9441ce8fe1074734460ba6"
I20260630 12:14:28.689692  8084 raft_consensus.cc:3060] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:28.689911  8427 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:28.689932  8085 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:28.691548  8484 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:28.692524  8497 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:28.693089  8428 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 3.
I20260630 12:14:28.694195  8126 leader_election.cc:304] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [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: ac2cd9f1e2b84c7eb8315e4261e8de7c, bb2f6f59ec1d402d8a9541d814ccbfec; no voters: 
I20260630 12:14:28.694859  8497 raft_consensus.cc:2804] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:14:28.696195  8497 raft_consensus.cc:697] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 3 LEADER]: Becoming Leader. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Running, Role: LEADER
I20260630 12:14:28.696414  8084 raft_consensus.cc:2468] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bb2f6f59ec1d402d8a9541d814ccbfec in term 3.
I20260630 12:14:28.697125  8497 consensus_queue.cc:237] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } }
I20260630 12:14:28.707245  8484 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:28.709262  8428 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:28.711403  8085 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:28.712949  7907 catalog_manager.cc:5697] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: term changed from 1 to 3, leader changed from ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193) to bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195). New cstate: current_term: 3 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:28.740957  7906 catalog_manager.cc:5697] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 reported cstate change: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:28.741287  8085 consensus_queue.cc:237] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
W20260630 12:14:28.753268  8050 consensus_peers.cc:597] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 -> Peer fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): Couldn't send request to peer fd1752c8183d4a0c978d0c27520809a6. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:28.755785  8158 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:28.758594  8260 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:28.759582  8428 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:28.761993  8260 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:28.766263  8508 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:28.767997  8158 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:28.770653  8428 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:28.781598  7907 catalog_manager.cc:5697] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "33f430f3ad9441ce8fe1074734460ba6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:29.080305  8513 ts_tablet_manager.cc:933] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Initiating tablet copy from peer bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:29.082505  8513 tablet_copy_client.cc:323] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38123
I20260630 12:14:29.084061  8170 tablet_copy_service.cc:140] P bb2f6f59ec1d402d8a9541d814ccbfec: Received BeginTabletCopySession request for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 from peer fd1752c8183d4a0c978d0c27520809a6 ({username='slave'} at 127.0.0.1:56638)
I20260630 12:14:29.084595  8170 tablet_copy_service.cc:161] P bb2f6f59ec1d402d8a9541d814ccbfec: Beginning new tablet copy session on tablet cbd3a88fe0f94f2ca2b753102c04b6b1 from peer fd1752c8183d4a0c978d0c27520809a6 at {username='slave'} at 127.0.0.1:56638: session id = fd1752c8183d4a0c978d0c27520809a6-cbd3a88fe0f94f2ca2b753102c04b6b1
I20260630 12:14:29.089586  8170 tablet_copy_source_session.cc:215] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:29.091820  8513 ts_tablet_manager.cc:1916] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:14:29.094615  8085 raft_consensus.cc:1275] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 3 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:29.096046  8484 consensus_queue.cc:1048] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:29.106667  8513 ts_tablet_manager.cc:1929] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:14:29.108148  8513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cbd3a88fe0f94f2ca2b753102c04b6b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:29.113448  8428 raft_consensus.cc:1275] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 3 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:14:29.115126  8501 consensus_queue.cc:1048] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:29.120723  8513 tablet_copy_client.cc:806] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:29.121338  8513 tablet_copy_client.cc:670] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:29.128412  8513 tablet_copy_client.cc:538] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:29.137153  8513 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap starting.
I20260630 12:14:29.155373  8513 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:29.156118  8513 tablet_bootstrap.cc:492] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap complete.
I20260630 12:14:29.156673  8513 ts_tablet_manager.cc:1403] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260630 12:14:29.158749  8513 raft_consensus.cc:359] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:29.159379  8513 raft_consensus.cc:740] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd1752c8183d4a0c978d0c27520809a6, State: Initialized, Role: LEARNER
I20260630 12:14:29.159898  8513 consensus_queue.cc:260] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:29.163196  8513 ts_tablet_manager.cc:1434] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:14:29.164912  8170 tablet_copy_service.cc:342] P bb2f6f59ec1d402d8a9541d814ccbfec: Request end of tablet copy session fd1752c8183d4a0c978d0c27520809a6-cbd3a88fe0f94f2ca2b753102c04b6b1 received from {username='slave'} at 127.0.0.1:56638
I20260630 12:14:29.165313  8170 tablet_copy_service.cc:434] P bb2f6f59ec1d402d8a9541d814ccbfec: ending tablet copy session fd1752c8183d4a0c978d0c27520809a6-cbd3a88fe0f94f2ca2b753102c04b6b1 on tablet cbd3a88fe0f94f2ca2b753102c04b6b1 with peer fd1752c8183d4a0c978d0c27520809a6
I20260630 12:14:29.177594  8513 ts_tablet_manager.cc:933] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Initiating tablet copy from peer 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137)
I20260630 12:14:29.179196  8513 tablet_copy_client.cc:323] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33137
I20260630 12:14:29.180619  8096 tablet_copy_service.cc:140] P 33f430f3ad9441ce8fe1074734460ba6: Received BeginTabletCopySession request for tablet dcb6a11534fa4dedb8862ffe9be80923 from peer fd1752c8183d4a0c978d0c27520809a6 ({username='slave'} at 127.0.0.1:48936)
I20260630 12:14:29.181069  8096 tablet_copy_service.cc:161] P 33f430f3ad9441ce8fe1074734460ba6: Beginning new tablet copy session on tablet dcb6a11534fa4dedb8862ffe9be80923 from peer fd1752c8183d4a0c978d0c27520809a6 at {username='slave'} at 127.0.0.1:48936: session id = fd1752c8183d4a0c978d0c27520809a6-dcb6a11534fa4dedb8862ffe9be80923
I20260630 12:14:29.185963  8096 tablet_copy_source_session.cc:215] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:29.188052  8513 ts_tablet_manager.cc:1916] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:14:29.198361  8513 ts_tablet_manager.cc:1929] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:14:29.199113  8513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcb6a11534fa4dedb8862ffe9be80923. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:29.205300  8513 tablet_copy_client.cc:806] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:29.205863  8513 tablet_copy_client.cc:670] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:29.209249  8513 tablet_copy_client.cc:538] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:29.215094  8513 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap starting.
I20260630 12:14:29.232663  8513 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:29.233285  8513 tablet_bootstrap.cc:492] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Bootstrap complete.
I20260630 12:14:29.233840  8513 ts_tablet_manager.cc:1403] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.008s
I20260630 12:14:29.235450  8513 raft_consensus.cc:359] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:29.235997  8513 raft_consensus.cc:740] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd1752c8183d4a0c978d0c27520809a6, State: Initialized, Role: LEARNER
I20260630 12:14:29.236429  8513 consensus_queue.cc:260] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:29.238013  8513 ts_tablet_manager.cc:1434] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:29.239759  8096 tablet_copy_service.cc:342] P 33f430f3ad9441ce8fe1074734460ba6: Request end of tablet copy session fd1752c8183d4a0c978d0c27520809a6-dcb6a11534fa4dedb8862ffe9be80923 received from {username='slave'} at 127.0.0.1:48936
I20260630 12:14:29.240234  8096 tablet_copy_service.cc:434] P 33f430f3ad9441ce8fe1074734460ba6: ending tablet copy session fd1752c8183d4a0c978d0c27520809a6-dcb6a11534fa4dedb8862ffe9be80923 on tablet dcb6a11534fa4dedb8862ffe9be80923 with peer fd1752c8183d4a0c978d0c27520809a6
I20260630 12:14:29.477802  8334 raft_consensus.cc:1217] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:14:29.573632  8334 raft_consensus.cc:1217] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:14:29.970219  8497 raft_consensus.cc:1064] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: attempting to promote NON_VOTER fd1752c8183d4a0c978d0c27520809a6 to VOTER
I20260630 12:14:29.972223  8497 consensus_queue.cc:237] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } }
I20260630 12:14:29.978716  8334 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:29.979599  8085 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:29.980340  8428 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:29.980684  8497 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } 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:14:29.982090  8501 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:29.982841  8517 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:30.004408  8501 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.007015  8085 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.007059  8334 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.016641  8428 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.022787  7906 catalog_manager.cc:5697] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 reported cstate change: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.053911  8158 consensus_queue.cc:237] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } }
I20260630 12:14:30.059725  8334 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:14:30.061208  8428 raft_consensus.cc:1275] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:14:30.061117  8501 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:30.062529  8497 consensus_queue.cc:1048] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:30.068501  8501 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.070668  8334 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.074239  8428 raft_consensus.cc:2955] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.079545  7895 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:30.084326  7909 catalog_manager.cc:5697] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 reported cstate change: config changed from index 5 to 6, VOTER 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.094342  8073 tablet_service.cc:1558] Processing DeleteTablet for tablet cbd3a88fe0f94f2ca2b753102c04b6b1 with delete_type TABLET_DATA_TOMBSTONED (TS 33f430f3ad9441ce8fe1074734460ba6 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:48908
I20260630 12:14:30.095980  8536 tablet_replica.cc:333] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: stopping tablet replica
I20260630 12:14:30.096829  8536 raft_consensus.cc:2243] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:30.097357  8536 raft_consensus.cc:2272] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:30.100597  8536 ts_tablet_manager.cc:1916] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:30.111030  8536 ts_tablet_manager.cc:1929] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:14:30.111333  8536 log.cc:1199] T cbd3a88fe0f94f2ca2b753102c04b6b1 P 33f430f3ad9441ce8fe1074734460ba6: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-1-root/wals/cbd3a88fe0f94f2ca2b753102c04b6b1
I20260630 12:14:30.112680  7896 catalog_manager.cc:5028] TS 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137): tablet cbd3a88fe0f94f2ca2b753102c04b6b1 (table test-workload [id=8294624671554317bbd44546cd1e645d]) successfully deleted
I20260630 12:14:30.176824  8525 raft_consensus.cc:1064] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: attempting to promote NON_VOTER fd1752c8183d4a0c978d0c27520809a6 to VOTER
I20260630 12:14:30.178957  8525 consensus_queue.cc:237] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [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: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } }
I20260630 12:14:30.185168  8334 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 LEARNER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:30.187901  8158 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:30.192112  8540 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } 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:14:30.193648  8525 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:30.197431  8428 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:14:30.200277  8542 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:30.216267  8525 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.218217  8158 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.219929  8427 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.230657  8334 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.231788  7907 catalog_manager.cc:5697] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: config changed from index 4 to 5, fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "33f430f3ad9441ce8fe1074734460ba6" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } attrs { replace: true } } peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.248242  8085 consensus_queue.cc:237] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [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: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } }
I20260630 12:14:30.253471  8158 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:14:30.253527  8334 raft_consensus.cc:1275] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Refusing update from remote peer 33f430f3ad9441ce8fe1074734460ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:14:30.255024  8525 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:30.255965  8537 consensus_queue.cc:1048] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:30.262234  8540 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.263949  8334 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.264389  8158 raft_consensus.cc:2955] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.272926  7896 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet dcb6a11534fa4dedb8862ffe9be80923 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:30.279945  7909 catalog_manager.cc:5697] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec reported cstate change: config changed from index 5 to 6, VOTER ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "33f430f3ad9441ce8fe1074734460ba6" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: false } } }
I20260630 12:14:30.288661  8418 tablet_service.cc:1558] Processing DeleteTablet for tablet dcb6a11534fa4dedb8862ffe9be80923 with delete_type TABLET_DATA_TOMBSTONED (TS ac2cd9f1e2b84c7eb8315e4261e8de7c not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:60730
I20260630 12:14:30.290654  8546 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:30.291325  8546 raft_consensus.cc:2243] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:30.292001  8546 raft_consensus.cc:2272] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:30.294481  8546 ts_tablet_manager.cc:1916] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:30.304457  8546 ts_tablet_manager.cc:1929] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:14:30.304766  8546 log.cc:1199] T dcb6a11534fa4dedb8862ffe9be80923 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821463202658-431-0/minicluster-data/ts-0-root/wals/dcb6a11534fa4dedb8862ffe9be80923
I20260630 12:14:30.306085  7896 catalog_manager.cc:5028] TS ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193:42201): tablet dcb6a11534fa4dedb8862ffe9be80923 (table test-workload [id=8294624671554317bbd44546cd1e645d]) successfully deleted
W20260630 12:14:31.289306  7957 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver bb2f6f59ec1d402d8a9541d814ccbfec not available for placement
I20260630 12:14:32.300341  8158 consensus_queue.cc:237] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [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: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
W20260630 12:14:32.307128  8124 consensus_peers.cc:597] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec -> Peer fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196:36333): Couldn't send request to peer fd1752c8183d4a0c978d0c27520809a6. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:32.307228  8427 raft_consensus.cc:1275] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:32.307879  8085 raft_consensus.cc:1275] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Refusing update from remote peer bb2f6f59ec1d402d8a9541d814ccbfec: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:32.308593  8549 consensus_queue.cc:1048] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:32.309405  8547 consensus_queue.cc:1048] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [LEADER]: Connected to new peer: Peer: permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:32.317250  8547 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:32.318303  8427 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:32.319222  8085 raft_consensus.cc:2955] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:32.330274  7907 catalog_manager.cc:5697] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c reported cstate change: config changed from index 3 to 4, NON_VOTER fd1752c8183d4a0c978d0c27520809a6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } } }
I20260630 12:14:32.345314  8158 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b6434baaaba049be94421df36cae52b6"
dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:56600
I20260630 12:14:32.345994  8158 raft_consensus.cc:606] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Received request to transfer leadership
I20260630 12:14:32.348848  8158 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b6434baaaba049be94421df36cae52b6"
dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:56600
I20260630 12:14:32.349305  8158 raft_consensus.cc:606] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Received request to transfer leadership
W20260630 12:14:32.350190  7895 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for b6434baaaba049be94421df36cae52b6 already in progress [suppressed 24 similar messages]
I20260630 12:14:32.355458  8158 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b6434baaaba049be94421df36cae52b6"
dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:56600
I20260630 12:14:32.355902  8158 raft_consensus.cc:606] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Received request to transfer leadership
W20260630 12:14:32.665274  7957 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:14:32.665643  7957 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for b6434baaaba049be94421df36cae52b6 already in progress
W20260630 12:14:32.665918  7957 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for b6434baaaba049be94421df36cae52b6 already in progress
I20260630 12:14:32.736769  8549 raft_consensus.cc:993] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: : Instructing follower ac2cd9f1e2b84c7eb8315e4261e8de7c to start an election
I20260630 12:14:32.737275  8552 raft_consensus.cc:1081] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Signalling peer ac2cd9f1e2b84c7eb8315e4261e8de7c to start an election
I20260630 12:14:32.738818  8427 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b6434baaaba049be94421df36cae52b6"
dest_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c"
 from {username='slave'} at 127.0.0.1:60740
I20260630 12:14:32.739400  8427 raft_consensus.cc:493] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:14:32.739728  8427 raft_consensus.cc:3060] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:32.744999  8427 raft_consensus.cc:515] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:32.746982  8427 leader_election.cc:290] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [CANDIDATE]: Term 2 election: Requested vote from peers 33f430f3ad9441ce8fe1074734460ba6 (127.0.107.194:33137), bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195:38123)
I20260630 12:14:32.747720  8085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "33f430f3ad9441ce8fe1074734460ba6"
I20260630 12:14:32.748311  8085 raft_consensus.cc:3060] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:32.748240  8158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6434baaaba049be94421df36cae52b6" candidate_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec"
I20260630 12:14:32.749079  8158 raft_consensus.cc:3055] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:14:32.749428  8158 raft_consensus.cc:740] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Becoming Follower/Learner. State: Replica: bb2f6f59ec1d402d8a9541d814ccbfec, State: Running, Role: LEADER
I20260630 12:14:32.750259  8158 consensus_queue.cc:260] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:32.751813  8158 raft_consensus.cc:3060] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:32.755446  8085 raft_consensus.cc:2468] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in term 2.
I20260630 12:14:32.756701  8374 leader_election.cc:304] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [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: 33f430f3ad9441ce8fe1074734460ba6, ac2cd9f1e2b84c7eb8315e4261e8de7c; no voters: 
I20260630 12:14:32.757436  8553 raft_consensus.cc:2804] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:32.758359  8158 raft_consensus.cc:2468] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac2cd9f1e2b84c7eb8315e4261e8de7c in term 2.
I20260630 12:14:32.758947  8553 raft_consensus.cc:697] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 LEADER]: Becoming Leader. State: Replica: ac2cd9f1e2b84c7eb8315e4261e8de7c, State: Running, Role: LEADER
I20260630 12:14:32.759861  8553 consensus_queue.cc:237] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } }
I20260630 12:14:32.767159  7908 catalog_manager.cc:5697] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c reported cstate change: term changed from 1 to 2, leader changed from bb2f6f59ec1d402d8a9541d814ccbfec (127.0.107.195) to ac2cd9f1e2b84c7eb8315e4261e8de7c (127.0.107.193). New cstate: current_term: 2 leader_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "33f430f3ad9441ce8fe1074734460ba6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ac2cd9f1e2b84c7eb8315e4261e8de7c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bb2f6f59ec1d402d8a9541d814ccbfec" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38123 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fd1752c8183d4a0c978d0c27520809a6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36333 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:32.776403   431 tablet_server.cc:179] TabletServer@127.0.107.193:42201 shutting down...
I20260630 12:14:32.794152   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:32.794845   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:32.795444   431 raft_consensus.cc:2243] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:32.795889   431 raft_consensus.cc:2272] T 9238dda475cc48cb8bf97cd92799635b P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.797770   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:32.798245   431 raft_consensus.cc:2243] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:32.798869   431 raft_consensus.cc:2272] T cbd3a88fe0f94f2ca2b753102c04b6b1 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.800571   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:32.801007   431 raft_consensus.cc:2243] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:32.801760   431 pending_rounds.cc:70] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Trying to abort 1 pending ops.
I20260630 12:14:32.801939   431 pending_rounds.cc:77] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c: Aborting op as it isn't in flight: id { term: 2 index: 5 } timestamp: 7302437571636322304 op_type: NO_OP noop_request { }
I20260630 12:14:32.802222   431 raft_consensus.cc:2889] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:32.802481   431 raft_consensus.cc:2272] T b6434baaaba049be94421df36cae52b6 P ac2cd9f1e2b84c7eb8315e4261e8de7c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.825143   431 tablet_server.cc:196] TabletServer@127.0.107.193:42201 shutdown complete.
I20260630 12:14:32.839910   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:32.860491   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:32.861162   431 tablet_replica.cc:333] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6: stopping tablet replica
I20260630 12:14:32.861790   431 raft_consensus.cc:2243] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:32.862242   431 raft_consensus.cc:2272] T 9238dda475cc48cb8bf97cd92799635b P 33f430f3ad9441ce8fe1074734460ba6 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.864221   431 tablet_replica.cc:333] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6: stopping tablet replica
I20260630 12:14:32.864737   431 raft_consensus.cc:2243] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:32.865523   431 raft_consensus.cc:2272] T dcb6a11534fa4dedb8862ffe9be80923 P 33f430f3ad9441ce8fe1074734460ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.867391   431 tablet_replica.cc:333] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6: stopping tablet replica
I20260630 12:14:32.867864   431 raft_consensus.cc:2243] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:32.868392   431 raft_consensus.cc:2272] T b6434baaaba049be94421df36cae52b6 P 33f430f3ad9441ce8fe1074734460ba6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.891651   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:32.907788   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:32.930001   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:32.930655   431 tablet_replica.cc:333] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec: stopping tablet replica
I20260630 12:14:32.931231   431 raft_consensus.cc:2243] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:32.932040   431 raft_consensus.cc:2272] T cbd3a88fe0f94f2ca2b753102c04b6b1 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.934028   431 tablet_replica.cc:333] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec: stopping tablet replica
I20260630 12:14:32.934527   431 raft_consensus.cc:2243] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:14:32.935267   431 raft_consensus.cc:2272] T 9238dda475cc48cb8bf97cd92799635b P bb2f6f59ec1d402d8a9541d814ccbfec [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.937175   431 tablet_replica.cc:333] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec: stopping tablet replica
I20260630 12:14:32.937713   431 raft_consensus.cc:2243] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:32.938335   431 raft_consensus.cc:2272] T dcb6a11534fa4dedb8862ffe9be80923 P bb2f6f59ec1d402d8a9541d814ccbfec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.940106   431 tablet_replica.cc:333] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec: stopping tablet replica
I20260630 12:14:32.940608   431 raft_consensus.cc:2243] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:32.941046   431 raft_consensus.cc:2272] T b6434baaaba049be94421df36cae52b6 P bb2f6f59ec1d402d8a9541d814ccbfec [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:32.963586   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:32.979036   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:32.999238   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:32.999931   431 tablet_replica.cc:333] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6: stopping tablet replica
I20260630 12:14:33.000525   431 raft_consensus.cc:2243] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:33.001070   431 raft_consensus.cc:2272] T cbd3a88fe0f94f2ca2b753102c04b6b1 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:33.003022   431 tablet_replica.cc:333] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6: stopping tablet replica
I20260630 12:14:33.003480   431 raft_consensus.cc:2243] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:33.003918   431 raft_consensus.cc:2272] T dcb6a11534fa4dedb8862ffe9be80923 P fd1752c8183d4a0c978d0c27520809a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:33.024642   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:33.035807   431 master.cc:562] Master@127.0.107.254:44693 shutting down...
I20260630 12:14:33.053246   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:33.053818   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:33.054132   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a6f06e226c0a497f8d0b357bfa39c9a6: stopping tablet replica
I20260630 12:14:33.072961   431 master.cc:584] Master@127.0.107.254:44693 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (10604 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:14:33.107695   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46687
I20260630 12:14:33.108680   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:33.113842  8560 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.114121  8561 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.114753  8563 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:33.115964   431 server_base.cc:1061] running on GCE node
I20260630 12:14:33.116670   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:33.116838   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:33.116950   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821673116938 us; error 0 us; skew 500 ppm
I20260630 12:14:33.117357   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:33.119498   431 webserver.cc:533] Webserver started at http://127.0.107.254:43471/ using document root <none> and password file <none>
I20260630 12:14:33.119900   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:33.120043   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:33.120240   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:33.121203   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "b98067d57f414e6aa49635a1afc4de05"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.125325   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:14:33.128384  8568 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.129101   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:33.129382   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "b98067d57f414e6aa49635a1afc4de05"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.129652   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:33.159366   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:33.160530   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:33.197031   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46687
I20260630 12:14:33.197130  8619 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46687 every 8 connection(s)
I20260630 12:14:33.200811  8620 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:33.210978  8620 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05: Bootstrap starting.
I20260630 12:14:33.215459  8620 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:33.219345  8620 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05: No bootstrap required, opened a new log
I20260630 12:14:33.221257  8620 raft_consensus.cc:359] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b98067d57f414e6aa49635a1afc4de05" member_type: VOTER }
I20260630 12:14:33.221632  8620 raft_consensus.cc:385] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:33.221827  8620 raft_consensus.cc:740] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b98067d57f414e6aa49635a1afc4de05, State: Initialized, Role: FOLLOWER
I20260630 12:14:33.222325  8620 consensus_queue.cc:260] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b98067d57f414e6aa49635a1afc4de05" member_type: VOTER }
I20260630 12:14:33.222719  8620 raft_consensus.cc:399] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:33.222899  8620 raft_consensus.cc:493] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:33.223098  8620 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:33.227383  8620 raft_consensus.cc:515] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b98067d57f414e6aa49635a1afc4de05" member_type: VOTER }
I20260630 12:14:33.227810  8620 leader_election.cc:304] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [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: b98067d57f414e6aa49635a1afc4de05; no voters: 
I20260630 12:14:33.228806  8620 leader_election.cc:290] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:33.229130  8623 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:33.230546  8623 raft_consensus.cc:697] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 1 LEADER]: Becoming Leader. State: Replica: b98067d57f414e6aa49635a1afc4de05, State: Running, Role: LEADER
I20260630 12:14:33.231187  8623 consensus_queue.cc:237] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [LEADER]: Queue going to LEADER mode. State: All 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: "b98067d57f414e6aa49635a1afc4de05" member_type: VOTER }
I20260630 12:14:33.231931  8620 sys_catalog.cc:565] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:33.235857  8624 sys_catalog.cc:455] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b98067d57f414e6aa49635a1afc4de05" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b98067d57f414e6aa49635a1afc4de05" member_type: VOTER } }
I20260630 12:14:33.236557  8624 sys_catalog.cc:458] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:33.236071  8625 sys_catalog.cc:455] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b98067d57f414e6aa49635a1afc4de05. Latest consensus state: current_term: 1 leader_uuid: "b98067d57f414e6aa49635a1afc4de05" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b98067d57f414e6aa49635a1afc4de05" member_type: VOTER } }
I20260630 12:14:33.237418  8625 sys_catalog.cc:458] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:33.238376  8630 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:33.243351  8630 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:33.248051   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:33.252022  8630 catalog_manager.cc:1383] Generated new cluster ID: 9e79495e84484a6fb59dd42324da6513
I20260630 12:14:33.252267  8630 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:33.265770  8630 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:33.267032  8630 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:33.280395  8630 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05: Generated new TSK 0
I20260630 12:14:33.280995  8630 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:33.315387   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:33.321224  8641 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.323452  8642 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.324416  8644 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:33.324937   431 server_base.cc:1061] running on GCE node
I20260630 12:14:33.325891   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:33.326081   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:33.326205   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821673326194 us; error 0 us; skew 500 ppm
I20260630 12:14:33.326716   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:33.328908   431 webserver.cc:533] Webserver started at http://127.0.107.193:41357/ using document root <none> and password file <none>
I20260630 12:14:33.329339   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:33.329500   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:33.329780   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:33.330816   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "36ef0e1e5b7a4f5a929a18149a9398fa"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.335270   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:14:33.338284  8649 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.339054   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:33.339334   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "36ef0e1e5b7a4f5a929a18149a9398fa"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.339617   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:33.352464   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:33.353490   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:33.354812   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:33.356896   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:33.357122   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.357357   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:33.357523   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.396968   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35679
I20260630 12:14:33.397078  8711 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35679 every 8 connection(s)
I20260630 12:14:33.401876   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:33.408635  8716 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.411353  8717 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.411612  8719 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:33.412585   431 server_base.cc:1061] running on GCE node
I20260630 12:14:33.413846   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:33.414108   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:33.414310   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821673414292 us; error 0 us; skew 500 ppm
I20260630 12:14:33.414726  8712 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46687
I20260630 12:14:33.414855   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:33.415150  8712 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:33.415941  8712 heartbeater.cc:507] Master 127.0.107.254:46687 requested a full tablet report, sending...
I20260630 12:14:33.417797   431 webserver.cc:533] Webserver started at http://127.0.107.194:40887/ using document root <none> and password file <none>
I20260630 12:14:33.418428   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:33.418510  8585 ts_manager.cc:194] Registered new tserver with Master: 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679)
I20260630 12:14:33.418772   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:33.419149   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:33.420586   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "efe80a8d32da4a1ea21d37cd4e69ceef"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.420904  8585 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55364
I20260630 12:14:33.425093   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:14:33.428388  8724 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.429185   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:33.429474   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "efe80a8d32da4a1ea21d37cd4e69ceef"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.429788   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:33.439567   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:33.440522   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:33.442022   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:33.444056   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:33.444222   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.444504   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:33.444658   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.485327   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36925
I20260630 12:14:33.485447  8786 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36925 every 8 connection(s)
I20260630 12:14:33.490129   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:33.496299  8790 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:33.497572  8791 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:33.501998   431 server_base.cc:1061] running on GCE node
W20260630 12:14:33.502539  8793 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:33.503204  8787 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46687
I20260630 12:14:33.503552   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:33.503599  8787 heartbeater.cc:461] Registering TS with master...
W20260630 12:14:33.503952   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:33.504138   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821673504121 us; error 0 us; skew 500 ppm
I20260630 12:14:33.504607  8787 heartbeater.cc:507] Master 127.0.107.254:46687 requested a full tablet report, sending...
I20260630 12:14:33.504693   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:33.507002  8585 ts_manager.cc:194] Registered new tserver with Master: efe80a8d32da4a1ea21d37cd4e69ceef (127.0.107.194:36925)
I20260630 12:14:33.507380   431 webserver.cc:533] Webserver started at http://127.0.107.195:39829/ using document root <none> and password file <none>
I20260630 12:14:33.507831   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:33.507992   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:33.508183   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:33.508617  8585 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55368
I20260630 12:14:33.509301   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "c50b4a51bb4349cfa48b500ef7b235c1"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.513509   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:14:33.516674  8798 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.517462   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:33.517782   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "c50b4a51bb4349cfa48b500ef7b235c1"
format_stamp: "Formatted at 2026-06-30 12:14:33 on dist-test-slave-t06f"
I20260630 12:14:33.518103   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:33.536798   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:33.538017   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:33.539386   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:33.541690   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:33.541910   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.542140   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:33.542309   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:33.580511   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41819
I20260630 12:14:33.580629  8860 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41819 every 8 connection(s)
I20260630 12:14:33.593652  8861 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46687
I20260630 12:14:33.594183  8861 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:33.594894  8861 heartbeater.cc:507] Master 127.0.107.254:46687 requested a full tablet report, sending...
I20260630 12:14:33.596694  8585 ts_manager.cc:194] Registered new tserver with Master: c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819)
I20260630 12:14:33.596968   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013340923s
I20260630 12:14:33.598055  8585 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55378
I20260630 12:14:34.423565  8712 heartbeater.cc:499] Master 127.0.107.254:46687 was elected leader, sending a full tablet report...
I20260630 12:14:34.511018  8787 heartbeater.cc:499] Master 127.0.107.254:46687 was elected leader, sending a full tablet report...
I20260630 12:14:34.600592  8861 heartbeater.cc:499] Master 127.0.107.254:46687 was elected leader, sending a full tablet report...
I20260630 12:14:34.687335  8585 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55380:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:34.690222  8585 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:34.755772  8752 tablet_service.cc:1511] Processing CreateTablet for tablet 6373bf7da61b4497b90bff5c335a1a0f (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:34.757830  8752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6373bf7da61b4497b90bff5c335a1a0f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.766522  8751 tablet_service.cc:1511] Processing CreateTablet for tablet a1aa7127e9d94858916015d71462c1dc (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:34.769636  8751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1aa7127e9d94858916015d71462c1dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.769695  8826 tablet_service.cc:1511] Processing CreateTablet for tablet 6373bf7da61b4497b90bff5c335a1a0f (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:34.770998  8823 tablet_service.cc:1511] Processing CreateTablet for tablet 8444b8419c694e69b7c4f65a22b9857b (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:34.771405  8826 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6373bf7da61b4497b90bff5c335a1a0f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.771332  8824 tablet_service.cc:1511] Processing CreateTablet for tablet e337024844f34f4191924d9aec3d3304 (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:34.772410  8823 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8444b8419c694e69b7c4f65a22b9857b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.773129  8824 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e337024844f34f4191924d9aec3d3304. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.769317  8825 tablet_service.cc:1511] Processing CreateTablet for tablet a1aa7127e9d94858916015d71462c1dc (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:34.782582  8825 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1aa7127e9d94858916015d71462c1dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.783844  8750 tablet_service.cc:1511] Processing CreateTablet for tablet e337024844f34f4191924d9aec3d3304 (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:34.785267  8750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e337024844f34f4191924d9aec3d3304. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.800129  8749 tablet_service.cc:1511] Processing CreateTablet for tablet 8444b8419c694e69b7c4f65a22b9857b (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:34.801558  8749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8444b8419c694e69b7c4f65a22b9857b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.803000  8883 tablet_bootstrap.cc:492] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef: Bootstrap starting.
I20260630 12:14:34.807868  8882 tablet_bootstrap.cc:492] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1: Bootstrap starting.
I20260630 12:14:34.814652  8882 tablet_bootstrap.cc:654] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.818542  8677 tablet_service.cc:1511] Processing CreateTablet for tablet 6373bf7da61b4497b90bff5c335a1a0f (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:34.820111  8677 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6373bf7da61b4497b90bff5c335a1a0f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.814653  8883 tablet_bootstrap.cc:654] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.826385  8675 tablet_service.cc:1511] Processing CreateTablet for tablet e337024844f34f4191924d9aec3d3304 (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:34.827610  8675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e337024844f34f4191924d9aec3d3304. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.827581  8674 tablet_service.cc:1511] Processing CreateTablet for tablet 8444b8419c694e69b7c4f65a22b9857b (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:34.828421  8676 tablet_service.cc:1511] Processing CreateTablet for tablet a1aa7127e9d94858916015d71462c1dc (DEFAULT_TABLE table=test-workload [id=9c0318a22fe7437ab5770e86f100dc26]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:34.829579  8674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8444b8419c694e69b7c4f65a22b9857b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.830905  8676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1aa7127e9d94858916015d71462c1dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:34.837226  8882 tablet_bootstrap.cc:492] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1: No bootstrap required, opened a new log
I20260630 12:14:34.837800  8882 ts_tablet_manager.cc:1403] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1: Time spent bootstrapping tablet: real 0.030s	user 0.006s	sys 0.008s
I20260630 12:14:34.841377  8882 raft_consensus.cc:359] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:34.842377  8882 raft_consensus.cc:385] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.842701  8882 raft_consensus.cc:740] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c50b4a51bb4349cfa48b500ef7b235c1, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.843600  8882 consensus_queue.cc:260] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:34.861586  8882 ts_tablet_manager.cc:1434] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1: Time spent starting tablet: real 0.023s	user 0.002s	sys 0.005s
I20260630 12:14:34.868348  8882 tablet_bootstrap.cc:492] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1: Bootstrap starting.
I20260630 12:14:34.864780  8883 tablet_bootstrap.cc:492] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef: No bootstrap required, opened a new log
I20260630 12:14:34.872532  8883 ts_tablet_manager.cc:1403] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent bootstrapping tablet: real 0.070s	user 0.026s	sys 0.023s
I20260630 12:14:34.877039  8883 raft_consensus.cc:359] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:34.879997  8883 raft_consensus.cc:385] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.880299  8883 raft_consensus.cc:740] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.880822  8887 tablet_bootstrap.cc:492] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa: Bootstrap starting.
I20260630 12:14:34.881052  8883 consensus_queue.cc:260] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:34.882015  8882 tablet_bootstrap.cc:654] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.884248  8883 ts_tablet_manager.cc:1434] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:14:34.885385  8883 tablet_bootstrap.cc:492] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef: Bootstrap starting.
I20260630 12:14:34.888265  8887 tablet_bootstrap.cc:654] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.892052  8883 tablet_bootstrap.cc:654] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.909057  8882 tablet_bootstrap.cc:492] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1: No bootstrap required, opened a new log
I20260630 12:14:34.909099  8883 tablet_bootstrap.cc:492] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef: No bootstrap required, opened a new log
I20260630 12:14:34.909566  8882 ts_tablet_manager.cc:1403] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1: Time spent bootstrapping tablet: real 0.041s	user 0.014s	sys 0.016s
I20260630 12:14:34.909587  8887 tablet_bootstrap.cc:492] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa: No bootstrap required, opened a new log
I20260630 12:14:34.909725  8883 ts_tablet_manager.cc:1403] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.007s
I20260630 12:14:34.910372  8887 ts_tablet_manager.cc:1403] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.016s
I20260630 12:14:34.912096  8882 raft_consensus.cc:359] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.912681  8882 raft_consensus.cc:385] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.912920  8882 raft_consensus.cc:740] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c50b4a51bb4349cfa48b500ef7b235c1, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.912940  8883 raft_consensus.cc:359] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.913204  8887 raft_consensus.cc:359] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.913825  8883 raft_consensus.cc:385] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.913965  8887 raft_consensus.cc:385] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.913771  8882 consensus_queue.cc:260] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.914506  8883 raft_consensus.cc:740] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.914613  8887 raft_consensus.cc:740] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36ef0e1e5b7a4f5a929a18149a9398fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.915493  8883 consensus_queue.cc:260] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.915573  8887 consensus_queue.cc:260] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.916208  8882 ts_tablet_manager.cc:1434] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:14:34.917300  8882 tablet_bootstrap.cc:492] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1: Bootstrap starting.
I20260630 12:14:34.924877  8883 ts_tablet_manager.cc:1434] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.001s
I20260630 12:14:34.926127  8883 tablet_bootstrap.cc:492] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef: Bootstrap starting.
I20260630 12:14:34.926645  8887 ts_tablet_manager.cc:1434] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:14:34.927769  8887 tablet_bootstrap.cc:492] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa: Bootstrap starting.
I20260630 12:14:34.933701  8882 tablet_bootstrap.cc:654] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.935237  8883 tablet_bootstrap.cc:654] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.939873  8882 tablet_bootstrap.cc:492] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1: No bootstrap required, opened a new log
I20260630 12:14:34.940369  8882 ts_tablet_manager.cc:1403] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.000s
I20260630 12:14:34.940451  8887 tablet_bootstrap.cc:654] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.942667  8883 tablet_bootstrap.cc:492] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef: No bootstrap required, opened a new log
I20260630 12:14:34.943207  8883 ts_tablet_manager.cc:1403] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.005s
I20260630 12:14:34.943195  8882 raft_consensus.cc:359] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.944124  8882 raft_consensus.cc:385] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.944458  8882 raft_consensus.cc:740] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c50b4a51bb4349cfa48b500ef7b235c1, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.945173  8882 consensus_queue.cc:260] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.946002  8887 tablet_bootstrap.cc:492] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa: No bootstrap required, opened a new log
I20260630 12:14:34.946483  8887 ts_tablet_manager.cc:1403] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent bootstrapping tablet: real 0.019s	user 0.005s	sys 0.006s
I20260630 12:14:34.946276  8883 raft_consensus.cc:359] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.947022  8883 raft_consensus.cc:385] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.947307  8882 ts_tablet_manager.cc:1434] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.007s
I20260630 12:14:34.947321  8883 raft_consensus.cc:740] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.948508  8882 tablet_bootstrap.cc:492] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1: Bootstrap starting.
I20260630 12:14:34.948596  8883 consensus_queue.cc:260] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.949329  8887 raft_consensus.cc:359] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:34.950130  8887 raft_consensus.cc:385] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.950487  8887 raft_consensus.cc:740] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36ef0e1e5b7a4f5a929a18149a9398fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.951474  8887 consensus_queue.cc:260] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:34.955603  8887 ts_tablet_manager.cc:1434] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:14:34.955729  8882 tablet_bootstrap.cc:654] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.956545  8887 tablet_bootstrap.cc:492] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa: Bootstrap starting.
I20260630 12:14:34.957479  8883 ts_tablet_manager.cc:1434] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.002s
I20260630 12:14:34.963492  8887 tablet_bootstrap.cc:654] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.965148  8883 tablet_bootstrap.cc:492] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef: Bootstrap starting.
I20260630 12:14:34.973409  8883 tablet_bootstrap.cc:654] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.975080  8887 tablet_bootstrap.cc:492] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa: No bootstrap required, opened a new log
I20260630 12:14:34.975612  8887 ts_tablet_manager.cc:1403] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.000s
I20260630 12:14:34.980021  8882 tablet_bootstrap.cc:492] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1: No bootstrap required, opened a new log
I20260630 12:14:34.979516  8887 raft_consensus.cc:359] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.980520  8882 ts_tablet_manager.cc:1403] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.015s
I20260630 12:14:34.980526  8887 raft_consensus.cc:385] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.981170  8887 raft_consensus.cc:740] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36ef0e1e5b7a4f5a929a18149a9398fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.982128  8887 consensus_queue.cc:260] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.982738  8883 tablet_bootstrap.cc:492] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef: No bootstrap required, opened a new log
I20260630 12:14:34.983379  8883 ts_tablet_manager.cc:1403] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.003s
I20260630 12:14:34.983690  8882 raft_consensus.cc:359] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.984628  8887 ts_tablet_manager.cc:1434] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260630 12:14:34.984647  8882 raft_consensus.cc:385] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.985172  8882 raft_consensus.cc:740] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c50b4a51bb4349cfa48b500ef7b235c1, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.985870  8887 tablet_bootstrap.cc:492] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa: Bootstrap starting.
I20260630 12:14:34.986055  8882 consensus_queue.cc:260] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.986315  8883 raft_consensus.cc:359] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.987102  8883 raft_consensus.cc:385] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:34.987398  8883 raft_consensus.cc:740] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Initialized, Role: FOLLOWER
I20260630 12:14:34.988356  8883 consensus_queue.cc:260] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:34.992578  8887 tablet_bootstrap.cc:654] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:34.992522  8882 ts_tablet_manager.cc:1434] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.002s
I20260630 12:14:34.994946  8883 ts_tablet_manager.cc:1434] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.003s
I20260630 12:14:35.004386  8887 tablet_bootstrap.cc:492] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa: No bootstrap required, opened a new log
I20260630 12:14:35.004945  8887 ts_tablet_manager.cc:1403] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.011s
I20260630 12:14:35.007441  8887 raft_consensus.cc:359] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.007922  8887 raft_consensus.cc:385] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.008107  8887 raft_consensus.cc:740] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36ef0e1e5b7a4f5a929a18149a9398fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.008697  8887 consensus_queue.cc:260] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.010342  8887 ts_tablet_manager.cc:1434] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.007s
I20260630 12:14:35.058115  8888 raft_consensus.cc:493] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.058714  8888 raft_consensus.cc:515] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.060977  8888 leader_election.cc:290] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679), c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819)
I20260630 12:14:35.073508  8687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1aa7127e9d94858916015d71462c1dc" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" is_pre_election: true
I20260630 12:14:35.073508  8836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1aa7127e9d94858916015d71462c1dc" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" is_pre_election: true
I20260630 12:14:35.074661  8687 raft_consensus.cc:2468] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.074688  8836 raft_consensus.cc:2468] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.076274  8728 leader_election.cc:304] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36ef0e1e5b7a4f5a929a18149a9398fa, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.077018  8888 raft_consensus.cc:2804] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.077332  8888 raft_consensus.cc:493] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.077596  8888 raft_consensus.cc:3060] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.083098  8888 raft_consensus.cc:515] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.084147  8902 raft_consensus.cc:493] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.084656  8902 raft_consensus.cc:515] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.085745  8888 leader_election.cc:290] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Requested vote from peers 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679), c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819)
I20260630 12:14:35.086659  8836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1aa7127e9d94858916015d71462c1dc" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1"
I20260630 12:14:35.086910  8902 leader_election.cc:290] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679), c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819)
I20260630 12:14:35.087298  8836 raft_consensus.cc:3060] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.085777  8687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1aa7127e9d94858916015d71462c1dc" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa"
I20260630 12:14:35.088198  8687 raft_consensus.cc:3060] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.088833  8835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8444b8419c694e69b7c4f65a22b9857b" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" is_pre_election: true
I20260630 12:14:35.088923  8686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8444b8419c694e69b7c4f65a22b9857b" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" is_pre_election: true
I20260630 12:14:35.089690  8835 raft_consensus.cc:2468] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.089785  8686 raft_consensus.cc:2468] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.091238  8725 leader_election.cc:304] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c50b4a51bb4349cfa48b500ef7b235c1, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.091737  8902 raft_consensus.cc:493] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.092272  8902 raft_consensus.cc:515] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:35.092672  8888 raft_consensus.cc:2804] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.093153  8888 raft_consensus.cc:493] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.093529  8888 raft_consensus.cc:3060] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.094615  8902 leader_election.cc:290] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819), 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679)
I20260630 12:14:35.095321  8835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6373bf7da61b4497b90bff5c335a1a0f" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" is_pre_election: true
I20260630 12:14:35.095715  8836 raft_consensus.cc:2468] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.095952  8835 raft_consensus.cc:2468] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.096364  8687 raft_consensus.cc:2468] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.096139  8686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6373bf7da61b4497b90bff5c335a1a0f" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" is_pre_election: true
I20260630 12:14:35.097075  8686 raft_consensus.cc:2468] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.097193  8725 leader_election.cc:304] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c50b4a51bb4349cfa48b500ef7b235c1, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.098119  8902 raft_consensus.cc:2804] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:35.098197  8725 leader_election.cc:304] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c50b4a51bb4349cfa48b500ef7b235c1, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.100782  8902 raft_consensus.cc:697] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Becoming Leader. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Running, Role: LEADER
I20260630 12:14:35.101224  8903 raft_consensus.cc:2804] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.101632  8903 raft_consensus.cc:493] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.102005  8903 raft_consensus.cc:3060] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.101801  8902 consensus_queue.cc:237] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.103757  8888 raft_consensus.cc:515] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.106561  8888 leader_election.cc:290] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Requested vote from peers 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679), c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819)
I20260630 12:14:35.106858  8687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8444b8419c694e69b7c4f65a22b9857b" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa"
I20260630 12:14:35.107475  8687 raft_consensus.cc:3060] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.107744  8835 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8444b8419c694e69b7c4f65a22b9857b" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1"
I20260630 12:14:35.108359  8835 raft_consensus.cc:3060] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.110976  8903 raft_consensus.cc:515] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:35.111238  8582 catalog_manager.cc:5697] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: term changed from 0 to 1, leader changed from <none> to efe80a8d32da4a1ea21d37cd4e69ceef (127.0.107.194). New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:35.113256  8903 leader_election.cc:290] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Requested vote from peers c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819), 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679)
I20260630 12:14:35.114131  8836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6373bf7da61b4497b90bff5c335a1a0f" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1"
I20260630 12:14:35.114390  8686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6373bf7da61b4497b90bff5c335a1a0f" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa"
I20260630 12:14:35.114756  8836 raft_consensus.cc:3060] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.115000  8686 raft_consensus.cc:3060] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.115500  8687 raft_consensus.cc:2468] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.117704  8835 raft_consensus.cc:2468] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.118742  8725 leader_election.cc:304] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c50b4a51bb4349cfa48b500ef7b235c1, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.119535  8903 raft_consensus.cc:2804] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:35.120224  8903 raft_consensus.cc:697] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Becoming Leader. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Running, Role: LEADER
I20260630 12:14:35.121034  8903 consensus_queue.cc:237] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.122742  8686 raft_consensus.cc:2468] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.123663  8836 raft_consensus.cc:2468] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.123896  8728 leader_election.cc:304] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36ef0e1e5b7a4f5a929a18149a9398fa, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.125063  8888 raft_consensus.cc:2804] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:35.125538  8888 raft_consensus.cc:697] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Becoming Leader. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Running, Role: LEADER
I20260630 12:14:35.126416  8888 consensus_queue.cc:237] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:35.130534  8582 catalog_manager.cc:5697] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: term changed from 0 to 1, leader changed from <none> to efe80a8d32da4a1ea21d37cd4e69ceef (127.0.107.194). New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:35.141768  8582 catalog_manager.cc:5697] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: term changed from 0 to 1, leader changed from <none> to efe80a8d32da4a1ea21d37cd4e69ceef (127.0.107.194). New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:35.160301  8888 raft_consensus.cc:493] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:35.160831  8888 raft_consensus.cc:515] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.162649  8888 leader_election.cc:290] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679), c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819)
I20260630 12:14:35.163502  8686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e337024844f34f4191924d9aec3d3304" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" is_pre_election: true
I20260630 12:14:35.163717  8836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e337024844f34f4191924d9aec3d3304" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" is_pre_election: true
I20260630 12:14:35.164139  8686 raft_consensus.cc:2468] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.164362  8836 raft_consensus.cc:2468] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 0.
I20260630 12:14:35.165328  8728 leader_election.cc:304] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36ef0e1e5b7a4f5a929a18149a9398fa, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.166074  8888 raft_consensus.cc:2804] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:35.166442  8888 raft_consensus.cc:493] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:35.166683  8888 raft_consensus.cc:3060] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.172739  8888 raft_consensus.cc:515] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.174558  8888 leader_election.cc:290] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Requested vote from peers 36ef0e1e5b7a4f5a929a18149a9398fa (127.0.107.193:35679), c50b4a51bb4349cfa48b500ef7b235c1 (127.0.107.195:41819)
I20260630 12:14:35.175230  8686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e337024844f34f4191924d9aec3d3304" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa"
I20260630 12:14:35.175742  8686 raft_consensus.cc:3060] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.175644  8836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e337024844f34f4191924d9aec3d3304" candidate_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50b4a51bb4349cfa48b500ef7b235c1"
I20260630 12:14:35.176203  8836 raft_consensus.cc:3060] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.183216  8836 raft_consensus.cc:2468] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.184178  8686 raft_consensus.cc:2468] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efe80a8d32da4a1ea21d37cd4e69ceef in term 1.
I20260630 12:14:35.184381  8725 leader_election.cc:304] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c50b4a51bb4349cfa48b500ef7b235c1, efe80a8d32da4a1ea21d37cd4e69ceef; no voters: 
I20260630 12:14:35.185307  8888 raft_consensus.cc:2804] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:35.186018  8888 raft_consensus.cc:697] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Becoming Leader. State: Replica: efe80a8d32da4a1ea21d37cd4e69ceef, State: Running, Role: LEADER
I20260630 12:14:35.187100  8888 consensus_queue.cc:237] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:35.193624  8582 catalog_manager.cc:5697] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: term changed from 0 to 1, leader changed from <none> to efe80a8d32da4a1ea21d37cd4e69ceef (127.0.107.194). New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:35.219121   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:35.225652  8909 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:35.226411  8910 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:35.229163   431 server_base.cc:1061] running on GCE node
W20260630 12:14:35.229215  8912 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:35.231113   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:35.231438   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:35.231679   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821675231662 us; error 0 us; skew 500 ppm
I20260630 12:14:35.232290   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:35.234977   431 webserver.cc:533] Webserver started at http://127.0.107.196:43613/ using document root <none> and password file <none>
I20260630 12:14:35.235550   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:35.235776   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:35.236092   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:35.237397   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "aaa4198249c54c06b15489005198ba90"
format_stamp: "Formatted at 2026-06-30 12:14:35 on dist-test-slave-t06f"
I20260630 12:14:35.242228   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:14:35.246344  8917 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:35.247311   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:14:35.247696   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "aaa4198249c54c06b15489005198ba90"
format_stamp: "Formatted at 2026-06-30 12:14:35 on dist-test-slave-t06f"
I20260630 12:14:35.247968   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:35.259568   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:35.260751   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:35.262022   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:35.264319   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:35.264516   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:35.264771   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:35.264964   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:35.303457   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35569
I20260630 12:14:35.303541  8979 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35569 every 8 connection(s)
I20260630 12:14:35.322635  8980 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46687
I20260630 12:14:35.323176  8980 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:35.323952  8980 heartbeater.cc:507] Master 127.0.107.254:46687 requested a full tablet report, sending...
I20260630 12:14:35.326220  8582 ts_manager.cc:194] Registered new tserver with Master: aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569)
I20260630 12:14:35.327750  8582 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55388
I20260630 12:14:35.513419  8888 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:35.527134  8888 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:35.542517  8888 consensus_queue.cc:1048] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:35.553351  8903 consensus_queue.cc:1048] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:35.654189  8903 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:35.664199  8903 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:35.692953  8903 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:35.703263  8904 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:36.270202  8762 consensus_queue.cc:237] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: true } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } }
I20260630 12:14:36.276206  8686 raft_consensus.cc:1275] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:36.277256  8836 raft_consensus.cc:1275] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:36.277971  8904 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:36.281220  8888 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:36.286495  8903 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: true } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.286990  8687 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: true } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
W20260630 12:14:36.303315  8725 consensus_peers.cc:597] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef -> Peer aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): Couldn't send request to peer aaa4198249c54c06b15489005198ba90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a1aa7127e9d94858916015d71462c1dc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:36.302666  8836 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: true } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.304212  8762 consensus_queue.cc:237] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [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: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: true } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } }
I20260630 12:14:36.304267  8585 catalog_manager.cc:5697] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:36.315187  8725 consensus_peers.cc:597] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef -> Peer aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): Couldn't send request to peer aaa4198249c54c06b15489005198ba90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6373bf7da61b4497b90bff5c335a1a0f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:36.318897  8686 raft_consensus.cc:1275] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:36.322016  8904 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:36.327746  8836 raft_consensus.cc:1275] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:36.329259  9001 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:36.330379  8980 heartbeater.cc:499] Master 127.0.107.254:46687 was elected leader, sending a full tablet report...
I20260630 12:14:36.331153  8904 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: true } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.336386  8687 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: true } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.339170  8836 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: true } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.347559  8762 consensus_queue.cc:237] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: true } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } }
I20260630 12:14:36.353421  8584 catalog_manager.cc:5697] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa reported cstate change: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: true } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
W20260630 12:14:36.355808  8725 consensus_peers.cc:597] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef -> Peer aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): Couldn't send request to peer aaa4198249c54c06b15489005198ba90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e337024844f34f4191924d9aec3d3304. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:36.356616  8836 raft_consensus.cc:1275] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:36.358150  9001 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:36.358512  8687 raft_consensus.cc:1275] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:36.360033  8904 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:36.365521  9002 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: true } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.367022  8836 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: true } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.370997  8687 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: true } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.378620  8762 consensus_queue.cc:237] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } }
I20260630 12:14:36.377687  8585 catalog_manager.cc:5697] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: config changed from index -1 to 2, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:36.386757  8725 consensus_peers.cc:597] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef -> Peer aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): Couldn't send request to peer aaa4198249c54c06b15489005198ba90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a1aa7127e9d94858916015d71462c1dc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:36.386844  8836 raft_consensus.cc:1275] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:36.387023  8687 raft_consensus.cc:1275] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:36.388352  9001 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:36.388976  9002 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } 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:14:36.396126  9001 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.400247  8687 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.403965  8835 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
W20260630 12:14:36.405622  8633 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:14:36.406044  8633 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:14:36.410426  8762 consensus_queue.cc:237] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [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: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } }
I20260630 12:14:36.413297  8584 catalog_manager.cc:5697] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
W20260630 12:14:36.417995  8725 consensus_peers.cc:597] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef -> Peer aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): Couldn't send request to peer aaa4198249c54c06b15489005198ba90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6373bf7da61b4497b90bff5c335a1a0f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:36.420516  8835 raft_consensus.cc:1275] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:36.420699  8687 raft_consensus.cc:1275] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:36.422191  8888 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:36.423451  9001 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:36.429919  8888 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [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: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.433892  8762 consensus_queue.cc:237] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } }
I20260630 12:14:36.435863  8687 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [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: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.440021  8686 raft_consensus.cc:1275] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:36.440054  8835 raft_consensus.cc:1275] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:36.440774  8836 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [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: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.441713  8904 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:36.443264  8904 consensus_queue.cc:1048] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } 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:14:36.449246  8904 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } }
I20260630 12:14:36.451264  8687 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } }
I20260630 12:14:36.453027  8835 raft_consensus.cc:2955] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } }
W20260630 12:14:36.460644  8633 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:14:36.461018  8633 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:14:36.448740  8585 catalog_manager.cc:5697] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.465821  8762 consensus_queue.cc:237] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } }
I20260630 12:14:36.467463  8572 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a1aa7127e9d94858916015d71462c1dc with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:36.472627  8835 raft_consensus.cc:1275] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:14:36.472828  8725 consensus_peers.cc:597] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef -> Peer aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): Couldn't send request to peer aaa4198249c54c06b15489005198ba90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e337024844f34f4191924d9aec3d3304. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:36.472735  8687 raft_consensus.cc:1275] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:14:36.474395  9002 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:36.475049  8904 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } 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:14:36.482735  8583 catalog_manager.cc:5697] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 reported cstate change: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } attrs { replace: false } } }
I20260630 12:14:36.484920  9002 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.485795  8762 consensus_queue.cc:237] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [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: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } }
I20260630 12:14:36.487062  8835 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.492066  8687 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } } }
I20260630 12:14:36.497421  8686 raft_consensus.cc:1275] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:36.499053  8904 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260630 12:14:36.501034  8633 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:14:36.501446  8633 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:14:36.508723  9001 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } }
I20260630 12:14:36.511610  8585 catalog_manager.cc:5697] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aaa4198249c54c06b15489005198ba90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35569 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:36.514382  8687 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } }
I20260630 12:14:36.517488  8835 raft_consensus.cc:1275] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:36.518440  8572 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6373bf7da61b4497b90bff5c335a1a0f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:36.520267  9002 consensus_queue.cc:1048] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:36.525425  8835 raft_consensus.cc:2955] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } }
I20260630 12:14:36.529214  8945 tablet_service.cc:1558] Processing DeleteTablet for tablet a1aa7127e9d94858916015d71462c1dc with delete_type TABLET_DATA_TOMBSTONED (TS aaa4198249c54c06b15489005198ba90 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33068
I20260630 12:14:36.532176  8584 catalog_manager.cc:5697] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa reported cstate change: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } attrs { replace: false } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } } }
W20260630 12:14:36.538736  8569 catalog_manager.cc:4995] TS aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): delete failed for tablet a1aa7127e9d94858916015d71462c1dc because the tablet was not found. No further retry: Not found: Tablet not found: a1aa7127e9d94858916015d71462c1dc
I20260630 12:14:36.540199  8762 consensus_queue.cc:237] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [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: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } }
I20260630 12:14:36.545406  8835 raft_consensus.cc:1275] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:36.546099  8687 raft_consensus.cc:1275] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Refusing update from remote peer efe80a8d32da4a1ea21d37cd4e69ceef: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:14:36.546376  8945 tablet_service.cc:1558] Processing DeleteTablet for tablet 6373bf7da61b4497b90bff5c335a1a0f with delete_type TABLET_DATA_TOMBSTONED (TS aaa4198249c54c06b15489005198ba90 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33068
I20260630 12:14:36.546963  9002 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:36.548484  9002 consensus_queue.cc:1048] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [LEADER]: Connected to new peer: Peer: permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260630 12:14:36.548972  8569 catalog_manager.cc:4995] TS aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): delete failed for tablet 6373bf7da61b4497b90bff5c335a1a0f because the tablet was not found. No further retry: Not found: Tablet not found: 6373bf7da61b4497b90bff5c335a1a0f
I20260630 12:14:36.552732  9001 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } }
I20260630 12:14:36.554505  8836 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } }
I20260630 12:14:36.556454  8687 raft_consensus.cc:2955] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } } }
I20260630 12:14:36.562047  8572 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e337024844f34f4191924d9aec3d3304 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:36.566793  8584 catalog_manager.cc:5697] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef reported cstate change: config changed from index 3 to 4, NON_VOTER aaa4198249c54c06b15489005198ba90 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "36ef0e1e5b7a4f5a929a18149a9398fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35679 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "efe80a8d32da4a1ea21d37cd4e69ceef" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50b4a51bb4349cfa48b500ef7b235c1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41819 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:36.575907  8945 tablet_service.cc:1558] Processing DeleteTablet for tablet e337024844f34f4191924d9aec3d3304 with delete_type TABLET_DATA_TOMBSTONED (TS aaa4198249c54c06b15489005198ba90 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33068
W20260630 12:14:36.577898  8569 catalog_manager.cc:4995] TS aaa4198249c54c06b15489005198ba90 (127.0.107.196:35569): delete failed for tablet e337024844f34f4191924d9aec3d3304 because the tablet was not found. No further retry: Not found: Tablet not found: e337024844f34f4191924d9aec3d3304
I20260630 12:14:37.389506   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:37.411041   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:37.411770   431 tablet_replica.cc:333] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa: stopping tablet replica
I20260630 12:14:37.412330   431 raft_consensus.cc:2243] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.412925   431 raft_consensus.cc:2272] T a1aa7127e9d94858916015d71462c1dc P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.415269   431 tablet_replica.cc:333] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa: stopping tablet replica
I20260630 12:14:37.415787   431 raft_consensus.cc:2243] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.416349   431 raft_consensus.cc:2272] T 6373bf7da61b4497b90bff5c335a1a0f P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.418440   431 tablet_replica.cc:333] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa: stopping tablet replica
I20260630 12:14:37.418951   431 raft_consensus.cc:2243] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.419478   431 raft_consensus.cc:2272] T e337024844f34f4191924d9aec3d3304 P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.421540   431 tablet_replica.cc:333] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa: stopping tablet replica
I20260630 12:14:37.422070   431 raft_consensus.cc:2243] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.422448   431 raft_consensus.cc:2272] T 8444b8419c694e69b7c4f65a22b9857b P 36ef0e1e5b7a4f5a929a18149a9398fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.443579   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:37.456903   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:37.478509   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:37.479146   431 tablet_replica.cc:333] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef: stopping tablet replica
I20260630 12:14:37.479640   431 raft_consensus.cc:2243] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:37.480358   431 raft_consensus.cc:2272] T e337024844f34f4191924d9aec3d3304 P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.482438   431 tablet_replica.cc:333] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef: stopping tablet replica
I20260630 12:14:37.482896   431 raft_consensus.cc:2243] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:37.483534   431 raft_consensus.cc:2272] T 8444b8419c694e69b7c4f65a22b9857b P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.485219   431 tablet_replica.cc:333] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef: stopping tablet replica
I20260630 12:14:37.485625   431 raft_consensus.cc:2243] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:37.486348   431 raft_consensus.cc:2272] T a1aa7127e9d94858916015d71462c1dc P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.487993   431 tablet_replica.cc:333] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef: stopping tablet replica
I20260630 12:14:37.488399   431 raft_consensus.cc:2243] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:37.489032   431 raft_consensus.cc:2272] T 6373bf7da61b4497b90bff5c335a1a0f P efe80a8d32da4a1ea21d37cd4e69ceef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.511268   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:37.524194   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:37.545344   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:37.546129   431 tablet_replica.cc:333] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1: stopping tablet replica
I20260630 12:14:37.546708   431 raft_consensus.cc:2243] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.547317   431 raft_consensus.cc:2272] T a1aa7127e9d94858916015d71462c1dc P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.549211   431 tablet_replica.cc:333] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1: stopping tablet replica
I20260630 12:14:37.549778   431 raft_consensus.cc:2243] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.550343   431 raft_consensus.cc:2272] T e337024844f34f4191924d9aec3d3304 P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.552469   431 tablet_replica.cc:333] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1: stopping tablet replica
I20260630 12:14:37.552978   431 raft_consensus.cc:2243] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.553371   431 raft_consensus.cc:2272] T 8444b8419c694e69b7c4f65a22b9857b P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.555100   431 tablet_replica.cc:333] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1: stopping tablet replica
I20260630 12:14:37.555547   431 raft_consensus.cc:2243] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:37.556102   431 raft_consensus.cc:2272] T 6373bf7da61b4497b90bff5c335a1a0f P c50b4a51bb4349cfa48b500ef7b235c1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.578087   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:37.590801   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:37.607291   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:37.622946   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:37.630537   431 master.cc:562] Master@127.0.107.254:46687 shutting down...
I20260630 12:14:37.647667   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:37.648214   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:37.648563   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b98067d57f414e6aa49635a1afc4de05: stopping tablet replica
I20260630 12:14:37.666841   431 master.cc:584] Master@127.0.107.254:46687 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (4594 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:14:37.703094   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45955
I20260630 12:14:37.704248   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:37.709272  9017 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:37.709724  9018 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:37.710960  9020 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:37.712118   431 server_base.cc:1061] running on GCE node
I20260630 12:14:37.712978   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:37.713145   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:37.713263   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821677713247 us; error 0 us; skew 500 ppm
I20260630 12:14:37.713966   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:37.716177   431 webserver.cc:533] Webserver started at http://127.0.107.254:44861/ using document root <none> and password file <none>
I20260630 12:14:37.716584   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:37.716739   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:37.716938   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:37.718003   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "4dec053122454d9b949da0a5e09ba54d"
format_stamp: "Formatted at 2026-06-30 12:14:37 on dist-test-slave-t06f"
I20260630 12:14:37.722167   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:14:37.725241  9025 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:37.726032   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:37.726334   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "4dec053122454d9b949da0a5e09ba54d"
format_stamp: "Formatted at 2026-06-30 12:14:37 on dist-test-slave-t06f"
I20260630 12:14:37.726609   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:37.744941   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:37.746169   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:37.784403   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45955
I20260630 12:14:37.784504  9076 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45955 every 8 connection(s)
I20260630 12:14:37.788070  9077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.798229  9077 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d: Bootstrap starting.
I20260630 12:14:37.802865  9077 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.806854  9077 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d: No bootstrap required, opened a new log
I20260630 12:14:37.808876  9077 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4dec053122454d9b949da0a5e09ba54d" member_type: VOTER }
I20260630 12:14:37.809237  9077 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.809478  9077 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4dec053122454d9b949da0a5e09ba54d, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.810241  9077 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4dec053122454d9b949da0a5e09ba54d" member_type: VOTER }
I20260630 12:14:37.810707  9077 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:37.810905  9077 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:37.811209  9077 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.816280  9077 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4dec053122454d9b949da0a5e09ba54d" member_type: VOTER }
I20260630 12:14:37.816787  9077 leader_election.cc:304] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [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: 4dec053122454d9b949da0a5e09ba54d; no voters: 
I20260630 12:14:37.817930  9077 leader_election.cc:290] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:37.818320  9080 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.819614  9080 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 1 LEADER]: Becoming Leader. State: Replica: 4dec053122454d9b949da0a5e09ba54d, State: Running, Role: LEADER
I20260630 12:14:37.820170  9080 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [LEADER]: Queue going to LEADER mode. State: All 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: "4dec053122454d9b949da0a5e09ba54d" member_type: VOTER }
I20260630 12:14:37.820796  9077 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:37.822903  9081 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4dec053122454d9b949da0a5e09ba54d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4dec053122454d9b949da0a5e09ba54d" member_type: VOTER } }
I20260630 12:14:37.822940  9082 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4dec053122454d9b949da0a5e09ba54d. Latest consensus state: current_term: 1 leader_uuid: "4dec053122454d9b949da0a5e09ba54d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4dec053122454d9b949da0a5e09ba54d" member_type: VOTER } }
I20260630 12:14:37.823745  9081 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:37.823746  9082 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:37.831667  9086 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:37.837198  9086 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:37.838219   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:37.846107  9086 catalog_manager.cc:1383] Generated new cluster ID: 69ac307eb0324592a76f876bb4fee6c3
I20260630 12:14:37.846421  9086 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:37.866753  9086 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:37.868024  9086 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:37.878664  9086 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d: Generated new TSK 0
I20260630 12:14:37.879313  9086 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:37.904929   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:37.910763  9098 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:37.911885  9099 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:37.913617  9101 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:37.913784   431 server_base.cc:1061] running on GCE node
I20260630 12:14:37.914825   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:37.915099   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:37.915330   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821677915312 us; error 0 us; skew 500 ppm
I20260630 12:14:37.915848   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:37.918141   431 webserver.cc:533] Webserver started at http://127.0.107.193:43231/ using document root <none> and password file <none>
I20260630 12:14:37.918620   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:37.918826   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:37.919099   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:37.920153   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "f2bd048c25984b00b05bcad08d91317b"
format_stamp: "Formatted at 2026-06-30 12:14:37 on dist-test-slave-t06f"
I20260630 12:14:37.924580   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:14:37.927747  9106 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:37.928484   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:14:37.928823   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "f2bd048c25984b00b05bcad08d91317b"
format_stamp: "Formatted at 2026-06-30 12:14:37 on dist-test-slave-t06f"
I20260630 12:14:37.929108   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:37.944859   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:37.945994   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:37.947283   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:37.949393   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:37.949611   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:37.949896   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:37.950064   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:37.985469   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46031
I20260630 12:14:37.985558  9168 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46031 every 8 connection(s)
I20260630 12:14:37.990340   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:37.996534  9173 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:37.997520  9174 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:38.003969  9169 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45955
W20260630 12:14:38.004127  9176 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:38.004153   431 server_base.cc:1061] running on GCE node
I20260630 12:14:38.004525  9169 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:38.005604  9169 heartbeater.cc:507] Master 127.0.107.254:45955 requested a full tablet report, sending...
I20260630 12:14:38.005862   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:38.006157   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:38.006340   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821678006307 us; error 0 us; skew 500 ppm
I20260630 12:14:38.006911   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:38.007859  9042 ts_manager.cc:194] Registered new tserver with Master: f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031)
I20260630 12:14:38.009492   431 webserver.cc:533] Webserver started at http://127.0.107.194:45689/ using document root <none> and password file <none>
I20260630 12:14:38.009982  9042 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57736
I20260630 12:14:38.010072   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:38.010438   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:38.010721   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:38.011775   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "0d1a1be39dd743159cb683a86f880a80"
format_stamp: "Formatted at 2026-06-30 12:14:38 on dist-test-slave-t06f"
I20260630 12:14:38.016085   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:14:38.019220  9181 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:38.019968   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:38.020277   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "0d1a1be39dd743159cb683a86f880a80"
format_stamp: "Formatted at 2026-06-30 12:14:38 on dist-test-slave-t06f"
I20260630 12:14:38.020556   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:38.042860   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:38.043996   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:38.045432   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:38.047646   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:38.047869   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:38.048111   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:38.048286   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:38.086426   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45795
I20260630 12:14:38.086532  9243 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45795 every 8 connection(s)
I20260630 12:14:38.091259   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:38.100030  9247 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:38.101608  9248 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:38.103816  9250 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:38.103857   431 server_base.cc:1061] running on GCE node
I20260630 12:14:38.104596  9244 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45955
I20260630 12:14:38.105192  9244 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:38.105360   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:38.105698   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:38.105896   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821678105875 us; error 0 us; skew 500 ppm
I20260630 12:14:38.106097  9244 heartbeater.cc:507] Master 127.0.107.254:45955 requested a full tablet report, sending...
I20260630 12:14:38.106572   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:38.108564  9042 ts_manager.cc:194] Registered new tserver with Master: 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795)
I20260630 12:14:38.109788   431 webserver.cc:533] Webserver started at http://127.0.107.195:33875/ using document root <none> and password file <none>
I20260630 12:14:38.110482   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:38.110751   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:38.110723  9042 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57740
I20260630 12:14:38.111377   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:38.112867   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f"
format_stamp: "Formatted at 2026-06-30 12:14:38 on dist-test-slave-t06f"
I20260630 12:14:38.117745   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:38.120978  9255 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:38.121904   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:38.122187   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f"
format_stamp: "Formatted at 2026-06-30 12:14:38 on dist-test-slave-t06f"
I20260630 12:14:38.122501   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:38.148380   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:38.149385   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:38.150875   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:38.153191   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:38.153448   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:38.153721   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:38.153927   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:38.191524   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37425
I20260630 12:14:38.191619  9317 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37425 every 8 connection(s)
I20260630 12:14:38.205331  9318 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45955
I20260630 12:14:38.205747  9318 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:38.206454  9318 heartbeater.cc:507] Master 127.0.107.254:45955 requested a full tablet report, sending...
I20260630 12:14:38.208328  9042 ts_manager.cc:194] Registered new tserver with Master: 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:38.209378   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014594755s
I20260630 12:14:38.209879  9042 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57748
I20260630 12:14:39.012638  9169 heartbeater.cc:499] Master 127.0.107.254:45955 was elected leader, sending a full tablet report...
I20260630 12:14:39.113952  9244 heartbeater.cc:499] Master 127.0.107.254:45955 was elected leader, sending a full tablet report...
I20260630 12:14:39.212615  9318 heartbeater.cc:499] Master 127.0.107.254:45955 was elected leader, sending a full tablet report...
I20260630 12:14:39.264194  9042 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57752:
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:14:39.266530  9042 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:39.326752  9209 tablet_service.cc:1511] Processing CreateTablet for tablet a42ffadeb58e45d69c386ecb6faadce0 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:39.327618  9283 tablet_service.cc:1511] Processing CreateTablet for tablet a42ffadeb58e45d69c386ecb6faadce0 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:39.328100  9209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a42ffadeb58e45d69c386ecb6faadce0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.328969  9283 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a42ffadeb58e45d69c386ecb6faadce0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.331472  9208 tablet_service.cc:1511] Processing CreateTablet for tablet 96892a05f120482bb98e1abd914d4444 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:39.332778  9208 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96892a05f120482bb98e1abd914d4444. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.334332  9206 tablet_service.cc:1511] Processing CreateTablet for tablet 1f303ad664f94217b4f7f2c9c8f152db (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:39.335646  9206 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f303ad664f94217b4f7f2c9c8f152db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.338739  9207 tablet_service.cc:1511] Processing CreateTablet for tablet 6b339a6adc4041cfa7d03f8cf460b1e4 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:39.340039  9207 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b339a6adc4041cfa7d03f8cf460b1e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.343067  9282 tablet_service.cc:1511] Processing CreateTablet for tablet 96892a05f120482bb98e1abd914d4444 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:39.343214  9205 tablet_service.cc:1511] Processing CreateTablet for tablet ad371a97573a403094fce80beef1efc2 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:39.344337  9282 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96892a05f120482bb98e1abd914d4444. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.344508  9205 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad371a97573a403094fce80beef1efc2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.350982  9281 tablet_service.cc:1511] Processing CreateTablet for tablet 6b339a6adc4041cfa7d03f8cf460b1e4 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:39.351125  9204 tablet_service.cc:1511] Processing CreateTablet for tablet ce20f34775a94791be2817bcd5882be0 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:39.352324  9281 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b339a6adc4041cfa7d03f8cf460b1e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.352375  9204 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce20f34775a94791be2817bcd5882be0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.354676  9280 tablet_service.cc:1511] Processing CreateTablet for tablet 1f303ad664f94217b4f7f2c9c8f152db (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:39.355888  9280 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f303ad664f94217b4f7f2c9c8f152db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.358681  9279 tablet_service.cc:1511] Processing CreateTablet for tablet ad371a97573a403094fce80beef1efc2 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:39.359941  9279 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad371a97573a403094fce80beef1efc2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.362710  9278 tablet_service.cc:1511] Processing CreateTablet for tablet ce20f34775a94791be2817bcd5882be0 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:39.364218  9278 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce20f34775a94791be2817bcd5882be0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.375074  9133 tablet_service.cc:1511] Processing CreateTablet for tablet 96892a05f120482bb98e1abd914d4444 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:39.376865  9133 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96892a05f120482bb98e1abd914d4444. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.379251  9131 tablet_service.cc:1511] Processing CreateTablet for tablet 1f303ad664f94217b4f7f2c9c8f152db (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:39.380957  9131 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f303ad664f94217b4f7f2c9c8f152db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.382202  9339 tablet_bootstrap.cc:492] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80: Bootstrap starting.
I20260630 12:14:39.383091  9130 tablet_service.cc:1511] Processing CreateTablet for tablet ad371a97573a403094fce80beef1efc2 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:39.384752  9130 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad371a97573a403094fce80beef1efc2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.386940  9129 tablet_service.cc:1511] Processing CreateTablet for tablet ce20f34775a94791be2817bcd5882be0 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:39.388129  9129 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce20f34775a94791be2817bcd5882be0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.388157  9339 tablet_bootstrap.cc:654] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.391081  9132 tablet_service.cc:1511] Processing CreateTablet for tablet 6b339a6adc4041cfa7d03f8cf460b1e4 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:39.392755  9132 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b339a6adc4041cfa7d03f8cf460b1e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.373291  9134 tablet_service.cc:1511] Processing CreateTablet for tablet a42ffadeb58e45d69c386ecb6faadce0 (DEFAULT_TABLE table=test-workload [id=94794579d57a42fd8f5084b92b9a2cba]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:39.408401  9134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a42ffadeb58e45d69c386ecb6faadce0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.433318  9341 tablet_bootstrap.cc:492] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b: Bootstrap starting.
I20260630 12:14:39.442417  9341 tablet_bootstrap.cc:654] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.475633  9338 tablet_bootstrap.cc:492] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Bootstrap starting.
I20260630 12:14:39.477825  9339 tablet_bootstrap.cc:492] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80: No bootstrap required, opened a new log
I20260630 12:14:39.478443  9339 ts_tablet_manager.cc:1403] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80: Time spent bootstrapping tablet: real 0.097s	user 0.022s	sys 0.041s
I20260630 12:14:39.481246  9339 raft_consensus.cc:359] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.481711  9338 tablet_bootstrap.cc:654] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.482059  9339 raft_consensus.cc:385] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.482447  9339 raft_consensus.cc:740] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.483310  9339 consensus_queue.cc:260] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.491793  9338 tablet_bootstrap.cc:492] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: No bootstrap required, opened a new log
I20260630 12:14:39.492240  9338 ts_tablet_manager.cc:1403] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.000s
I20260630 12:14:39.494630  9338 raft_consensus.cc:359] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:39.495371  9338 raft_consensus.cc:385] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.495692  9338 raft_consensus.cc:740] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.496593  9338 consensus_queue.cc:260] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:39.498776  9339 ts_tablet_manager.cc:1434] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80: Time spent starting tablet: real 0.020s	user 0.009s	sys 0.010s
I20260630 12:14:39.500317  9338 ts_tablet_manager.cc:1434] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:14:39.501173  9341 tablet_bootstrap.cc:492] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b: No bootstrap required, opened a new log
I20260630 12:14:39.501494  9338 tablet_bootstrap.cc:492] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Bootstrap starting.
I20260630 12:14:39.501680  9341 ts_tablet_manager.cc:1403] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b: Time spent bootstrapping tablet: real 0.069s	user 0.015s	sys 0.015s
I20260630 12:14:39.505070  9339 tablet_bootstrap.cc:492] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80: Bootstrap starting.
I20260630 12:14:39.507849  9338 tablet_bootstrap.cc:654] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.507742  9341 raft_consensus.cc:359] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.508540  9341 raft_consensus.cc:385] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.508900  9341 raft_consensus.cc:740] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.509807  9341 consensus_queue.cc:260] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.517401  9339 tablet_bootstrap.cc:654] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.522933  9341 ts_tablet_manager.cc:1434] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.005s
I20260630 12:14:39.523607  9339 tablet_bootstrap.cc:492] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80: No bootstrap required, opened a new log
I20260630 12:14:39.524034  9341 tablet_bootstrap.cc:492] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b: Bootstrap starting.
I20260630 12:14:39.524184  9339 ts_tablet_manager.cc:1403] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.000s
I20260630 12:14:39.525341  9338 tablet_bootstrap.cc:492] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f: No bootstrap required, opened a new log
I20260630 12:14:39.525889  9338 ts_tablet_manager.cc:1403] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.008s
I20260630 12:14:39.527208  9339 raft_consensus.cc:359] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.528028  9339 raft_consensus.cc:385] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.528532  9339 raft_consensus.cc:740] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.528596  9338 raft_consensus.cc:359] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.529441  9338 raft_consensus.cc:385] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.529755  9341 tablet_bootstrap.cc:654] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.529883  9338 raft_consensus.cc:740] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.529611  9339 consensus_queue.cc:260] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.531072  9338 consensus_queue.cc:260] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.532137  9339 ts_tablet_manager.cc:1434] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.002s
I20260630 12:14:39.533241  9338 ts_tablet_manager.cc:1434] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:39.535959  9339 tablet_bootstrap.cc:492] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80: Bootstrap starting.
I20260630 12:14:39.537710  9341 tablet_bootstrap.cc:492] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b: No bootstrap required, opened a new log
I20260630 12:14:39.538259  9341 ts_tablet_manager.cc:1403] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:14:39.539376  9347 raft_consensus.cc:493] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:39.539872  9347 raft_consensus.cc:515] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.540980  9341 raft_consensus.cc:359] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.541672  9341 raft_consensus.cc:385] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.541970  9341 raft_consensus.cc:740] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.542495  9339 tablet_bootstrap.cc:654] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.536931  9338 tablet_bootstrap.cc:492] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Bootstrap starting.
I20260630 12:14:39.542708  9341 consensus_queue.cc:260] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.548758  9338 tablet_bootstrap.cc:654] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.551040  9347 leader_election.cc:290] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795), 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:39.567386  9345 raft_consensus.cc:493] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:39.568112  9345 raft_consensus.cc:515] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:39.581431  9345 leader_election.cc:290] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795), f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031)
I20260630 12:14:39.681955  9219 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a42ffadeb58e45d69c386ecb6faadce0" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80" is_pre_election: true
W20260630 12:14:39.684273  9258 leader_election.cc:343] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:39.685266  9338 tablet_bootstrap.cc:492] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f: No bootstrap required, opened a new log
I20260630 12:14:39.687330  9338 ts_tablet_manager.cc:1403] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent bootstrapping tablet: real 0.151s	user 0.070s	sys 0.065s
I20260630 12:14:39.689262  9341 ts_tablet_manager.cc:1434] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b: Time spent starting tablet: real 0.151s	user 0.072s	sys 0.070s
I20260630 12:14:39.689808  9219 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b339a6adc4041cfa7d03f8cf460b1e4" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80" is_pre_election: true
I20260630 12:14:39.690619  9219 raft_consensus.cc:2468] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 0.
I20260630 12:14:39.690600  9338 raft_consensus.cc:359] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.691560  9338 raft_consensus.cc:385] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.691906  9338 raft_consensus.cc:740] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.691938  9109 leader_election.cc:304] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d1a1be39dd743159cb683a86f880a80, f2bd048c25984b00b05bcad08d91317b; no voters: 
I20260630 12:14:39.692853  9338 consensus_queue.cc:260] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.689805  9339 tablet_bootstrap.cc:492] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80: No bootstrap required, opened a new log
I20260630 12:14:39.694419  9339 ts_tablet_manager.cc:1403] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80: Time spent bootstrapping tablet: real 0.159s	user 0.039s	sys 0.108s
I20260630 12:14:39.694363  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b339a6adc4041cfa7d03f8cf460b1e4" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" is_pre_election: true
I20260630 12:14:39.695210  9293 raft_consensus.cc:2468] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 0.
I20260630 12:14:39.695379  9338 ts_tablet_manager.cc:1434] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:14:39.696497  9338 tablet_bootstrap.cc:492] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Bootstrap starting.
I20260630 12:14:39.697535  9339 raft_consensus.cc:359] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.698412  9339 raft_consensus.cc:385] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.698760  9339 raft_consensus.cc:740] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.698866  9144 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a42ffadeb58e45d69c386ecb6faadce0" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b" is_pre_election: true
I20260630 12:14:39.699610  9339 consensus_queue.cc:260] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
W20260630 12:14:39.700430  9257 leader_election.cc:343] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:39.700897  9257 leader_election.cc:304] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [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: 58dfe00f7cdf4adb82dcde5fc84ea82f; no voters: 0d1a1be39dd743159cb683a86f880a80, f2bd048c25984b00b05bcad08d91317b
I20260630 12:14:39.702114  9345 raft_consensus.cc:2749] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:39.703097  9338 tablet_bootstrap.cc:654] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.703696  9339 ts_tablet_manager.cc:1434] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:14:39.704703  9341 tablet_bootstrap.cc:492] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b: Bootstrap starting.
I20260630 12:14:39.704931  9339 tablet_bootstrap.cc:492] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80: Bootstrap starting.
I20260630 12:14:39.711290  9339 tablet_bootstrap.cc:654] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.712183  9341 tablet_bootstrap.cc:654] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.703613  9351 raft_consensus.cc:2804] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:39.712738  9351 raft_consensus.cc:493] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:39.713167  9351 raft_consensus.cc:3060] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.715627  9338 tablet_bootstrap.cc:492] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: No bootstrap required, opened a new log
I20260630 12:14:39.716151  9338 ts_tablet_manager.cc:1403] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260630 12:14:39.718693  9338 raft_consensus.cc:359] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.719278  9339 tablet_bootstrap.cc:492] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80: No bootstrap required, opened a new log
I20260630 12:14:39.719337  9338 raft_consensus.cc:385] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.719868  9338 raft_consensus.cc:740] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.719998  9339 ts_tablet_manager.cc:1403] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:14:39.720623  9338 consensus_queue.cc:260] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.722728  9338 ts_tablet_manager.cc:1434] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.001s
I20260630 12:14:39.723116  9339 raft_consensus.cc:359] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.723789  9338 tablet_bootstrap.cc:492] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Bootstrap starting.
I20260630 12:14:39.723858  9339 raft_consensus.cc:385] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.724465  9339 raft_consensus.cc:740] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.722270  9351 raft_consensus.cc:515] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.725404  9339 consensus_queue.cc:260] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.726769  9351 leader_election.cc:290] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 election: Requested vote from peers 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795), 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:39.728734  9219 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b339a6adc4041cfa7d03f8cf460b1e4" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80"
I20260630 12:14:39.729324  9219 raft_consensus.cc:3060] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.730167  9338 tablet_bootstrap.cc:654] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.731244  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b339a6adc4041cfa7d03f8cf460b1e4" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f"
I20260630 12:14:39.732023  9293 raft_consensus.cc:3060] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.738050  9343 raft_consensus.cc:493] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:39.738724  9343 raft_consensus.cc:515] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.741231  9338 tablet_bootstrap.cc:492] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f: No bootstrap required, opened a new log
I20260630 12:14:39.741752  9338 ts_tablet_manager.cc:1403] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260630 12:14:39.745198  9343 leader_election.cc:290] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:39.746057  9338 raft_consensus.cc:359] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.746840  9338 raft_consensus.cc:385] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.747179  9338 raft_consensus.cc:740] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.748030  9338 consensus_queue.cc:260] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.750433  9338 ts_tablet_manager.cc:1434] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:14:39.750648  9345 raft_consensus.cc:493] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:39.751116  9345 raft_consensus.cc:515] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.753052  9293 raft_consensus.cc:2468] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 1.
I20260630 12:14:39.753391  9345 leader_election.cc:290] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795)
I20260630 12:14:39.751482  9338 tablet_bootstrap.cc:492] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f: Bootstrap starting.
I20260630 12:14:39.754670  9218 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96892a05f120482bb98e1abd914d4444" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80" is_pre_election: true
I20260630 12:14:39.755329  9218 raft_consensus.cc:2468] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58dfe00f7cdf4adb82dcde5fc84ea82f in term 0.
I20260630 12:14:39.756652  9258 leader_election.cc:304] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d1a1be39dd743159cb683a86f880a80, 58dfe00f7cdf4adb82dcde5fc84ea82f; no voters: 
I20260630 12:14:39.757699  9339 ts_tablet_manager.cc:1434] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80: Time spent starting tablet: real 0.037s	user 0.003s	sys 0.003s
I20260630 12:14:39.758046  9345 raft_consensus.cc:2804] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:39.760691  9345 raft_consensus.cc:493] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:39.761037  9345 raft_consensus.cc:3060] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.764577  9339 tablet_bootstrap.cc:492] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80: Bootstrap starting.
I20260630 12:14:39.770339  9345 raft_consensus.cc:515] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.771337  9108 leader_election.cc:304] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58dfe00f7cdf4adb82dcde5fc84ea82f, f2bd048c25984b00b05bcad08d91317b; no voters: 
I20260630 12:14:39.772228  9345 leader_election.cc:290] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 election: Requested vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795)
I20260630 12:14:39.772259  9351 raft_consensus.cc:2804] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:39.773058  9351 raft_consensus.cc:697] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 1 LEADER]: Becoming Leader. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Running, Role: LEADER
I20260630 12:14:39.773981  9351 consensus_queue.cc:237] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.775311  9219 raft_consensus.cc:2468] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 1.
I20260630 12:14:39.760172  9338 tablet_bootstrap.cc:654] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.782828  9219 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96892a05f120482bb98e1abd914d4444" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80"
I20260630 12:14:39.783260  9363 raft_consensus.cc:493] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:39.791854  9363 raft_consensus.cc:515] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.794574  9363 leader_election.cc:290] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795)
I20260630 12:14:39.795189  9219 raft_consensus.cc:3060] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.784592  9338 tablet_bootstrap.cc:492] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f: No bootstrap required, opened a new log
I20260630 12:14:39.796346  9142 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce20f34775a94791be2817bcd5882be0" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b" is_pre_election: true
I20260630 12:14:39.797103  9338 ts_tablet_manager.cc:1403] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent bootstrapping tablet: real 0.046s	user 0.009s	sys 0.002s
W20260630 12:14:39.797991  9257 leader_election.cc:343] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:39.789067  9339 tablet_bootstrap.cc:654] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.799775  9218 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce20f34775a94791be2817bcd5882be0" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80" is_pre_election: true
I20260630 12:14:39.800447  9218 raft_consensus.cc:2468] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58dfe00f7cdf4adb82dcde5fc84ea82f in term 0.
I20260630 12:14:39.789989  9144 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96892a05f120482bb98e1abd914d4444" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b" is_pre_election: true
I20260630 12:14:39.790855  9143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96892a05f120482bb98e1abd914d4444" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b"
W20260630 12:14:39.803056  9257 leader_election.cc:343] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:14:39.803973  9257 leader_election.cc:343] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:39.804759  9338 raft_consensus.cc:359] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.805992  9258 leader_election.cc:304] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [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: 0d1a1be39dd743159cb683a86f880a80, 58dfe00f7cdf4adb82dcde5fc84ea82f; no voters: f2bd048c25984b00b05bcad08d91317b
I20260630 12:14:39.791209  9341 tablet_bootstrap.cc:492] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b: No bootstrap required, opened a new log
I20260630 12:14:39.809361  9345 raft_consensus.cc:2804] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:39.809537  9143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad371a97573a403094fce80beef1efc2" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b" is_pre_election: true
I20260630 12:14:39.809893  9345 raft_consensus.cc:493] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:39.809978  9341 ts_tablet_manager.cc:1403] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b: Time spent bootstrapping tablet: real 0.105s	user 0.031s	sys 0.042s
I20260630 12:14:39.810341  9143 raft_consensus.cc:2468] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 0.
I20260630 12:14:39.810433  9345 raft_consensus.cc:3060] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.811826  9183 leader_election.cc:304] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d1a1be39dd743159cb683a86f880a80, f2bd048c25984b00b05bcad08d91317b; no voters: 
I20260630 12:14:39.812628  9343 raft_consensus.cc:2804] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:39.812975  9343 raft_consensus.cc:493] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:39.813309  9343 raft_consensus.cc:3060] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.813889  9341 raft_consensus.cc:359] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.814877  9341 raft_consensus.cc:385] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.815248  9341 raft_consensus.cc:740] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.816493  9219 raft_consensus.cc:2468] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58dfe00f7cdf4adb82dcde5fc84ea82f in term 1.
I20260630 12:14:39.816223  9341 consensus_queue.cc:260] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.817250  9338 raft_consensus.cc:385] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.821134  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad371a97573a403094fce80beef1efc2" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" is_pre_election: true
I20260630 12:14:39.820212  9339 tablet_bootstrap.cc:492] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80: No bootstrap required, opened a new log
I20260630 12:14:39.821336  9338 raft_consensus.cc:740] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.822095  9293 raft_consensus.cc:2468] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 0.
I20260630 12:14:39.821794  9345 raft_consensus.cc:515] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.822495  9338 consensus_queue.cc:260] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.823539  9341 ts_tablet_manager.cc:1434] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.002s
I20260630 12:14:39.824779  9345 leader_election.cc:290] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 election: Requested vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795)
I20260630 12:14:39.824747  9338 ts_tablet_manager.cc:1434] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f: Time spent starting tablet: real 0.027s	user 0.004s	sys 0.004s
I20260630 12:14:39.825359  9218 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce20f34775a94791be2817bcd5882be0" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80"
I20260630 12:14:39.825978  9218 raft_consensus.cc:3060] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.821012  9343 raft_consensus.cc:515] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.826541  9143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce20f34775a94791be2817bcd5882be0" candidate_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b"
I20260630 12:14:39.827886  9343 leader_election.cc:290] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 election: Requested vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:39.828606  9339 ts_tablet_manager.cc:1403] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80: Time spent bootstrapping tablet: real 0.064s	user 0.019s	sys 0.006s
I20260630 12:14:39.829056  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad371a97573a403094fce80beef1efc2" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f"
I20260630 12:14:39.829636  9293 raft_consensus.cc:3060] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.824501  9341 tablet_bootstrap.cc:492] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b: Bootstrap starting.
I20260630 12:14:39.831703  9339 raft_consensus.cc:359] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.832458  9339 raft_consensus.cc:385] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.832792  9339 raft_consensus.cc:740] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Initialized, Role: FOLLOWER
W20260630 12:14:39.833562  9090 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:39.833612  9339 consensus_queue.cc:260] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.836458  9339 ts_tablet_manager.cc:1434] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:14:39.837496  9339 tablet_bootstrap.cc:492] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80: Bootstrap starting.
I20260630 12:14:39.808979  9039 catalog_manager.cc:5697] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b reported cstate change: term changed from 0 to 1, leader changed from <none> to f2bd048c25984b00b05bcad08d91317b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f2bd048c25984b00b05bcad08d91317b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:39.838577  9293 raft_consensus.cc:2468] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 1.
I20260630 12:14:39.841439  9258 leader_election.cc:304] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [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: 0d1a1be39dd743159cb683a86f880a80, 58dfe00f7cdf4adb82dcde5fc84ea82f; no voters: f2bd048c25984b00b05bcad08d91317b
I20260630 12:14:39.841956  9183 leader_election.cc:304] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d1a1be39dd743159cb683a86f880a80, 58dfe00f7cdf4adb82dcde5fc84ea82f; no voters: 
I20260630 12:14:39.840144  9218 raft_consensus.cc:2468] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58dfe00f7cdf4adb82dcde5fc84ea82f in term 1.
I20260630 12:14:39.837611  9341 tablet_bootstrap.cc:654] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.842779  9345 raft_consensus.cc:2804] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:39.843513  9345 raft_consensus.cc:697] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 LEADER]: Becoming Leader. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Running, Role: LEADER
I20260630 12:14:39.844003  9258 leader_election.cc:304] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d1a1be39dd743159cb683a86f880a80, 58dfe00f7cdf4adb82dcde5fc84ea82f; no voters: 
I20260630 12:14:39.844363  9345 consensus_queue.cc:237] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
W20260630 12:14:39.845201  9257 leader_election.cc:343] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:39.846601  9363 raft_consensus.cc:2804] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:39.847236  9363 raft_consensus.cc:697] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 LEADER]: Becoming Leader. State: Replica: 58dfe00f7cdf4adb82dcde5fc84ea82f, State: Running, Role: LEADER
I20260630 12:14:39.848274  9363 consensus_queue.cc:237] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.842758  9343 raft_consensus.cc:2804] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:39.854102  9143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad371a97573a403094fce80beef1efc2" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b"
I20260630 12:14:39.854986  9143 raft_consensus.cc:3060] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.869915  9339 tablet_bootstrap.cc:654] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.876060  9343 raft_consensus.cc:697] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 1 LEADER]: Becoming Leader. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Running, Role: LEADER
I20260630 12:14:39.887097  9343 consensus_queue.cc:237] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.891963  9042 catalog_manager.cc:5697] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f reported cstate change: term changed from 0 to 1, leader changed from <none> to 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:39.895224  9143 raft_consensus.cc:2468] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 1.
I20260630 12:14:39.901476  9339 tablet_bootstrap.cc:492] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80: No bootstrap required, opened a new log
I20260630 12:14:39.903666  9042 catalog_manager.cc:5697] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f reported cstate change: term changed from 0 to 1, leader changed from <none> to 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:39.911628  9341 tablet_bootstrap.cc:492] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b: No bootstrap required, opened a new log
I20260630 12:14:39.912333  9341 ts_tablet_manager.cc:1403] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b: Time spent bootstrapping tablet: real 0.088s	user 0.034s	sys 0.034s
I20260630 12:14:39.903692  9339 ts_tablet_manager.cc:1403] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80: Time spent bootstrapping tablet: real 0.066s	user 0.012s	sys 0.000s
I20260630 12:14:39.915222  9341 raft_consensus.cc:359] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.916157  9341 raft_consensus.cc:385] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.916420  9341 raft_consensus.cc:740] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.917309  9341 consensus_queue.cc:260] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.919488  9341 ts_tablet_manager.cc:1434] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:39.920493  9341 tablet_bootstrap.cc:492] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b: Bootstrap starting.
I20260630 12:14:39.922055  9040 catalog_manager.cc:5697] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0d1a1be39dd743159cb683a86f880a80" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:39.926975  9341 tablet_bootstrap.cc:654] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.926898  9339 raft_consensus.cc:359] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:39.928398  9339 raft_consensus.cc:385] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.928793  9339 raft_consensus.cc:740] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.929821  9339 consensus_queue.cc:260] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:39.933380  9339 ts_tablet_manager.cc:1434] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:14:39.952409  9341 tablet_bootstrap.cc:492] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b: No bootstrap required, opened a new log
I20260630 12:14:39.952983  9341 ts_tablet_manager.cc:1403] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b: Time spent bootstrapping tablet: real 0.033s	user 0.007s	sys 0.023s
I20260630 12:14:39.955628  9341 raft_consensus.cc:359] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.956351  9341 raft_consensus.cc:385] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.956655  9341 raft_consensus.cc:740] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.957374  9341 consensus_queue.cc:260] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.959810  9341 ts_tablet_manager.cc:1434] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:14:39.960765  9341 tablet_bootstrap.cc:492] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b: Bootstrap starting.
I20260630 12:14:39.965721  9351 raft_consensus.cc:493] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:39.966235  9351 raft_consensus.cc:515] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:39.966722  9341 tablet_bootstrap.cc:654] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:39.968391  9351 leader_election.cc:290] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795), 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:39.969501  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96892a05f120482bb98e1abd914d4444" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" is_pre_election: true
I20260630 12:14:39.969961  9218 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96892a05f120482bb98e1abd914d4444" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80" is_pre_election: true
I20260630 12:14:39.970741  9218 raft_consensus.cc:2393] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f2bd048c25984b00b05bcad08d91317b in current term 1: Already voted for candidate 58dfe00f7cdf4adb82dcde5fc84ea82f in this term.
I20260630 12:14:39.972347  9109 leader_election.cc:304] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [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: f2bd048c25984b00b05bcad08d91317b; no voters: 0d1a1be39dd743159cb683a86f880a80, 58dfe00f7cdf4adb82dcde5fc84ea82f
I20260630 12:14:39.973424  9341 tablet_bootstrap.cc:492] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b: No bootstrap required, opened a new log
I20260630 12:14:39.973376  9351 raft_consensus.cc:3060] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:39.974064  9341 ts_tablet_manager.cc:1403] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.005s
I20260630 12:14:39.977053  9341 raft_consensus.cc:359] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:39.977748  9341 raft_consensus.cc:385] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:39.978027  9341 raft_consensus.cc:740] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.978799  9341 consensus_queue.cc:260] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:39.980827  9351 raft_consensus.cc:2749] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:39.980970  9341 ts_tablet_manager.cc:1434] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.003s
I20260630 12:14:40.007189  9351 raft_consensus.cc:493] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:40.007658  9351 raft_consensus.cc:515] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:40.009264  9351 leader_election.cc:290] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425), 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795)
I20260630 12:14:40.010267  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a42ffadeb58e45d69c386ecb6faadce0" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" is_pre_election: true
I20260630 12:14:40.010470  9218 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a42ffadeb58e45d69c386ecb6faadce0" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80" is_pre_election: true
I20260630 12:14:40.011039  9293 raft_consensus.cc:2468] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 0.
I20260630 12:14:40.011236  9218 raft_consensus.cc:2468] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 0.
I20260630 12:14:40.011850  9343 raft_consensus.cc:493] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:40.012312  9108 leader_election.cc:304] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58dfe00f7cdf4adb82dcde5fc84ea82f, f2bd048c25984b00b05bcad08d91317b; no voters: 
I20260630 12:14:40.012358  9343 raft_consensus.cc:515] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:40.013290  9351 raft_consensus.cc:2804] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:40.013652  9351 raft_consensus.cc:493] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:40.014008  9351 raft_consensus.cc:3060] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:40.014706  9343 leader_election.cc:290] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:40.015370  9143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f303ad664f94217b4f7f2c9c8f152db" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b" is_pre_election: true
I20260630 12:14:40.015761  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f303ad664f94217b4f7f2c9c8f152db" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" is_pre_election: true
I20260630 12:14:40.015928  9143 raft_consensus.cc:2468] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 0.
I20260630 12:14:40.016405  9293 raft_consensus.cc:2468] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 0.
I20260630 12:14:40.016907  9183 leader_election.cc:304] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d1a1be39dd743159cb683a86f880a80, f2bd048c25984b00b05bcad08d91317b; no voters: 
I20260630 12:14:40.017683  9343 raft_consensus.cc:2804] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:40.018040  9343 raft_consensus.cc:493] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:40.018358  9343 raft_consensus.cc:3060] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:40.021152  9351 raft_consensus.cc:515] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:40.023409  9351 leader_election.cc:290] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 election: Requested vote from peers 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425), 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194:45795)
I20260630 12:14:40.024269  9293 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a42ffadeb58e45d69c386ecb6faadce0" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f"
I20260630 12:14:40.024694  9218 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a42ffadeb58e45d69c386ecb6faadce0" candidate_uuid: "f2bd048c25984b00b05bcad08d91317b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d1a1be39dd743159cb683a86f880a80"
I20260630 12:14:40.024916  9293 raft_consensus.cc:3060] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:40.025279  9218 raft_consensus.cc:3060] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:40.025622  9343 raft_consensus.cc:515] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:40.027340  9343 leader_election.cc:290] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 election: Requested vote from peers f2bd048c25984b00b05bcad08d91317b (127.0.107.193:46031), 58dfe00f7cdf4adb82dcde5fc84ea82f (127.0.107.195:37425)
I20260630 12:14:40.028690  9292 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f303ad664f94217b4f7f2c9c8f152db" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f"
I20260630 12:14:40.029024  9143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f303ad664f94217b4f7f2c9c8f152db" candidate_uuid: "0d1a1be39dd743159cb683a86f880a80" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2bd048c25984b00b05bcad08d91317b"
I20260630 12:14:40.029712  9143 raft_consensus.cc:3060] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:40.031883  9293 raft_consensus.cc:2468] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 1.
I20260630 12:14:40.032938  9108 leader_election.cc:304] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58dfe00f7cdf4adb82dcde5fc84ea82f, f2bd048c25984b00b05bcad08d91317b; no voters: 
I20260630 12:14:40.033633  9351 raft_consensus.cc:2804] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:40.034142  9351 raft_consensus.cc:697] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 1 LEADER]: Becoming Leader. State: Replica: f2bd048c25984b00b05bcad08d91317b, State: Running, Role: LEADER
I20260630 12:14:40.034919  9351 consensus_queue.cc:237] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } }
I20260630 12:14:40.035970  9143 raft_consensus.cc:2468] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 1.
I20260630 12:14:40.029285  9292 raft_consensus.cc:3060] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:40.037304  9183 leader_election.cc:304] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d1a1be39dd743159cb683a86f880a80, f2bd048c25984b00b05bcad08d91317b; no voters: 
I20260630 12:14:40.037998  9343 raft_consensus.cc:2804] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:40.039353  9343 raft_consensus.cc:697] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 1 LEADER]: Becoming Leader. State: Replica: 0d1a1be39dd743159cb683a86f880a80, State: Running, Role: LEADER
I20260630 12:14:40.040199  9343 consensus_queue.cc:237] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } }
I20260630 12:14:40.043640  9040 catalog_manager.cc:5697] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b reported cstate change: term changed from 0 to 1, leader changed from <none> to f2bd048c25984b00b05bcad08d91317b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f2bd048c25984b00b05bcad08d91317b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:40.045413  9292 raft_consensus.cc:2468] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d1a1be39dd743159cb683a86f880a80 in term 1.
I20260630 12:14:40.048398  9218 raft_consensus.cc:2468] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2bd048c25984b00b05bcad08d91317b in term 1.
I20260630 12:14:40.048506  9042 catalog_manager.cc:5697] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d1a1be39dd743159cb683a86f880a80 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0d1a1be39dd743159cb683a86f880a80" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:40.270036  9218 raft_consensus.cc:1275] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Refusing update from remote peer f2bd048c25984b00b05bcad08d91317b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.271637  9351 consensus_queue.cc:1048] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.277453  9363 consensus_queue.cc:1048] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.278429  9219 raft_consensus.cc:1275] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Refusing update from remote peer f2bd048c25984b00b05bcad08d91317b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.273470  9292 raft_consensus.cc:1275] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Refusing update from remote peer f2bd048c25984b00b05bcad08d91317b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.279976  9347 consensus_queue.cc:1048] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.292984  9351 consensus_queue.cc:1048] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [LEADER]: Connected to new peer: Peer: permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.294812  9292 raft_consensus.cc:1275] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Refusing update from remote peer f2bd048c25984b00b05bcad08d91317b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.298777  9351 consensus_queue.cc:1048] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [LEADER]: Connected to new peer: Peer: permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.299908  9216 raft_consensus.cc:1275] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Refusing update from remote peer 58dfe00f7cdf4adb82dcde5fc84ea82f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.301096  9143 raft_consensus.cc:1275] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Refusing update from remote peer 58dfe00f7cdf4adb82dcde5fc84ea82f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.303764  9345 consensus_queue.cc:1048] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d1a1be39dd743159cb683a86f880a80" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45795 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.304656  9143 raft_consensus.cc:3060] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:40.304520  9363 consensus_queue.cc:1048] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.312266  9143 raft_consensus.cc:1275] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Refusing update from remote peer 58dfe00f7cdf4adb82dcde5fc84ea82f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.313819  9363 consensus_queue.cc:1048] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.359026  9291 raft_consensus.cc:1275] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Refusing update from remote peer 0d1a1be39dd743159cb683a86f880a80: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.361235  9343 consensus_queue.cc:1048] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.382685  9144 raft_consensus.cc:1275] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Refusing update from remote peer 0d1a1be39dd743159cb683a86f880a80: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.387759  9343 consensus_queue.cc:1048] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.398869  9371 consensus_queue.cc:1048] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58dfe00f7cdf4adb82dcde5fc84ea82f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37425 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:40.410843  9144 raft_consensus.cc:1275] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Refusing update from remote peer 0d1a1be39dd743159cb683a86f880a80: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:40.412731  9343 consensus_queue.cc:1048] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2bd048c25984b00b05bcad08d91317b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:40.533177  9393 mvcc.cc:204] Tried to move back new op lower bound from 7302437602725019648 to 7302437601452826624. Current Snapshot: MvccSnapshot[applied={T|T < 7302437602725019648}]
W20260630 12:14:40.573788  9257 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46031, user_credentials={real_user=slave}} blocked reactor thread for 102140us
W20260630 12:14:40.688328  9109 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:45795, user_credentials={real_user=slave}} blocked reactor thread for 57367.5us
W20260630 12:14:40.824276  9383 meta_cache.cc:1261] Time spent looking up entry by key: real 0.077s	user 0.002s	sys 0.000s
W20260630 12:14:41.468313  9385 meta_cache.cc:1261] Time spent looking up entry by key: real 0.087s	user 0.004s	sys 0.000s
I20260630 12:14:41.579448   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:41.601037   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:41.601625   431 tablet_replica.cc:333] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b: stopping tablet replica
I20260630 12:14:41.602305   431 raft_consensus.cc:2243] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.602793   431 raft_consensus.cc:2272] T ce20f34775a94791be2817bcd5882be0 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.605279   431 tablet_replica.cc:333] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b: stopping tablet replica
I20260630 12:14:41.605930   431 raft_consensus.cc:2243] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:41.606671   431 raft_consensus.cc:2272] T a42ffadeb58e45d69c386ecb6faadce0 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.609010   431 tablet_replica.cc:333] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b: stopping tablet replica
I20260630 12:14:41.609547   431 raft_consensus.cc:2243] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.610047   431 raft_consensus.cc:2272] T 1f303ad664f94217b4f7f2c9c8f152db P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.612550   431 tablet_replica.cc:333] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b: stopping tablet replica
I20260630 12:14:41.613082   431 raft_consensus.cc:2243] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.613517   431 raft_consensus.cc:2272] T 96892a05f120482bb98e1abd914d4444 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.615988   431 tablet_replica.cc:333] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b: stopping tablet replica
I20260630 12:14:41.616490   431 raft_consensus.cc:2243] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.616925   431 raft_consensus.cc:2272] T ad371a97573a403094fce80beef1efc2 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.619405   431 tablet_replica.cc:333] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b: stopping tablet replica
I20260630 12:14:41.619920   431 raft_consensus.cc:2243] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:41.620714   431 raft_consensus.cc:2272] T 6b339a6adc4041cfa7d03f8cf460b1e4 P f2bd048c25984b00b05bcad08d91317b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.640223   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:41.655514   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:41.678288   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:41.678929   431 tablet_replica.cc:333] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80: stopping tablet replica
I20260630 12:14:41.679526   431 raft_consensus.cc:2243] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.680004   431 raft_consensus.cc:2272] T a42ffadeb58e45d69c386ecb6faadce0 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.682909   431 tablet_replica.cc:333] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80: stopping tablet replica
I20260630 12:14:41.683573   431 raft_consensus.cc:2243] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:41.684307   431 raft_consensus.cc:2272] T 1f303ad664f94217b4f7f2c9c8f152db P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.686542   431 tablet_replica.cc:333] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80: stopping tablet replica
I20260630 12:14:41.687067   431 raft_consensus.cc:2243] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.687505   431 raft_consensus.cc:2272] T ce20f34775a94791be2817bcd5882be0 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.689738   431 tablet_replica.cc:333] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80: stopping tablet replica
I20260630 12:14:41.690274   431 raft_consensus.cc:2243] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.690711   431 raft_consensus.cc:2272] T 96892a05f120482bb98e1abd914d4444 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.693638   431 tablet_replica.cc:333] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80: stopping tablet replica
I20260630 12:14:41.694200   431 raft_consensus.cc:2243] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.694633   431 raft_consensus.cc:2272] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.696969   431 tablet_replica.cc:333] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80: stopping tablet replica
I20260630 12:14:41.697458   431 raft_consensus.cc:2243] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:41.698233   431 raft_consensus.cc:2272] T ad371a97573a403094fce80beef1efc2 P 0d1a1be39dd743159cb683a86f880a80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.723794   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:41.739434   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:41.760910   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:41.761595   431 tablet_replica.cc:333] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: stopping tablet replica
I20260630 12:14:41.762291   431 raft_consensus.cc:2243] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:41.763180   431 raft_consensus.cc:2272] T ce20f34775a94791be2817bcd5882be0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.765527   431 tablet_replica.cc:333] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f: stopping tablet replica
I20260630 12:14:41.766109   431 raft_consensus.cc:2243] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.766628   431 raft_consensus.cc:2272] T ad371a97573a403094fce80beef1efc2 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.769025   431 tablet_replica.cc:333] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f: stopping tablet replica
I20260630 12:14:41.769559   431 raft_consensus.cc:2243] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.770078   431 raft_consensus.cc:2272] T 6b339a6adc4041cfa7d03f8cf460b1e4 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.772707   431 tablet_replica.cc:333] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f: stopping tablet replica
I20260630 12:14:41.773231   431 raft_consensus.cc:2243] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:41.774039   431 raft_consensus.cc:2272] T 96892a05f120482bb98e1abd914d4444 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.776182   431 tablet_replica.cc:333] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f: stopping tablet replica
I20260630 12:14:41.776686   431 raft_consensus.cc:2243] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.777184   431 raft_consensus.cc:2272] T 1f303ad664f94217b4f7f2c9c8f152db P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.779417   431 tablet_replica.cc:333] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f: stopping tablet replica
I20260630 12:14:41.779901   431 raft_consensus.cc:2243] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:41.780323   431 raft_consensus.cc:2272] T a42ffadeb58e45d69c386ecb6faadce0 P 58dfe00f7cdf4adb82dcde5fc84ea82f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.807463   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:41.822496   431 master.cc:562] Master@127.0.107.254:45955 shutting down...
I20260630 12:14:41.842649   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:41.843127   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:41.843552   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4dec053122454d9b949da0a5e09ba54d: stopping tablet replica
I20260630 12:14:41.862910   431 master.cc:584] Master@127.0.107.254:45955 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4191 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:14:41.893414   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:32863
I20260630 12:14:41.894532   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:41.899302  9444 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:41.899389  9445 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:41.900936  9447 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:41.901777   431 server_base.cc:1061] running on GCE node
I20260630 12:14:41.902513   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:41.902706   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:41.902850   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821681902837 us; error 0 us; skew 500 ppm
I20260630 12:14:41.903378   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:41.905498   431 webserver.cc:533] Webserver started at http://127.0.107.254:37421/ using document root <none> and password file <none>
I20260630 12:14:41.905987   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:41.906145   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:41.906368   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:41.907368   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "078b97108cb94818a10261f387d54640"
format_stamp: "Formatted at 2026-06-30 12:14:41 on dist-test-slave-t06f"
I20260630 12:14:41.911573   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:41.914726  9452 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:41.915500   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:41.915793   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "078b97108cb94818a10261f387d54640"
format_stamp: "Formatted at 2026-06-30 12:14:41 on dist-test-slave-t06f"
I20260630 12:14:41.916076   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:41.933806   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:41.934759   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:41.968129   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:32863
I20260630 12:14:41.968242  9503 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:32863 every 8 connection(s)
I20260630 12:14:41.971853  9504 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:41.981523  9504 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640: Bootstrap starting.
I20260630 12:14:41.985684  9504 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:41.989312  9504 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640: No bootstrap required, opened a new log
I20260630 12:14:41.991166  9504 raft_consensus.cc:359] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "078b97108cb94818a10261f387d54640" member_type: VOTER }
I20260630 12:14:41.991570  9504 raft_consensus.cc:385] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:41.991811  9504 raft_consensus.cc:740] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 078b97108cb94818a10261f387d54640, State: Initialized, Role: FOLLOWER
I20260630 12:14:41.992364  9504 consensus_queue.cc:260] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "078b97108cb94818a10261f387d54640" member_type: VOTER }
I20260630 12:14:41.992831  9504 raft_consensus.cc:399] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:41.993069  9504 raft_consensus.cc:493] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:41.993328  9504 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:41.998015  9504 raft_consensus.cc:515] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "078b97108cb94818a10261f387d54640" member_type: VOTER }
I20260630 12:14:41.998519  9504 leader_election.cc:304] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [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: 078b97108cb94818a10261f387d54640; no voters: 
I20260630 12:14:41.999580  9504 leader_election.cc:290] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:41.999892  9507 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:42.001228  9507 raft_consensus.cc:697] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 1 LEADER]: Becoming Leader. State: Replica: 078b97108cb94818a10261f387d54640, State: Running, Role: LEADER
I20260630 12:14:42.001837  9507 consensus_queue.cc:237] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [LEADER]: Queue going to LEADER mode. State: All 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: "078b97108cb94818a10261f387d54640" member_type: VOTER }
I20260630 12:14:42.002477  9504 sys_catalog.cc:565] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:42.006052  9508 sys_catalog.cc:455] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "078b97108cb94818a10261f387d54640" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "078b97108cb94818a10261f387d54640" member_type: VOTER } }
I20260630 12:14:42.006809  9508 sys_catalog.cc:458] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:42.006737  9509 sys_catalog.cc:455] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 078b97108cb94818a10261f387d54640. Latest consensus state: current_term: 1 leader_uuid: "078b97108cb94818a10261f387d54640" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "078b97108cb94818a10261f387d54640" member_type: VOTER } }
I20260630 12:14:42.007608  9509 sys_catalog.cc:458] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:42.008706  9514 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:42.015064  9514 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:42.016705   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:42.023636  9514 catalog_manager.cc:1383] Generated new cluster ID: 36e09faafab2421eb8c04ce5dc5e5d59
I20260630 12:14:42.023926  9514 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:42.054420  9514 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:42.055660  9514 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:42.073413  9514 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640: Generated new TSK 0
I20260630 12:14:42.074028  9514 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:42.082866   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:42.088163  9525 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:42.089447  9526 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:42.091010   431 server_base.cc:1061] running on GCE node
W20260630 12:14:42.091189  9528 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:42.092080   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:42.092279   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:42.092401   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821682092391 us; error 0 us; skew 500 ppm
I20260630 12:14:42.092810   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:42.094983   431 webserver.cc:533] Webserver started at http://127.0.107.193:37775/ using document root <none> and password file <none>
I20260630 12:14:42.095387   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:42.095536   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:42.095745   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:42.096728   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "fb6d03c37c2d45c28fa82146e70758a5"
format_stamp: "Formatted at 2026-06-30 12:14:42 on dist-test-slave-t06f"
I20260630 12:14:42.100915   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:14:42.104103  9533 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.104856   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:42.105130   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "fb6d03c37c2d45c28fa82146e70758a5"
format_stamp: "Formatted at 2026-06-30 12:14:42 on dist-test-slave-t06f"
I20260630 12:14:42.105417   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:42.119586   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:42.120600   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:42.121956   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:42.124356   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:42.124596   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.124822   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:42.124985   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.162321   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34879
I20260630 12:14:42.162431  9595 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34879 every 8 connection(s)
I20260630 12:14:42.167084   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:42.175079  9600 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:42.176513  9601 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:42.178773   431 server_base.cc:1061] running on GCE node
W20260630 12:14:42.178656  9603 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:42.181223  9596 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32863
I20260630 12:14:42.181607  9596 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:42.182379  9596 heartbeater.cc:507] Master 127.0.107.254:32863 requested a full tablet report, sending...
I20260630 12:14:42.182426   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:42.182745   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:42.182915   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821682182883 us; error 0 us; skew 500 ppm
I20260630 12:14:42.183629   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:42.184679  9469 ts_manager.cc:194] Registered new tserver with Master: fb6d03c37c2d45c28fa82146e70758a5 (127.0.107.193:34879)
I20260630 12:14:42.186321   431 webserver.cc:533] Webserver started at http://127.0.107.194:37755/ using document root <none> and password file <none>
I20260630 12:14:42.186929   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:42.187163   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:42.187160  9469 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60774
I20260630 12:14:42.187754   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:42.189054   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "0562a188acbf4423b1d1d75756304143"
format_stamp: "Formatted at 2026-06-30 12:14:42 on dist-test-slave-t06f"
I20260630 12:14:42.193646   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:42.196978  9608 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.197781   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:42.198093   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "0562a188acbf4423b1d1d75756304143"
format_stamp: "Formatted at 2026-06-30 12:14:42 on dist-test-slave-t06f"
I20260630 12:14:42.198378   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:42.224608   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:42.225608   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:42.226987   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:42.229135   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:42.229357   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.229583   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:42.229809   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:14:42.265385   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35449
I20260630 12:14:42.265475  9670 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35449 every 8 connection(s)
I20260630 12:14:42.270056   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:42.276585  9674 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:42.277321  9675 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:42.279107  9677 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:42.280251   431 server_base.cc:1061] running on GCE node
I20260630 12:14:42.281340   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:42.281599   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:42.281831   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821682281810 us; error 0 us; skew 500 ppm
I20260630 12:14:42.282105  9671 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32863
I20260630 12:14:42.282435   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:42.282488  9671 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:42.283401  9671 heartbeater.cc:507] Master 127.0.107.254:32863 requested a full tablet report, sending...
I20260630 12:14:42.285280   431 webserver.cc:533] Webserver started at http://127.0.107.195:46349/ using document root <none> and password file <none>
I20260630 12:14:42.285651  9469 ts_manager.cc:194] Registered new tserver with Master: 0562a188acbf4423b1d1d75756304143 (127.0.107.194:35449)
I20260630 12:14:42.285863   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:42.286216   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:42.286477   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:42.287199  9469 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60784
I20260630 12:14:42.287560   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "d9b8ed5605de413b8861c465cb757bc1"
format_stamp: "Formatted at 2026-06-30 12:14:42 on dist-test-slave-t06f"
I20260630 12:14:42.291920   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:14:42.294855  9682 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.295615   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:42.295913   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "d9b8ed5605de413b8861c465cb757bc1"
format_stamp: "Formatted at 2026-06-30 12:14:42 on dist-test-slave-t06f"
I20260630 12:14:42.296178   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:42.311488   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:42.312594   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:42.314014   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:42.316115   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:42.316340   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.316568   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:42.316744   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:42.354849   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37789
I20260630 12:14:42.354948  9744 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37789 every 8 connection(s)
I20260630 12:14:42.367760  9745 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32863
I20260630 12:14:42.368112  9745 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:42.368754  9745 heartbeater.cc:507] Master 127.0.107.254:32863 requested a full tablet report, sending...
I20260630 12:14:42.370529  9469 ts_manager.cc:194] Registered new tserver with Master: d9b8ed5605de413b8861c465cb757bc1 (127.0.107.195:37789)
I20260630 12:14:42.371479   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013497673s
I20260630 12:14:42.371791  9469 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60798
I20260630 12:14:43.189989  9596 heartbeater.cc:499] Master 127.0.107.254:32863 was elected leader, sending a full tablet report...
I20260630 12:14:43.289629  9671 heartbeater.cc:499] Master 127.0.107.254:32863 was elected leader, sending a full tablet report...
I20260630 12:14:43.374117  9745 heartbeater.cc:499] Master 127.0.107.254:32863 was elected leader, sending a full tablet report...
I20260630 12:14:43.426291  9469 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38990:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:43.428200  9469 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:43.468117  9710 tablet_service.cc:1511] Processing CreateTablet for tablet 50af63e9b75641c697592c3535d31d46 (DEFAULT_TABLE table=test-workload [id=dc5aef5b98ac4c0481dc7c6503312ffe]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:43.469987  9710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50af63e9b75641c697592c3535d31d46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:43.471138  9636 tablet_service.cc:1511] Processing CreateTablet for tablet 50af63e9b75641c697592c3535d31d46 (DEFAULT_TABLE table=test-workload [id=dc5aef5b98ac4c0481dc7c6503312ffe]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:43.472386  9636 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50af63e9b75641c697592c3535d31d46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:43.480947  9561 tablet_service.cc:1511] Processing CreateTablet for tablet 50af63e9b75641c697592c3535d31d46 (DEFAULT_TABLE table=test-workload [id=dc5aef5b98ac4c0481dc7c6503312ffe]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:43.482156  9561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50af63e9b75641c697592c3535d31d46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:43.490221  9765 tablet_bootstrap.cc:492] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1: Bootstrap starting.
I20260630 12:14:43.491403  9766 tablet_bootstrap.cc:492] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143: Bootstrap starting.
I20260630 12:14:43.497922  9766 tablet_bootstrap.cc:654] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:43.500422  9765 tablet_bootstrap.cc:654] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:43.501034  9767 tablet_bootstrap.cc:492] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5: Bootstrap starting.
I20260630 12:14:43.504211  9766 tablet_bootstrap.cc:492] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143: No bootstrap required, opened a new log
I20260630 12:14:43.504711  9766 ts_tablet_manager.cc:1403] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143: Time spent bootstrapping tablet: real 0.014s	user 0.003s	sys 0.009s
I20260630 12:14:43.507679  9767 tablet_bootstrap.cc:654] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:43.507880  9765 tablet_bootstrap.cc:492] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1: No bootstrap required, opened a new log
I20260630 12:14:43.507480  9766 raft_consensus.cc:359] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.508422  9765 ts_tablet_manager.cc:1403] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.002s
I20260630 12:14:43.508354  9766 raft_consensus.cc:385] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:43.508877  9766 raft_consensus.cc:740] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0562a188acbf4423b1d1d75756304143, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.509639  9766 consensus_queue.cc:260] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.511088  9765 raft_consensus.cc:359] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.511718  9765 raft_consensus.cc:385] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:43.512048  9765 raft_consensus.cc:740] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9b8ed5605de413b8861c465cb757bc1, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.512787  9765 consensus_queue.cc:260] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.518476  9767 tablet_bootstrap.cc:492] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5: No bootstrap required, opened a new log
I20260630 12:14:43.518667  9766 ts_tablet_manager.cc:1434] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.009s
I20260630 12:14:43.519021  9767 ts_tablet_manager.cc:1403] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.004s
I20260630 12:14:43.520826  9765 ts_tablet_manager.cc:1434] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.007s
I20260630 12:14:43.521487  9767 raft_consensus.cc:359] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.522387  9767 raft_consensus.cc:385] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:43.522680  9767 raft_consensus.cc:740] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fb6d03c37c2d45c28fa82146e70758a5, State: Initialized, Role: FOLLOWER
I20260630 12:14:43.523514  9767 consensus_queue.cc:260] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.527197  9767 ts_tablet_manager.cc:1434] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:14:43.790450  9772 raft_consensus.cc:493] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:43.790908  9772 raft_consensus.cc:515] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.792779  9772 leader_election.cc:290] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0562a188acbf4423b1d1d75756304143 (127.0.107.194:35449), fb6d03c37c2d45c28fa82146e70758a5 (127.0.107.193:34879)
I20260630 12:14:43.805243  9646 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50af63e9b75641c697592c3535d31d46" candidate_uuid: "d9b8ed5605de413b8861c465cb757bc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0562a188acbf4423b1d1d75756304143" is_pre_election: true
I20260630 12:14:43.805243  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50af63e9b75641c697592c3535d31d46" candidate_uuid: "d9b8ed5605de413b8861c465cb757bc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb6d03c37c2d45c28fa82146e70758a5" is_pre_election: true
I20260630 12:14:43.805979  9646 raft_consensus.cc:2468] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d9b8ed5605de413b8861c465cb757bc1 in term 0.
I20260630 12:14:43.806077  9571 raft_consensus.cc:2468] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d9b8ed5605de413b8861c465cb757bc1 in term 0.
I20260630 12:14:43.807070  9684 leader_election.cc:304] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0562a188acbf4423b1d1d75756304143, d9b8ed5605de413b8861c465cb757bc1; no voters: 
I20260630 12:14:43.807807  9772 raft_consensus.cc:2804] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:43.808099  9772 raft_consensus.cc:493] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:43.808333  9772 raft_consensus.cc:3060] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:43.813010  9772 raft_consensus.cc:515] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.814539  9772 leader_election.cc:290] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [CANDIDATE]: Term 1 election: Requested vote from peers 0562a188acbf4423b1d1d75756304143 (127.0.107.194:35449), fb6d03c37c2d45c28fa82146e70758a5 (127.0.107.193:34879)
I20260630 12:14:43.815438  9646 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50af63e9b75641c697592c3535d31d46" candidate_uuid: "d9b8ed5605de413b8861c465cb757bc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0562a188acbf4423b1d1d75756304143"
I20260630 12:14:43.815562  9571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50af63e9b75641c697592c3535d31d46" candidate_uuid: "d9b8ed5605de413b8861c465cb757bc1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb6d03c37c2d45c28fa82146e70758a5"
I20260630 12:14:43.815960  9646 raft_consensus.cc:3060] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:43.816177  9571 raft_consensus.cc:3060] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:43.821069  9646 raft_consensus.cc:2468] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d9b8ed5605de413b8861c465cb757bc1 in term 1.
I20260630 12:14:43.821208  9571 raft_consensus.cc:2468] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d9b8ed5605de413b8861c465cb757bc1 in term 1.
I20260630 12:14:43.822156  9684 leader_election.cc:304] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0562a188acbf4423b1d1d75756304143, d9b8ed5605de413b8861c465cb757bc1; no voters: 
I20260630 12:14:43.822955  9772 raft_consensus.cc:2804] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:43.824016  9772 raft_consensus.cc:697] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 1 LEADER]: Becoming Leader. State: Replica: d9b8ed5605de413b8861c465cb757bc1, State: Running, Role: LEADER
I20260630 12:14:43.824783  9772 consensus_queue.cc:237] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } }
I20260630 12:14:43.832224  9466 catalog_manager.cc:5697] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 reported cstate change: term changed from 0 to 1, leader changed from <none> to d9b8ed5605de413b8861c465cb757bc1 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d9b8ed5605de413b8861c465cb757bc1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9b8ed5605de413b8861c465cb757bc1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:43.968925  9571 raft_consensus.cc:1275] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 1 FOLLOWER]: Refusing update from remote peer d9b8ed5605de413b8861c465cb757bc1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:43.969645  9646 raft_consensus.cc:1275] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 1 FOLLOWER]: Refusing update from remote peer d9b8ed5605de413b8861c465cb757bc1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:14:43.970642  9776 consensus_queue.cc:1048] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb6d03c37c2d45c28fa82146e70758a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:14:43.972805  9772 consensus_queue.cc:1048] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0562a188acbf4423b1d1d75756304143" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:44.442715   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:44.465847   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:44.466427   431 tablet_replica.cc:333] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5: stopping tablet replica
I20260630 12:14:44.466883   431 raft_consensus.cc:2243] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.467351   431 raft_consensus.cc:2272] T 50af63e9b75641c697592c3535d31d46 P fb6d03c37c2d45c28fa82146e70758a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.487757   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:44.496693   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:44.515439   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:44.516145   431 tablet_replica.cc:333] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143: stopping tablet replica
I20260630 12:14:44.516650   431 raft_consensus.cc:2243] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.517095   431 raft_consensus.cc:2272] T 50af63e9b75641c697592c3535d31d46 P 0562a188acbf4423b1d1d75756304143 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.537537   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:44.546841   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:44.565996   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:44.566537   431 tablet_replica.cc:333] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1: stopping tablet replica
I20260630 12:14:44.566987   431 raft_consensus.cc:2243] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:44.567788   431 raft_consensus.cc:2272] T 50af63e9b75641c697592c3535d31d46 P d9b8ed5605de413b8861c465cb757bc1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.578701   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:44.587695   431 master.cc:562] Master@127.0.107.254:32863 shutting down...
I20260630 12:14:44.607194   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:44.607663   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.607905   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 078b97108cb94818a10261f387d54640: stopping tablet replica
I20260630 12:14:44.626216   431 master.cc:584] Master@127.0.107.254:32863 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2756 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:14:44.652114   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:32841
I20260630 12:14:44.653249   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:44.658027  9802 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:44.658380  9803 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:44.659695  9805 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:44.660609   431 server_base.cc:1061] running on GCE node
I20260630 12:14:44.661464   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:44.661654   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:44.661926   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821684661912 us; error 0 us; skew 500 ppm
I20260630 12:14:44.662463   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:44.664642   431 webserver.cc:533] Webserver started at http://127.0.107.254:37149/ using document root <none> and password file <none>
I20260630 12:14:44.665104   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:44.665298   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:44.665585   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:44.666687   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "5b44b6cd32d546308bec9a4e9e6f32d8"
format_stamp: "Formatted at 2026-06-30 12:14:44 on dist-test-slave-t06f"
I20260630 12:14:44.671413   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:44.674602  9810 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:44.675375   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:44.675671   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "5b44b6cd32d546308bec9a4e9e6f32d8"
format_stamp: "Formatted at 2026-06-30 12:14:44 on dist-test-slave-t06f"
I20260630 12:14:44.675956   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:44.714754   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:44.716451   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:44.757347   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:32841
I20260630 12:14:44.757532  9862 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:32841 every 8 connection(s)
I20260630 12:14:44.762135  9863 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:44.775364  9863 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8: Bootstrap starting.
I20260630 12:14:44.780727  9863 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:44.785228  9863 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8: No bootstrap required, opened a new log
I20260630 12:14:44.787648  9863 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b44b6cd32d546308bec9a4e9e6f32d8" member_type: VOTER }
I20260630 12:14:44.788204  9863 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:44.788466  9863 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b44b6cd32d546308bec9a4e9e6f32d8, State: Initialized, Role: FOLLOWER
I20260630 12:14:44.789165  9863 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5b44b6cd32d546308bec9a4e9e6f32d8" member_type: VOTER }
I20260630 12:14:44.789685  9863 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:44.789918  9863 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:44.790246  9863 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:44.795001  9863 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b44b6cd32d546308bec9a4e9e6f32d8" member_type: VOTER }
I20260630 12:14:44.795511  9863 leader_election.cc:304] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [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: 5b44b6cd32d546308bec9a4e9e6f32d8; no voters: 
I20260630 12:14:44.796638  9863 leader_election.cc:290] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:44.797057  9866 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:44.798494  9866 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 1 LEADER]: Becoming Leader. State: Replica: 5b44b6cd32d546308bec9a4e9e6f32d8, State: Running, Role: LEADER
I20260630 12:14:44.799310  9866 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [LEADER]: Queue going to LEADER mode. State: All 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: "5b44b6cd32d546308bec9a4e9e6f32d8" member_type: VOTER }
I20260630 12:14:44.799609  9863 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:44.806327  9867 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5b44b6cd32d546308bec9a4e9e6f32d8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b44b6cd32d546308bec9a4e9e6f32d8" member_type: VOTER } }
I20260630 12:14:44.806557  9868 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5b44b6cd32d546308bec9a4e9e6f32d8. Latest consensus state: current_term: 1 leader_uuid: "5b44b6cd32d546308bec9a4e9e6f32d8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b44b6cd32d546308bec9a4e9e6f32d8" member_type: VOTER } }
I20260630 12:14:44.807026  9867 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:44.807301  9868 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:44.810060  9873 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:44.816367  9873 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:44.818202   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:44.825575  9873 catalog_manager.cc:1383] Generated new cluster ID: f9f0587830c74f3cb67f8059d5497039
I20260630 12:14:44.825918  9873 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:44.854823  9873 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:44.856205  9873 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:44.867318  9873 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8: Generated new TSK 0
I20260630 12:14:44.867946  9873 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:44.884794   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:44.892084  9884 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:44.893206  9885 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:44.895172  9887 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:44.895545   431 server_base.cc:1061] running on GCE node
I20260630 12:14:44.896521   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:44.896711   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:44.896843   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821684896832 us; error 0 us; skew 500 ppm
I20260630 12:14:44.897330   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:44.899837   431 webserver.cc:533] Webserver started at http://127.0.107.193:35885/ using document root <none> and password file <none>
I20260630 12:14:44.900303   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:44.900465   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:44.900724   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:44.902148   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "81ce6c34e5d44fd5823604ffd6eefe03"
format_stamp: "Formatted at 2026-06-30 12:14:44 on dist-test-slave-t06f"
I20260630 12:14:44.906697   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:14:44.910068  9892 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:44.910818   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:14:44.911105   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "81ce6c34e5d44fd5823604ffd6eefe03"
format_stamp: "Formatted at 2026-06-30 12:14:44 on dist-test-slave-t06f"
I20260630 12:14:44.911420   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:44.923978   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:44.925236   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:44.926764   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:44.929124   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:44.929369   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:44.929612   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:44.929854   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:14:44.969985   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45937
I20260630 12:14:44.970063  9954 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45937 every 8 connection(s)
I20260630 12:14:44.975490   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:44.993157  9955 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32841
I20260630 12:14:44.993700  9955 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:44.994743  9955 heartbeater.cc:507] Master 127.0.107.254:32841 requested a full tablet report, sending...
W20260630 12:14:44.995079  9959 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:44.996292  9960 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:44.997644  9828 ts_manager.cc:194] Registered new tserver with Master: 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937)
I20260630 12:14:44.997839   431 server_base.cc:1061] running on GCE node
I20260630 12:14:45.000324  9828 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48070
W20260630 12:14:45.000716  9962 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:45.001884   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:45.002162   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:45.002405   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821685002382 us; error 0 us; skew 500 ppm
I20260630 12:14:45.003085   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:45.005626   431 webserver.cc:533] Webserver started at http://127.0.107.194:34573/ using document root <none> and password file <none>
I20260630 12:14:45.006186   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:45.006350   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:45.006557   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:45.007678   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "3466602c0aec45d191b9551ec5ea2855"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-t06f"
I20260630 12:14:45.011888   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:45.015271  9967 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.016048   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260630 12:14:45.016309   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "3466602c0aec45d191b9551ec5ea2855"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-t06f"
I20260630 12:14:45.016536   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:45.026120   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:45.027235   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:45.028594   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:45.030936   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:45.031119   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.031399   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:45.031553   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.071357   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37563
I20260630 12:14:45.071455 10029 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37563 every 8 connection(s)
I20260630 12:14:45.076210   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:45.083766 10033 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:45.085644 10034 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:45.088992 10036 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:45.090106 10030 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32841
I20260630 12:14:45.090672 10030 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:45.091838 10030 heartbeater.cc:507] Master 127.0.107.254:32841 requested a full tablet report, sending...
I20260630 12:14:45.093351   431 server_base.cc:1061] running on GCE node
I20260630 12:14:45.094211  9828 ts_manager.cc:194] Registered new tserver with Master: 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:45.094281   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:45.094638   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:45.094827   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821685094808 us; error 0 us; skew 500 ppm
I20260630 12:14:45.095395   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:45.095835  9828 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48080
I20260630 12:14:45.098357   431 webserver.cc:533] Webserver started at http://127.0.107.195:33013/ using document root <none> and password file <none>
I20260630 12:14:45.098961   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:45.099153   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:45.099442   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:45.100731   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "0ab57bfae4a14dda9358458f2bd4ba52"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-t06f"
I20260630 12:14:45.105122   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:14:45.108572 10041 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.109328   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:45.109612   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "0ab57bfae4a14dda9358458f2bd4ba52"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-t06f"
I20260630 12:14:45.109953   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:45.138479   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:45.139657   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:45.141131   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:45.143430   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:45.143662   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.143904   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:45.144081   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.183125   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40503
I20260630 12:14:45.183226 10103 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40503 every 8 connection(s)
I20260630 12:14:45.196851 10104 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32841
I20260630 12:14:45.197245 10104 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:45.197996 10104 heartbeater.cc:507] Master 127.0.107.254:32841 requested a full tablet report, sending...
I20260630 12:14:45.199815  9828 ts_manager.cc:194] Registered new tserver with Master: 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:45.200856   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014381856s
I20260630 12:14:45.201166  9828 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48082
I20260630 12:14:46.003602  9955 heartbeater.cc:499] Master 127.0.107.254:32841 was elected leader, sending a full tablet report...
I20260630 12:14:46.098968 10030 heartbeater.cc:499] Master 127.0.107.254:32841 was elected leader, sending a full tablet report...
I20260630 12:14:46.203655 10104 heartbeater.cc:499] Master 127.0.107.254:32841 was elected leader, sending a full tablet report...
I20260630 12:14:46.255966  9828 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48084:
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:14:46.321198  9995 tablet_service.cc:1511] Processing CreateTablet for tablet ada36a64c82449f08fa10708cc052153 (DEFAULT_TABLE table=test-workload [id=5f85af3be302495d97cc673e532f9d51]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:46.321543  9994 tablet_service.cc:1511] Processing CreateTablet for tablet e23b876cee0346e387ae1cd7f0e30e77 (DEFAULT_TABLE table=test-workload [id=5f85af3be302495d97cc673e532f9d51]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:46.322783  9995 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ada36a64c82449f08fa10708cc052153. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.322711 10069 tablet_service.cc:1511] Processing CreateTablet for tablet f3fde9d6ecbd4a9595c7e100236725d3 (DEFAULT_TABLE table=test-workload [id=5f85af3be302495d97cc673e532f9d51]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:46.323551  9994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e23b876cee0346e387ae1cd7f0e30e77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.324186 10069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3fde9d6ecbd4a9595c7e100236725d3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.323933  9920 tablet_service.cc:1511] Processing CreateTablet for tablet c47bb748f1a4497a8eb3089a60695c7f (DEFAULT_TABLE table=test-workload [id=5f85af3be302495d97cc673e532f9d51]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:46.325232  9920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c47bb748f1a4497a8eb3089a60695c7f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.327399 10068 tablet_service.cc:1511] Processing CreateTablet for tablet 0d9bb822320f4813a8a2f6667bdb5ef9 (DEFAULT_TABLE table=test-workload [id=5f85af3be302495d97cc673e532f9d51]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:46.328713 10068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d9bb822320f4813a8a2f6667bdb5ef9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.322352  9919 tablet_service.cc:1511] Processing CreateTablet for tablet 3816769e758d476084a58f5e6b39b9e0 (DEFAULT_TABLE table=test-workload [id=5f85af3be302495d97cc673e532f9d51]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:46.334188  9919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3816769e758d476084a58f5e6b39b9e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.348721 10124 tablet_bootstrap.cc:492] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
I20260630 12:14:46.357110 10124 tablet_bootstrap.cc:654] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.357436 10125 tablet_bootstrap.cc:492] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:46.367583 10126 tablet_bootstrap.cc:492] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:46.368850 10125 tablet_bootstrap.cc:654] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.369189 10124 tablet_bootstrap.cc:492] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:46.369728 10124 ts_tablet_manager.cc:1403] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.009s
I20260630 12:14:46.372794 10124 raft_consensus.cc:359] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.373358 10124 raft_consensus.cc:385] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.373448 10125 tablet_bootstrap.cc:492] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:46.373731 10124 raft_consensus.cc:740] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.374010 10125 ts_tablet_manager.cc:1403] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.004s
I20260630 12:14:46.374743 10126 tablet_bootstrap.cc:654] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.374665 10124 consensus_queue.cc:260] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.375427 10124 raft_consensus.cc:399] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:46.375787 10124 raft_consensus.cc:493] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:46.376140 10124 raft_consensus.cc:3060] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.376622 10125 raft_consensus.cc:359] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.377722 10125 raft_consensus.cc:385] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.377997 10125 raft_consensus.cc:740] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.379340 10125 consensus_queue.cc:260] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.379837 10125 raft_consensus.cc:399] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:46.380092 10125 raft_consensus.cc:493] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:46.380375 10125 raft_consensus.cc:3060] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.385576 10125 raft_consensus.cc:515] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.385526 10124 raft_consensus.cc:515] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.386612 10126 tablet_bootstrap.cc:492] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:46.386502 10125 leader_election.cc:304] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [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: 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 
I20260630 12:14:46.386523 10124 leader_election.cc:304] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [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: 3466602c0aec45d191b9551ec5ea2855; no voters: 
I20260630 12:14:46.387372 10126 ts_tablet_manager.cc:1403] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.006s
I20260630 12:14:46.388422 10124 leader_election.cc:290] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:46.389261 10125 leader_election.cc:290] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:46.389770 10131 raft_consensus.cc:2804] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.390151 10130 raft_consensus.cc:2804] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.390394 10126 raft_consensus.cc:359] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.390964 10126 raft_consensus.cc:385] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.391289 10126 raft_consensus.cc:740] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.392261 10126 consensus_queue.cc:260] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.393075 10126 raft_consensus.cc:399] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:46.393429 10126 raft_consensus.cc:493] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:46.393837 10126 raft_consensus.cc:3060] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.402307 10130 raft_consensus.cc:697] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 LEADER]: Becoming Leader. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Running, Role: LEADER
I20260630 12:14:46.403182 10124 ts_tablet_manager.cc:1434] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.033s	user 0.013s	sys 0.018s
I20260630 12:14:46.403512 10125 ts_tablet_manager.cc:1434] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.029s	user 0.021s	sys 0.003s
I20260630 12:14:46.403226 10130 consensus_queue.cc:237] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Queue going to LEADER mode. State: All 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: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.404222 10124 tablet_bootstrap.cc:492] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
I20260630 12:14:46.404444 10125 tablet_bootstrap.cc:492] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:46.404764 10131 raft_consensus.cc:697] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Becoming Leader. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Running, Role: LEADER
I20260630 12:14:46.406227 10131 consensus_queue.cc:237] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Queue going to LEADER mode. State: All 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: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.406662 10126 raft_consensus.cc:515] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.407881 10126 leader_election.cc:304] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [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: 0ab57bfae4a14dda9358458f2bd4ba52; no voters: 
I20260630 12:14:46.414424 10126 leader_election.cc:290] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:46.417812 10137 raft_consensus.cc:2804] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.423481 10125 tablet_bootstrap.cc:654] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.429001 10124 tablet_bootstrap.cc:654] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.430243  9828 catalog_manager.cc:5697] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:46.431128  9827 catalog_manager.cc:5697] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "3466602c0aec45d191b9551ec5ea2855" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:46.435943 10126 ts_tablet_manager.cc:1434] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.048s	user 0.021s	sys 0.020s
I20260630 12:14:46.437801 10126 tablet_bootstrap.cc:492] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:46.441720 10137 raft_consensus.cc:697] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Becoming Leader. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Running, Role: LEADER
I20260630 12:14:46.442912 10137 consensus_queue.cc:237] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Queue going to LEADER mode. State: All 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: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.457016 10126 tablet_bootstrap.cc:654] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.458405  9826 catalog_manager.cc:5697] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:46.464322 10124 tablet_bootstrap.cc:492] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:46.464459 10125 tablet_bootstrap.cc:492] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:46.465543 10124 ts_tablet_manager.cc:1403] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.062s	user 0.019s	sys 0.004s
I20260630 12:14:46.466413 10125 ts_tablet_manager.cc:1403] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.062s	user 0.010s	sys 0.007s
I20260630 12:14:46.468690 10124 raft_consensus.cc:359] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.469283 10124 raft_consensus.cc:385] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.469583 10124 raft_consensus.cc:740] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.470316 10124 consensus_queue.cc:260] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.471047 10124 raft_consensus.cc:399] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:46.471381 10124 raft_consensus.cc:493] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:46.471721 10124 raft_consensus.cc:3060] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.470638 10125 raft_consensus.cc:359] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.473358 10125 raft_consensus.cc:385] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.474349 10125 raft_consensus.cc:740] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.475755 10125 consensus_queue.cc:260] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.476852 10125 raft_consensus.cc:399] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:46.477195 10125 raft_consensus.cc:493] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:46.477497 10125 raft_consensus.cc:3060] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.482323 10124 raft_consensus.cc:515] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.482831 10125 raft_consensus.cc:515] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.483093 10124 leader_election.cc:304] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [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: 3466602c0aec45d191b9551ec5ea2855; no voters: 
I20260630 12:14:46.483579 10125 leader_election.cc:304] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [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: 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 
I20260630 12:14:46.483964 10130 raft_consensus.cc:2804] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.484277 10125 leader_election.cc:290] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:46.484508 10130 raft_consensus.cc:697] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 1 LEADER]: Becoming Leader. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Running, Role: LEADER
I20260630 12:14:46.485212 10126 tablet_bootstrap.cc:492] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:46.485746 10126 ts_tablet_manager.cc:1403] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.048s	user 0.009s	sys 0.006s
I20260630 12:14:46.486039 10125 ts_tablet_manager.cc:1434] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.019s	user 0.015s	sys 0.000s
I20260630 12:14:46.485252 10130 consensus_queue.cc:237] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Queue going to LEADER mode. State: All 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: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } }
I20260630 12:14:46.485440 10131 raft_consensus.cc:2804] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.488859 10131 raft_consensus.cc:697] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Becoming Leader. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Running, Role: LEADER
I20260630 12:14:46.489738 10126 raft_consensus.cc:359] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.489879 10131 consensus_queue.cc:237] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Queue going to LEADER mode. State: All 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: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } }
I20260630 12:14:46.490331 10126 raft_consensus.cc:385] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.490639 10126 raft_consensus.cc:740] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.491529 10126 consensus_queue.cc:260] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.492431 10126 raft_consensus.cc:399] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:46.492832 10126 raft_consensus.cc:493] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:46.493244 10126 raft_consensus.cc:3060] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.493461  9826 catalog_manager.cc:5697] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "3466602c0aec45d191b9551ec5ea2855" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:46.494406 10124 leader_election.cc:290] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:46.498549 10124 ts_tablet_manager.cc:1434] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.033s	user 0.016s	sys 0.000s
I20260630 12:14:46.499836  9828 catalog_manager.cc:5697] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:46.503577 10126 raft_consensus.cc:515] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.504379 10126 leader_election.cc:304] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [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: 0ab57bfae4a14dda9358458f2bd4ba52; no voters: 
I20260630 12:14:46.505056 10126 leader_election.cc:290] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:46.505211 10137 raft_consensus.cc:2804] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.505800 10137 raft_consensus.cc:697] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Becoming Leader. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Running, Role: LEADER
I20260630 12:14:46.506469 10137 consensus_queue.cc:237] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Queue going to LEADER mode. State: All 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: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:46.506654 10126 ts_tablet_manager.cc:1434] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.021s	user 0.010s	sys 0.006s
I20260630 12:14:46.512651  9827 catalog_manager.cc:5697] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:47.784281  9828 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48092:
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:14:47.786494  9828 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:14:47.827086  9920 tablet_service.cc:1511] Processing CreateTablet for tablet d5706676c9b34c40a12714bd1a517a77 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:47.828007  9994 tablet_service.cc:1511] Processing CreateTablet for tablet d5706676c9b34c40a12714bd1a517a77 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:47.829144  9994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5706676c9b34c40a12714bd1a517a77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.828387  9920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5706676c9b34c40a12714bd1a517a77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.829427 10069 tablet_service.cc:1511] Processing CreateTablet for tablet d5706676c9b34c40a12714bd1a517a77 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:47.830521 10069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5706676c9b34c40a12714bd1a517a77. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:14:47.833549  9876 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:47.837119  9919 tablet_service.cc:1511] Processing CreateTablet for tablet b54fa450cd714bacbd7f6edcd8091c18 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:47.838411  9919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54fa450cd714bacbd7f6edcd8091c18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.839721 10068 tablet_service.cc:1511] Processing CreateTablet for tablet b54fa450cd714bacbd7f6edcd8091c18 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:47.840965 10068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54fa450cd714bacbd7f6edcd8091c18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.843768  9995 tablet_service.cc:1511] Processing CreateTablet for tablet b54fa450cd714bacbd7f6edcd8091c18 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:47.844177  9993 tablet_service.cc:1511] Processing CreateTablet for tablet 759eda7e48be404fa8c3de4ea5cf2cd1 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:47.845058  9995 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54fa450cd714bacbd7f6edcd8091c18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.845602 10067 tablet_service.cc:1511] Processing CreateTablet for tablet 759eda7e48be404fa8c3de4ea5cf2cd1 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:47.846920 10067 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 759eda7e48be404fa8c3de4ea5cf2cd1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.847134  9918 tablet_service.cc:1511] Processing CreateTablet for tablet 759eda7e48be404fa8c3de4ea5cf2cd1 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:47.848405  9918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 759eda7e48be404fa8c3de4ea5cf2cd1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.850497  9993 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 759eda7e48be404fa8c3de4ea5cf2cd1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.862006  9917 tablet_service.cc:1511] Processing CreateTablet for tablet 69816e57cc964c55ad1de682bfd865a2 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:47.863368  9917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69816e57cc964c55ad1de682bfd865a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.866689 10066 tablet_service.cc:1511] Processing CreateTablet for tablet 69816e57cc964c55ad1de682bfd865a2 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:47.868048 10066 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69816e57cc964c55ad1de682bfd865a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.871971  9992 tablet_service.cc:1511] Processing CreateTablet for tablet 69816e57cc964c55ad1de682bfd865a2 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:47.873278  9992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69816e57cc964c55ad1de682bfd865a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.875511 10067 tablet_service.cc:1511] Processing CreateTablet for tablet d54769dfd15b4db5ae211ec11694a2f3 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:47.875691  9991 tablet_service.cc:1511] Processing CreateTablet for tablet d54769dfd15b4db5ae211ec11694a2f3 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:47.876890 10067 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d54769dfd15b4db5ae211ec11694a2f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.876991  9991 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d54769dfd15b4db5ae211ec11694a2f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.877945 10183 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:47.880983  9916 tablet_service.cc:1511] Processing CreateTablet for tablet d54769dfd15b4db5ae211ec11694a2f3 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:47.886878 10183 tablet_bootstrap.cc:654] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:47.886511  9915 tablet_service.cc:1511] Processing CreateTablet for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:47.891314 10182 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:47.893049  9990 tablet_service.cc:1511] Processing CreateTablet for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:47.894409  9990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.895669  9916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d54769dfd15b4db5ae211ec11694a2f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.897365  9915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.897435 10182 tablet_bootstrap.cc:654] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:47.902491 10184 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
I20260630 12:14:47.909509 10069 tablet_service.cc:1511] Processing CreateTablet for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7 (DEFAULT_TABLE table=test-workload-rf3 [id=921f7a85db83459eab7590083512e452]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:47.918696 10069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:47.929003 10184 tablet_bootstrap.cc:654] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:47.942158 10182 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:47.942830 10182 ts_tablet_manager.cc:1403] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.052s	user 0.010s	sys 0.003s
I20260630 12:14:47.946493 10182 raft_consensus.cc:359] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:47.947305 10182 raft_consensus.cc:385] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:47.947664 10182 raft_consensus.cc:740] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:47.948580 10182 consensus_queue.cc:260] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:47.951787 10183 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:47.952435 10183 ts_tablet_manager.cc:1403] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.075s	user 0.013s	sys 0.005s
I20260630 12:14:47.962126 10184 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:47.962713 10184 ts_tablet_manager.cc:1403] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.061s	user 0.005s	sys 0.007s
I20260630 12:14:47.962812 10183 raft_consensus.cc:359] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:47.964064 10183 raft_consensus.cc:385] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:47.964497 10183 raft_consensus.cc:740] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:47.965318 10183 consensus_queue.cc:260] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:47.965945 10182 ts_tablet_manager.cc:1434] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.023s	user 0.013s	sys 0.004s
I20260630 12:14:47.965709 10184 raft_consensus.cc:359] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:47.968317 10184 raft_consensus.cc:385] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:47.968696 10184 raft_consensus.cc:740] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:47.967109 10182 tablet_bootstrap.cc:492] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:47.969473 10184 consensus_queue.cc:260] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:47.978665 10182 tablet_bootstrap.cc:654] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:47.986867 10183 ts_tablet_manager.cc:1434] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.034s	user 0.016s	sys 0.005s
I20260630 12:14:47.988408 10183 tablet_bootstrap.cc:492] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:47.993109 10182 tablet_bootstrap.cc:492] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:47.993755 10182 ts_tablet_manager.cc:1403] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.027s	user 0.017s	sys 0.004s
I20260630 12:14:47.996879 10183 tablet_bootstrap.cc:654] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:47.996740 10182 raft_consensus.cc:359] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:47.997514 10182 raft_consensus.cc:385] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:47.997864 10182 raft_consensus.cc:740] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:47.998633 10182 consensus_queue.cc:260] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.000926 10182 ts_tablet_manager.cc:1434] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:48.002022 10182 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:48.009687 10182 tablet_bootstrap.cc:654] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.010699 10183 tablet_bootstrap.cc:492] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:48.011302 10183 ts_tablet_manager.cc:1403] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.023s	user 0.018s	sys 0.000s
I20260630 12:14:48.015158 10183 raft_consensus.cc:359] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.016199 10183 raft_consensus.cc:385] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.016674 10183 raft_consensus.cc:740] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.017916 10183 consensus_queue.cc:260] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.021868 10184 ts_tablet_manager.cc:1434] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.059s	user 0.032s	sys 0.023s
I20260630 12:14:48.022954 10184 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
I20260630 12:14:48.024191 10183 ts_tablet_manager.cc:1434] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:14:48.025534 10183 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:48.029318 10184 tablet_bootstrap.cc:654] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.033773 10183 tablet_bootstrap.cc:654] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.036962 10182 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:48.037533 10182 ts_tablet_manager.cc:1403] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.036s	user 0.023s	sys 0.012s
I20260630 12:14:48.040874 10184 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:48.041452 10184 ts_tablet_manager.cc:1403] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:14:48.041373 10182 raft_consensus.cc:359] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.042695 10182 raft_consensus.cc:385] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.043176 10182 raft_consensus.cc:740] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.044181 10182 consensus_queue.cc:260] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.044708 10184 raft_consensus.cc:359] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.045251 10188 raft_consensus.cc:493] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.045785 10188 raft_consensus.cc:515] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.046448 10183 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:48.046978 10183 ts_tablet_manager.cc:1403] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.000s
I20260630 12:14:48.047137 10184 raft_consensus.cc:385] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.047597 10184 raft_consensus.cc:740] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.048395 10184 consensus_queue.cc:260] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.050266 10184 ts_tablet_manager.cc:1434] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:14:48.050278 10183 raft_consensus.cc:359] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.050999 10188 leader_election.cc:290] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.051215 10183 raft_consensus.cc:385] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.051419 10184 tablet_bootstrap.cc:492] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
I20260630 12:14:48.051621 10183 raft_consensus.cc:740] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.052541 10183 consensus_queue.cc:260] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.057883 10183 ts_tablet_manager.cc:1434] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.005s
I20260630 12:14:48.059290 10183 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:48.059336 10184 tablet_bootstrap.cc:654] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.064967 10182 ts_tablet_manager.cc:1434] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.027s	user 0.009s	sys 0.001s
I20260630 12:14:48.067327 10183 tablet_bootstrap.cc:654] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.067912 10182 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:48.078356 10182 tablet_bootstrap.cc:654] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.079624 10183 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:48.085915 10183 ts_tablet_manager.cc:1403] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.006s
I20260630 12:14:48.089313 10183 raft_consensus.cc:359] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.090415 10183 raft_consensus.cc:385] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.090880 10183 raft_consensus.cc:740] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.091908 10183 consensus_queue.cc:260] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.094679 10183 ts_tablet_manager.cc:1434] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:14:48.094705 10182 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:48.095989 10183 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:48.096614 10182 ts_tablet_manager.cc:1403] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.029s	user 0.013s	sys 0.000s
I20260630 12:14:48.100546 10182 raft_consensus.cc:359] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.104473 10182 raft_consensus.cc:385] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.105175 10182 raft_consensus.cc:740] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.106714 10182 consensus_queue.cc:260] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.110613 10188 raft_consensus.cc:493] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.111081 10188 raft_consensus.cc:515] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.113201 10188 leader_election.cc:290] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.113791 10183 tablet_bootstrap.cc:654] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.115432 10182 ts_tablet_manager.cc:1434] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:14:48.117074 10182 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:48.123150 10189 raft_consensus.cc:493] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.123745 10189 raft_consensus.cc:515] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.136595 10182 tablet_bootstrap.cc:654] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.144527 10183 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:48.145494 10183 ts_tablet_manager.cc:1403] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.050s	user 0.012s	sys 0.009s
I20260630 12:14:48.147655 10189 leader_election.cc:290] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:48.151000 10184 tablet_bootstrap.cc:492] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:48.151585 10184 ts_tablet_manager.cc:1403] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.100s	user 0.021s	sys 0.073s
I20260630 12:14:48.154685 10184 raft_consensus.cc:359] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.155424 10184 raft_consensus.cc:385] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.155773 10184 raft_consensus.cc:740] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.156564 10184 consensus_queue.cc:260] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.159137 10184 ts_tablet_manager.cc:1434] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.001s
I20260630 12:14:48.163650 10005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04de2ee9d1914af895e8ecfcfcb8d5d7" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855" is_pre_election: true
I20260630 12:14:48.175329 10184 tablet_bootstrap.cc:492] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
W20260630 12:14:48.180337  9894 leader_election.cc:343] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:48.182205 10183 raft_consensus.cc:359] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.187234 10183 raft_consensus.cc:385] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.187597 10183 raft_consensus.cc:740] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.187924 10079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04de2ee9d1914af895e8ecfcfcb8d5d7" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" is_pre_election: true
I20260630 12:14:48.189208 10078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "759eda7e48be404fa8c3de4ea5cf2cd1" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" is_pre_election: true
I20260630 12:14:48.189963 10078 raft_consensus.cc:2468] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in term 0.
I20260630 12:14:48.191723  9893 leader_election.cc:304] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 
I20260630 12:14:48.185289 10184 tablet_bootstrap.cc:654] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.180929 10005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "759eda7e48be404fa8c3de4ea5cf2cd1" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855" is_pre_election: true
I20260630 12:14:48.192713 10188 raft_consensus.cc:2804] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.193523 10188 raft_consensus.cc:493] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.193996 10188 raft_consensus.cc:3060] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.196461 10183 consensus_queue.cc:260] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.198333 10182 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:48.200196 10079 raft_consensus.cc:2468] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in term 0.
I20260630 12:14:48.203015 10004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855" is_pre_election: true
W20260630 12:14:48.204175 10043 leader_election.cc:343] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:48.205173  9893 leader_election.cc:304] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [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: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 3466602c0aec45d191b9551ec5ea2855
I20260630 12:14:48.195760 10005 raft_consensus.cc:2468] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in term 0.
I20260630 12:14:48.209916 10188 raft_consensus.cc:515] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.209983 10182 ts_tablet_manager.cc:1403] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.093s	user 0.010s	sys 0.011s
I20260630 12:14:48.212212  9930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" is_pre_election: true
I20260630 12:14:48.212481 10188 leader_election.cc:290] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 election: Requested vote from peers 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.213116 10188 raft_consensus.cc:2804] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.213517 10188 raft_consensus.cc:493] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.214012 10188 raft_consensus.cc:3060] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.214257 10005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "759eda7e48be404fa8c3de4ea5cf2cd1" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855"
I20260630 12:14:48.215080 10005 raft_consensus.cc:3060] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:14:48.218608 10045 leader_election.cc:343] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:48.219099 10045 leader_election.cc:304] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [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: 0ab57bfae4a14dda9358458f2bd4ba52; no voters: 3466602c0aec45d191b9551ec5ea2855, 81ce6c34e5d44fd5823604ffd6eefe03
I20260630 12:14:48.220185 10189 raft_consensus.cc:2749] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:48.221848 10182 raft_consensus.cc:359] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.223191 10183 ts_tablet_manager.cc:1434] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.077s	user 0.003s	sys 0.004s
I20260630 12:14:48.224263 10182 raft_consensus.cc:385] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.225045 10182 raft_consensus.cc:740] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.225162 10183 tablet_bootstrap.cc:492] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52: Bootstrap starting.
I20260630 12:14:48.225876 10184 tablet_bootstrap.cc:492] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:48.226397 10184 ts_tablet_manager.cc:1403] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.051s	user 0.021s	sys 0.016s
I20260630 12:14:48.226326 10182 consensus_queue.cc:260] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.228490 10190 raft_consensus.cc:493] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.228967 10190 raft_consensus.cc:515] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.229650 10184 raft_consensus.cc:359] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.230384 10184 raft_consensus.cc:385] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.230651 10184 raft_consensus.cc:740] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.231583 10190 leader_election.cc:290] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.231381 10184 consensus_queue.cc:260] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.231446 10182 ts_tablet_manager.cc:1434] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260630 12:14:48.244659 10184 ts_tablet_manager.cc:1434] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:14:48.232982 10188 raft_consensus.cc:515] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.237146 10079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "759eda7e48be404fa8c3de4ea5cf2cd1" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52"
I20260630 12:14:48.245290 10182 tablet_bootstrap.cc:492] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03: Bootstrap starting.
I20260630 12:14:48.245422 10079 raft_consensus.cc:3060] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.245611 10184 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
I20260630 12:14:48.251597 10182 tablet_bootstrap.cc:654] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.237708 10005 raft_consensus.cc:2468] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in term 1.
I20260630 12:14:48.240329 10189 raft_consensus.cc:493] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.253075 10189 raft_consensus.cc:515] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.253535  9894 leader_election.cc:304] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3466602c0aec45d191b9551ec5ea2855, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 
I20260630 12:14:48.255329 10189 leader_election.cc:290] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:48.255913 10210 raft_consensus.cc:2804] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:48.256201 10184 tablet_bootstrap.cc:654] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.257747  9930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" is_pre_election: true
I20260630 12:14:48.257952 10079 raft_consensus.cc:2468] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in term 1.
I20260630 12:14:48.258420  9930 raft_consensus.cc:2468] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 0.
I20260630 12:14:48.259773 10045 leader_election.cc:304] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 
I20260630 12:14:48.260653 10183 tablet_bootstrap.cc:654] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.260896 10188 leader_election.cc:290] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 election: Requested vote from peers 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.261623 10004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04de2ee9d1914af895e8ecfcfcb8d5d7" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855"
I20260630 12:14:48.262210 10005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855" is_pre_election: true
W20260630 12:14:48.263114  9894 leader_election.cc:343] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:48.264834 10005 raft_consensus.cc:2468] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 0.
I20260630 12:14:48.266377 10189 raft_consensus.cc:2804] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.272174 10183 tablet_bootstrap.cc:492] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52: No bootstrap required, opened a new log
I20260630 12:14:48.272356 10189 raft_consensus.cc:493] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.272740 10183 ts_tablet_manager.cc:1403] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent bootstrapping tablet: real 0.048s	user 0.007s	sys 0.005s
I20260630 12:14:48.272905 10189 raft_consensus.cc:3060] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.275805 10183 raft_consensus.cc:359] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.266568 10078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04de2ee9d1914af895e8ecfcfcb8d5d7" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52"
I20260630 12:14:48.267112 10079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" is_pre_election: true
I20260630 12:14:48.268220 10210 raft_consensus.cc:697] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Becoming Leader. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Running, Role: LEADER
I20260630 12:14:48.269250 10184 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:48.277427 10183 raft_consensus.cc:385] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.278635 10183 raft_consensus.cc:740] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.278834 10184 ts_tablet_manager.cc:1403] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.033s	user 0.001s	sys 0.012s
I20260630 12:14:48.278846 10210 consensus_queue.cc:237] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.271508  9930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" is_pre_election: true
I20260630 12:14:48.282703 10184 raft_consensus.cc:359] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.283957 10078 raft_consensus.cc:3060] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.289827  9930 raft_consensus.cc:2468] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3466602c0aec45d191b9551ec5ea2855 in term 0.
I20260630 12:14:48.290925 10184 raft_consensus.cc:385] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.291393 10184 raft_consensus.cc:740] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.291635  9971 leader_election.cc:304] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3466602c0aec45d191b9551ec5ea2855, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 
I20260630 12:14:48.292359 10184 consensus_queue.cc:260] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.292970 10190 raft_consensus.cc:2804] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.293534 10190 raft_consensus.cc:493] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.293984 10190 raft_consensus.cc:3060] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.295861 10183 consensus_queue.cc:260] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.298843 10217 raft_consensus.cc:493] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.297794 10189 raft_consensus.cc:515] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.303612 10079 raft_consensus.cc:2393] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3466602c0aec45d191b9551ec5ea2855 in current term 1: Already voted for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in this term.
W20260630 12:14:48.305972  9859 debug-util.cc:398] Leaking SignalData structure 0x7b08001bc320 after lost signal to thread 434
I20260630 12:14:48.307282 10189 leader_election.cc:290] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 election: Requested vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:48.308352 10078 raft_consensus.cc:2468] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in term 1.
I20260630 12:14:48.308421 10005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855"
I20260630 12:14:48.302500 10217 raft_consensus.cc:515] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.309650  9893 leader_election.cc:304] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [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: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 3466602c0aec45d191b9551ec5ea2855
I20260630 12:14:48.305426  9822 catalog_manager.cc:5697] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:48.311332 10210 raft_consensus.cc:2804] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:48.312011 10210 raft_consensus.cc:697] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Becoming Leader. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Running, Role: LEADER
I20260630 12:14:48.312310 10182 tablet_bootstrap.cc:492] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03: No bootstrap required, opened a new log
I20260630 12:14:48.312811 10182 ts_tablet_manager.cc:1403] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent bootstrapping tablet: real 0.068s	user 0.013s	sys 0.022s
I20260630 12:14:48.312767 10210 consensus_queue.cc:237] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.322270 10217 leader_election.cc:290] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:48.314877  9930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03"
I20260630 12:14:48.316100 10182 raft_consensus.cc:359] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.316552  9929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d54769dfd15b4db5ae211ec11694a2f3" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" is_pre_election: true
I20260630 12:14:48.325834 10004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d54769dfd15b4db5ae211ec11694a2f3" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855" is_pre_election: true
I20260630 12:14:48.327066 10004 raft_consensus.cc:2468] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 0.
I20260630 12:14:48.328770 10043 leader_election.cc:304] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 3466602c0aec45d191b9551ec5ea2855; no voters: 
I20260630 12:14:48.330299  9930 raft_consensus.cc:3060] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.338737 10217 raft_consensus.cc:2804] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.324008 10190 raft_consensus.cc:515] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.335595 10182 raft_consensus.cc:385] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.340292 10217 raft_consensus.cc:493] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.345482 10005 raft_consensus.cc:2393] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0ab57bfae4a14dda9358458f2bd4ba52 in current term 1: Already voted for candidate 3466602c0aec45d191b9551ec5ea2855 in this term.
I20260630 12:14:48.341914 10189 raft_consensus.cc:493] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.346022 10189 raft_consensus.cc:515] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.346431 10184 ts_tablet_manager.cc:1434] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.067s	user 0.013s	sys 0.008s
I20260630 12:14:48.351549 10183 ts_tablet_manager.cc:1434] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52: Time spent starting tablet: real 0.078s	user 0.014s	sys 0.035s
I20260630 12:14:48.343261 10182 raft_consensus.cc:740] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ce6c34e5d44fd5823604ffd6eefe03, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.353511 10189 leader_election.cc:290] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:48.353629 10182 consensus_queue.cc:260] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.344812 10217 raft_consensus.cc:3060] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.354835  9929 raft_consensus.cc:2468] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 0.
I20260630 12:14:48.358918 10190 leader_election.cc:290] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 election: Requested vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.359056 10005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5706676c9b34c40a12714bd1a517a77" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855" is_pre_election: true
I20260630 12:14:48.359761 10005 raft_consensus.cc:2468] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 0.
I20260630 12:14:48.359826 10190 raft_consensus.cc:493] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.359969 10078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52"
I20260630 12:14:48.360376  9928 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54fa450cd714bacbd7f6edcd8091c18" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03"
I20260630 12:14:48.361099 10043 leader_election.cc:304] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 3466602c0aec45d191b9551ec5ea2855; no voters: 
I20260630 12:14:48.361460 10184 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855: Bootstrap starting.
I20260630 12:14:48.360872 10078 raft_consensus.cc:2393] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3466602c0aec45d191b9551ec5ea2855 in current term 1: Already voted for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in this term.
I20260630 12:14:48.362131  9929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5706676c9b34c40a12714bd1a517a77" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" is_pre_election: true
I20260630 12:14:48.362782  9929 raft_consensus.cc:2468] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 0.
I20260630 12:14:48.363555 10189 raft_consensus.cc:2804] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.364570 10189 raft_consensus.cc:493] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.364722  9971 leader_election.cc:304] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [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: 3466602c0aec45d191b9551ec5ea2855; no voters: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03
I20260630 12:14:48.365028 10189 raft_consensus.cc:3060] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.367120  9930 raft_consensus.cc:2468] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 1.
I20260630 12:14:48.360481 10190 raft_consensus.cc:515] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.372066 10045 leader_election.cc:304] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [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: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 3466602c0aec45d191b9551ec5ea2855
I20260630 12:14:48.372978 10190 leader_election.cc:290] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.359072 10182 ts_tablet_manager.cc:1434] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03: Time spent starting tablet: real 0.046s	user 0.001s	sys 0.006s
I20260630 12:14:48.374218 10078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" is_pre_election: true
I20260630 12:14:48.374869 10078 raft_consensus.cc:2468] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3466602c0aec45d191b9551ec5ea2855 in term 0.
I20260630 12:14:48.368273 10217 raft_consensus.cc:515] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.377210  9968 leader_election.cc:304] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 3466602c0aec45d191b9551ec5ea2855; no voters: 
I20260630 12:14:48.377996 10217 leader_election.cc:290] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 election: Requested vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:48.378206 10190 raft_consensus.cc:2804] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.378610 10217 raft_consensus.cc:2804] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:48.378618 10190 raft_consensus.cc:493] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.379235 10217 raft_consensus.cc:697] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Becoming Leader. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Running, Role: LEADER
I20260630 12:14:48.379416 10005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d54769dfd15b4db5ae211ec11694a2f3" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855"
I20260630 12:14:48.380196 10005 raft_consensus.cc:3060] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.380337 10217 consensus_queue.cc:237] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.384068 10189 raft_consensus.cc:515] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.379235 10190 raft_consensus.cc:3060] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.388187  9820 catalog_manager.cc:5697] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:48.389525 10184 tablet_bootstrap.cc:654] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:48.392473 10210 raft_consensus.cc:493] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.393210 10210 raft_consensus.cc:515] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.394567 10222 raft_consensus.cc:2749] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:14:48.397449 10005 raft_consensus.cc:2468] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 1.
I20260630 12:14:48.397900  9928 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5706676c9b34c40a12714bd1a517a77" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03"
I20260630 12:14:48.398622 10043 leader_election.cc:304] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 3466602c0aec45d191b9551ec5ea2855; no voters: 
I20260630 12:14:48.398705  9928 raft_consensus.cc:3060] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.399845 10220 raft_consensus.cc:2804] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:48.398957 10210 leader_election.cc:290] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.385803  9930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d54769dfd15b4db5ae211ec11694a2f3" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03"
I20260630 12:14:48.402115  9930 raft_consensus.cc:3060] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.405961  9929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" is_pre_election: true
I20260630 12:14:48.406400 10078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" is_pre_election: true
I20260630 12:14:48.406577  9929 raft_consensus.cc:2468] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3466602c0aec45d191b9551ec5ea2855 in term 0.
I20260630 12:14:48.407030 10078 raft_consensus.cc:2468] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in term 0.
I20260630 12:14:48.407924 10190 raft_consensus.cc:515] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.408185  9893 leader_election.cc:304] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 
I20260630 12:14:48.409163 10214 raft_consensus.cc:2804] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:48.409548 10214 raft_consensus.cc:493] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:48.409873 10214 raft_consensus.cc:3060] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.410135 10189 leader_election.cc:290] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 election: Requested vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:48.411531 10004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5706676c9b34c40a12714bd1a517a77" candidate_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855"
I20260630 12:14:48.412312 10004 raft_consensus.cc:3060] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.412571 10190 leader_election.cc:290] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 election: Requested vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.414669 10078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52"
I20260630 12:14:48.415341 10003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855" is_pre_election: true
I20260630 12:14:48.415804  9929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03"
I20260630 12:14:48.416196 10003 raft_consensus.cc:2393] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 81ce6c34e5d44fd5823604ffd6eefe03 in current term 1: Already voted for candidate 3466602c0aec45d191b9551ec5ea2855 in this term.
I20260630 12:14:48.415359 10078 raft_consensus.cc:3060] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.419940  9826 catalog_manager.cc:5697] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:48.421265 10214 raft_consensus.cc:515] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.422753  9929 raft_consensus.cc:2393] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3466602c0aec45d191b9551ec5ea2855 in current term 1: Already voted for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in this term.
I20260630 12:14:48.426730 10214 leader_election.cc:290] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [CANDIDATE]: Term 1 election: Requested vote from peers 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.427908 10079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52"
I20260630 12:14:48.431881 10004 raft_consensus.cc:2468] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 1.
I20260630 12:14:48.434499 10078 raft_consensus.cc:2468] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3466602c0aec45d191b9551ec5ea2855 in term 1.
I20260630 12:14:48.435174 10003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69816e57cc964c55ad1de682bfd865a2" candidate_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3466602c0aec45d191b9551ec5ea2855"
I20260630 12:14:48.438086 10003 raft_consensus.cc:2393] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 81ce6c34e5d44fd5823604ffd6eefe03 in current term 1: Already voted for candidate 3466602c0aec45d191b9551ec5ea2855 in this term.
I20260630 12:14:48.438172 10184 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855: No bootstrap required, opened a new log
I20260630 12:14:48.439237  9894 leader_election.cc:304] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [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: 81ce6c34e5d44fd5823604ffd6eefe03; no voters: 0ab57bfae4a14dda9358458f2bd4ba52, 3466602c0aec45d191b9551ec5ea2855
I20260630 12:14:48.439587  9968 leader_election.cc:304] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [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: 0ab57bfae4a14dda9358458f2bd4ba52, 3466602c0aec45d191b9551ec5ea2855; no voters: 81ce6c34e5d44fd5823604ffd6eefe03
I20260630 12:14:48.440116 10214 raft_consensus.cc:2749] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:14:48.440425 10190 raft_consensus.cc:2804] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:48.441064 10190 raft_consensus.cc:697] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 LEADER]: Becoming Leader. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Running, Role: LEADER
I20260630 12:14:48.440363 10184 ts_tablet_manager.cc:1403] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855: Time spent bootstrapping tablet: real 0.079s	user 0.020s	sys 0.000s
I20260630 12:14:48.441820 10043 leader_election.cc:304] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ab57bfae4a14dda9358458f2bd4ba52, 3466602c0aec45d191b9551ec5ea2855; no voters: 
I20260630 12:14:48.441972 10190 consensus_queue.cc:237] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.437100  9928 raft_consensus.cc:2468] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 1.
I20260630 12:14:48.444111 10189 raft_consensus.cc:2804] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:48.444630 10189 raft_consensus.cc:697] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Becoming Leader. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Running, Role: LEADER
I20260630 12:14:48.445614 10189 consensus_queue.cc:237] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.445874 10184 raft_consensus.cc:359] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.446709 10184 raft_consensus.cc:385] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:48.447032 10184 raft_consensus.cc:740] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3466602c0aec45d191b9551ec5ea2855, State: Initialized, Role: FOLLOWER
I20260630 12:14:48.447887 10184 consensus_queue.cc:260] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.452553 10184 ts_tablet_manager.cc:1434] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:14:48.451421  9930 raft_consensus.cc:2468] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ab57bfae4a14dda9358458f2bd4ba52 in term 1.
I20260630 12:14:48.450949 10220 raft_consensus.cc:697] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Becoming Leader. State: Replica: 0ab57bfae4a14dda9358458f2bd4ba52, State: Running, Role: LEADER
I20260630 12:14:48.461834 10220 consensus_queue.cc:237] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.464650  9826 catalog_manager.cc:5697] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "3466602c0aec45d191b9551ec5ea2855" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:48.471864  9820 catalog_manager.cc:5697] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:48.485345  9822 catalog_manager.cc:5697] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:48.590209 10190 raft_consensus.cc:493] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:48.590842 10190 raft_consensus.cc:515] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } }
I20260630 12:14:48.593689 10190 leader_election.cc:290] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937), 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:48.594127  9930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04de2ee9d1914af895e8ecfcfcb8d5d7" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" is_pre_election: true
I20260630 12:14:48.594347 10078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04de2ee9d1914af895e8ecfcfcb8d5d7" candidate_uuid: "3466602c0aec45d191b9551ec5ea2855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" is_pre_election: true
I20260630 12:14:48.595088 10078 raft_consensus.cc:2393] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3466602c0aec45d191b9551ec5ea2855 in current term 1: Already voted for candidate 81ce6c34e5d44fd5823604ffd6eefe03 in this term.
I20260630 12:14:48.596032  9968 leader_election.cc:304] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [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: 3466602c0aec45d191b9551ec5ea2855; no voters: 0ab57bfae4a14dda9358458f2bd4ba52, 81ce6c34e5d44fd5823604ffd6eefe03
I20260630 12:14:48.596697 10190 raft_consensus.cc:3060] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:48.604300 10190 raft_consensus.cc:2749] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:48.674233 10214 consensus_queue.cc:1048] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:48.721181 10188 consensus_queue.cc:1048] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:48.763499 10210 consensus_queue.cc:1048] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:48.778688 10210 consensus_queue.cc:1048] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260630 12:14:48.836390 10220 consensus_queue.cc:1048] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:48.845497 10190 consensus_queue.cc:1048] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:48.890921 10220 consensus_queue.cc:1048] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:48.907512 10217 consensus_queue.cc:1048] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:48.916051 10225 consensus_queue.cc:1048] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:48.917089 10189 consensus_queue.cc:1048] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:48.917459 10225 consensus_queue.cc:1048] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:48.928565 10190 consensus_queue.cc:1048] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:49.989590  9893 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:40503, user_credentials={real_user=slave}} blocked reactor thread for 119728us
W20260630 12:14:49.991663  9894 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37563, user_credentials={real_user=slave}} blocked reactor thread for 46267.9us
W20260630 12:14:50.184659 10175 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:45937, user_credentials={real_user=slave}} blocked reactor thread for 89305.8us
W20260630 12:14:50.303625 10043 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37563, user_credentials={real_user=slave}} blocked reactor thread for 75699.3us
W20260630 12:14:50.607679  9894 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37563, user_credentials={real_user=slave}} blocked reactor thread for 80527.4us
I20260630 12:14:50.669472   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:50.684841 10286 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:50.687860 10287 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:50.690591   431 server_base.cc:1061] running on GCE node
W20260630 12:14:50.690644 10289 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:50.691902   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:50.692169   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:50.692373   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821690692354 us; error 0 us; skew 500 ppm
I20260630 12:14:50.692946   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:50.695801   431 webserver.cc:533] Webserver started at http://127.0.107.196:34831/ using document root <none> and password file <none>
I20260630 12:14:50.696287   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:50.696502   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:50.696780   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:50.697916   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "bd3e3fe7594546cea8d5c7c7817579d4"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-t06f"
I20260630 12:14:50.702505   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:50.705977 10294 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.706897   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:14:50.707203   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "bd3e3fe7594546cea8d5c7c7817579d4"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-t06f"
I20260630 12:14:50.707475   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:50.720016   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:50.721180   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:50.722851   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:50.725487   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:50.725723   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.725991   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:50.726154   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.784801   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:40531
I20260630 12:14:50.784902 10356 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:40531 every 8 connection(s)
I20260630 12:14:50.802922 10357 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32841
I20260630 12:14:50.803365 10357 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:50.804224 10357 heartbeater.cc:507] Master 127.0.107.254:32841 requested a full tablet report, sending...
I20260630 12:14:50.806332  9823 ts_manager.cc:194] Registered new tserver with Master: bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196:40531)
I20260630 12:14:50.807972  9823 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48104
I20260630 12:14:51.212081 10004 consensus_queue.cc:237] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:51.220183 10077 raft_consensus.cc:1275] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Refusing update from remote peer 3466602c0aec45d191b9551ec5ea2855: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:14:51.222659 10190 consensus_queue.cc:1048] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260630 12:14:51.228329  9929 raft_consensus.cc:1275] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Refusing update from remote peer 3466602c0aec45d191b9551ec5ea2855: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:14:51.232386 10363 consensus_queue.cc:1048] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:14:51.240336 10367 raft_consensus.cc:2955] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.242731 10077 raft_consensus.cc:2955] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.253044  9929 raft_consensus.cc:2955] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
W20260630 12:14:51.259361  9971 consensus_peers.cc:597] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 -> Peer bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196:40531): Couldn't send request to peer bd3e3fe7594546cea8d5c7c7817579d4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 69816e57cc964c55ad1de682bfd865a2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:51.259433  9823 catalog_manager.cc:5697] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 reported cstate change: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "3466602c0aec45d191b9551ec5ea2855" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:51.284344  9927 consensus_queue.cc:237] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:51.292623 10004 raft_consensus.cc:1275] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Refusing update from remote peer 81ce6c34e5d44fd5823604ffd6eefe03: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:14:51.294261 10238 consensus_queue.cc:1048] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:14:51.299779 10077 raft_consensus.cc:1275] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Refusing update from remote peer 81ce6c34e5d44fd5823604ffd6eefe03: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:14:51.302320 10371 consensus_queue.cc:1048] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:14:51.304245 10371 raft_consensus.cc:2955] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.305823 10004 raft_consensus.cc:2955] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.313493 10077 raft_consensus.cc:2955] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.332024  9822 catalog_manager.cc:5697] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 reported cstate change: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
W20260630 12:14:51.342669  9896 consensus_peers.cc:597] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 -> Peer bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196:40531): Couldn't send request to peer bd3e3fe7594546cea8d5c7c7817579d4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 04de2ee9d1914af895e8ecfcfcb8d5d7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:51.346169 10077 consensus_queue.cc:237] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:51.355285 10004 raft_consensus.cc:1275] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Refusing update from remote peer 0ab57bfae4a14dda9358458f2bd4ba52: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:14:51.357095 10284 consensus_queue.cc:1048] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260630 12:14:51.359591  9927 raft_consensus.cc:1275] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Refusing update from remote peer 0ab57bfae4a14dda9358458f2bd4ba52: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:14:51.370369 10284 consensus_queue.cc:1048] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:14:51.374567 10284 raft_consensus.cc:2955] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
W20260630 12:14:51.376714 10045 consensus_peers.cc:597] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 -> Peer bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196:40531): Couldn't send request to peer bd3e3fe7594546cea8d5c7c7817579d4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b54fa450cd714bacbd7f6edcd8091c18. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:51.379184  9927 raft_consensus.cc:2955] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.380056 10004 raft_consensus.cc:2955] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.395430  9820 catalog_manager.cc:5697] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 reported cstate change: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.397547 10077 consensus_queue.cc:237] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:51.406581 10001 raft_consensus.cc:1275] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Refusing update from remote peer 0ab57bfae4a14dda9358458f2bd4ba52: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:14:51.407557  9929 raft_consensus.cc:1275] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Refusing update from remote peer 0ab57bfae4a14dda9358458f2bd4ba52: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
W20260630 12:14:51.408190 10045 consensus_peers.cc:597] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 -> Peer bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196:40531): Couldn't send request to peer bd3e3fe7594546cea8d5c7c7817579d4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d5706676c9b34c40a12714bd1a517a77. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:51.409305 10284 consensus_queue.cc:1048] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:14:51.411175 10284 consensus_queue.cc:1048] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:14:51.423622  9929 raft_consensus.cc:2955] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.423843 10004 raft_consensus.cc:2955] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.424432 10379 raft_consensus.cc:2955] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.439234  9822 catalog_manager.cc:5697] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 reported cstate change: config changed from index -1 to 17, NON_VOTER bd3e3fe7594546cea8d5c7c7817579d4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } } }
I20260630 12:14:51.606835 10381 ts_tablet_manager.cc:933] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: Initiating tablet copy from peer 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563)
I20260630 12:14:51.608866 10381 tablet_copy_client.cc:323] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37563
I20260630 12:14:51.622200 10015 tablet_copy_service.cc:140] P 3466602c0aec45d191b9551ec5ea2855: Received BeginTabletCopySession request for tablet 69816e57cc964c55ad1de682bfd865a2 from peer bd3e3fe7594546cea8d5c7c7817579d4 ({username='slave'} at 127.0.0.1:57240)
I20260630 12:14:51.622781 10015 tablet_copy_service.cc:161] P 3466602c0aec45d191b9551ec5ea2855: Beginning new tablet copy session on tablet 69816e57cc964c55ad1de682bfd865a2 from peer bd3e3fe7594546cea8d5c7c7817579d4 at {username='slave'} at 127.0.0.1:57240: session id = bd3e3fe7594546cea8d5c7c7817579d4-69816e57cc964c55ad1de682bfd865a2
I20260630 12:14:51.630728 10015 tablet_copy_source_session.cc:215] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:51.634102 10381 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69816e57cc964c55ad1de682bfd865a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.651616 10381 tablet_copy_client.cc:806] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:51.652238 10381 tablet_copy_client.cc:670] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:51.656875 10381 tablet_copy_client.cc:538] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:51.666620 10381 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap starting.
I20260630 12:14:51.733213 10385 ts_tablet_manager.cc:933] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: Initiating tablet copy from peer 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937)
I20260630 12:14:51.741477 10385 tablet_copy_client.cc:323] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45937
I20260630 12:14:51.755949  9940 tablet_copy_service.cc:140] P 81ce6c34e5d44fd5823604ffd6eefe03: Received BeginTabletCopySession request for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7 from peer bd3e3fe7594546cea8d5c7c7817579d4 ({username='slave'} at 127.0.0.1:38674)
I20260630 12:14:51.756498  9940 tablet_copy_service.cc:161] P 81ce6c34e5d44fd5823604ffd6eefe03: Beginning new tablet copy session on tablet 04de2ee9d1914af895e8ecfcfcb8d5d7 from peer bd3e3fe7594546cea8d5c7c7817579d4 at {username='slave'} at 127.0.0.1:38674: session id = bd3e3fe7594546cea8d5c7c7817579d4-04de2ee9d1914af895e8ecfcfcb8d5d7
I20260630 12:14:51.764321  9940 tablet_copy_source_session.cc:215] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:51.765967 10387 ts_tablet_manager.cc:933] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: Initiating tablet copy from peer 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:51.769003 10385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04de2ee9d1914af895e8ecfcfcb8d5d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.774505 10387 tablet_copy_client.cc:323] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:40503
I20260630 12:14:51.788354 10089 tablet_copy_service.cc:140] P 0ab57bfae4a14dda9358458f2bd4ba52: Received BeginTabletCopySession request for tablet b54fa450cd714bacbd7f6edcd8091c18 from peer bd3e3fe7594546cea8d5c7c7817579d4 ({username='slave'} at 127.0.0.1:44242)
I20260630 12:14:51.788913 10089 tablet_copy_service.cc:161] P 0ab57bfae4a14dda9358458f2bd4ba52: Beginning new tablet copy session on tablet b54fa450cd714bacbd7f6edcd8091c18 from peer bd3e3fe7594546cea8d5c7c7817579d4 at {username='slave'} at 127.0.0.1:44242: session id = bd3e3fe7594546cea8d5c7c7817579d4-b54fa450cd714bacbd7f6edcd8091c18
I20260630 12:14:51.790042 10385 tablet_copy_client.cc:806] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:51.790673 10385 tablet_copy_client.cc:670] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:51.797688 10089 tablet_copy_source_session.cc:215] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:51.798044 10385 tablet_copy_client.cc:538] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:51.810287 10387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54fa450cd714bacbd7f6edcd8091c18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.810410 10357 heartbeater.cc:499] Master 127.0.107.254:32841 was elected leader, sending a full tablet report...
I20260630 12:14:51.818924   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:51.843236 10381 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=129 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:51.847507 10381 tablet_bootstrap.cc:492] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap complete.
W20260630 12:14:51.850956 10045 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:14:51.852345 10381 ts_tablet_manager.cc:1403] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent bootstrapping tablet: real 0.186s	user 0.116s	sys 0.017s
I20260630 12:14:51.879492 10381 raft_consensus.cc:359] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:51.880609 10381 raft_consensus.cc:740] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bd3e3fe7594546cea8d5c7c7817579d4, State: Initialized, Role: LEARNER
I20260630 12:14:51.882258 10381 consensus_queue.cc:260] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } attrs { replace: true } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:51.886245   431 tablet_copy_service.cc:362] P 81ce6c34e5d44fd5823604ffd6eefe03: Destroying tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-04de2ee9d1914af895e8ecfcfcb8d5d7 due to service shutdown
I20260630 12:14:51.886637   431 tablet_copy_service.cc:434] P 81ce6c34e5d44fd5823604ffd6eefe03: ending tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-04de2ee9d1914af895e8ecfcfcb8d5d7 on tablet 04de2ee9d1914af895e8ecfcfcb8d5d7 with peer bd3e3fe7594546cea8d5c7c7817579d4
W20260630 12:14:51.888616 10045 consensus_peers.cc:597] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 -> Peer 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937): Couldn't send request to peer 81ce6c34e5d44fd5823604ffd6eefe03. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:51.910164 10381 ts_tablet_manager.cc:1434] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent starting tablet: real 0.057s	user 0.007s	sys 0.008s
I20260630 12:14:51.912218 10015 tablet_copy_service.cc:342] P 3466602c0aec45d191b9551ec5ea2855: Request end of tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-69816e57cc964c55ad1de682bfd865a2 received from {username='slave'} at 127.0.0.1:57240
I20260630 12:14:51.912655 10015 tablet_copy_service.cc:434] P 3466602c0aec45d191b9551ec5ea2855: ending tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-69816e57cc964c55ad1de682bfd865a2 on tablet 69816e57cc964c55ad1de682bfd865a2 with peer bd3e3fe7594546cea8d5c7c7817579d4
I20260630 12:14:51.915053 10381 ts_tablet_manager.cc:933] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: Initiating tablet copy from peer 0ab57bfae4a14dda9358458f2bd4ba52 (127.0.107.195:40503)
I20260630 12:14:51.910259 10385 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap starting.
W20260630 12:14:51.934113  9971 consensus_peers.cc:597] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 -> Peer 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937): Couldn't send request to peer 81ce6c34e5d44fd5823604ffd6eefe03. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:51.939390 10387 tablet_copy_client.cc:806] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:51.940088 10387 tablet_copy_client.cc:670] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:51.941964 10381 tablet_copy_client.cc:323] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:40503
I20260630 12:14:51.945792 10089 tablet_copy_service.cc:140] P 0ab57bfae4a14dda9358458f2bd4ba52: Received BeginTabletCopySession request for tablet d5706676c9b34c40a12714bd1a517a77 from peer bd3e3fe7594546cea8d5c7c7817579d4 ({username='slave'} at 127.0.0.1:44242)
I20260630 12:14:51.947001 10089 tablet_copy_service.cc:161] P 0ab57bfae4a14dda9358458f2bd4ba52: Beginning new tablet copy session on tablet d5706676c9b34c40a12714bd1a517a77 from peer bd3e3fe7594546cea8d5c7c7817579d4 at {username='slave'} at 127.0.0.1:44242: session id = bd3e3fe7594546cea8d5c7c7817579d4-d5706676c9b34c40a12714bd1a517a77
I20260630 12:14:51.951290 10387 tablet_copy_client.cc:538] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:14:51.956897 10045 consensus_peers.cc:597] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 -> Peer 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937): Couldn't send request to peer 81ce6c34e5d44fd5823604ffd6eefe03. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:51.959296   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:51.960235   431 tablet_replica.cc:333] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:51.960800   431 raft_consensus.cc:2243] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:51.961261   431 raft_consensus.cc:2272] T d54769dfd15b4db5ae211ec11694a2f3 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:51.963727 10089 tablet_copy_source_session.cc:215] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:51.966485 10387 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap starting.
I20260630 12:14:51.966732 10381 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5706676c9b34c40a12714bd1a517a77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.975905   431 tablet_replica.cc:333] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:51.976804   431 raft_consensus.cc:2243] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:51.977397   431 raft_consensus.cc:2272] T 69816e57cc964c55ad1de682bfd865a2 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:51.992133   431 tablet_replica.cc:333] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:51.992974   431 raft_consensus.cc:2243] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:51.994650   431 raft_consensus.cc:2272] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:51.999317   431 tablet_replica.cc:333] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:52.000202   431 raft_consensus.cc:2243] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.000813   431 raft_consensus.cc:2272] T b54fa450cd714bacbd7f6edcd8091c18 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.004356   431 tablet_replica.cc:333] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:52.004632 10381 tablet_copy_client.cc:806] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:52.006067 10381 tablet_copy_client.cc:670] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:52.005494   431 raft_consensus.cc:2243] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.007128   431 raft_consensus.cc:2272] T 3816769e758d476084a58f5e6b39b9e0 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.009943   431 tablet_replica.cc:333] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:52.010541 10381 tablet_copy_client.cc:538] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:52.021003 10381 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap starting.
I20260630 12:14:52.021553   431 raft_consensus.cc:2243] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.022735   431 raft_consensus.cc:2272] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.024832   431 tablet_replica.cc:333] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:52.025362   431 raft_consensus.cc:2243] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.025909   431 raft_consensus.cc:2272] T d5706676c9b34c40a12714bd1a517a77 P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.029480   431 tablet_replica.cc:333] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03: stopping tablet replica
I20260630 12:14:52.029994   431 raft_consensus.cc:2243] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.030529   431 raft_consensus.cc:2272] T c47bb748f1a4497a8eb3089a60695c7f P 81ce6c34e5d44fd5823604ffd6eefe03 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.057034   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:52.088070   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:52.113193 10332 raft_consensus.cc:1217] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260630 12:14:52.172416 10387 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=123 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:52.173321 10387 tablet_bootstrap.cc:492] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap complete.
I20260630 12:14:52.174053 10387 ts_tablet_manager.cc:1403] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent bootstrapping tablet: real 0.208s	user 0.107s	sys 0.020s
I20260630 12:14:52.176371 10387 raft_consensus.cc:359] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:52.177153 10387 raft_consensus.cc:740] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bd3e3fe7594546cea8d5c7c7817579d4, State: Initialized, Role: LEARNER
I20260630 12:14:52.177763 10387 consensus_queue.cc:260] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:52.187285 10387 ts_tablet_manager.cc:1434] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.000s
I20260630 12:14:52.195451 10089 tablet_copy_service.cc:342] P 0ab57bfae4a14dda9358458f2bd4ba52: Request end of tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-b54fa450cd714bacbd7f6edcd8091c18 received from {username='slave'} at 127.0.0.1:44242
I20260630 12:14:52.195861 10089 tablet_copy_service.cc:434] P 0ab57bfae4a14dda9358458f2bd4ba52: ending tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-b54fa450cd714bacbd7f6edcd8091c18 on tablet b54fa450cd714bacbd7f6edcd8091c18 with peer bd3e3fe7594546cea8d5c7c7817579d4
I20260630 12:14:52.202183   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:52.203850   431 tablet_replica.cc:333] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.204756   431 raft_consensus.cc:2243] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.205415   431 raft_consensus.cc:2272] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.209065   431 tablet_replica.cc:333] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.209888   431 raft_consensus.cc:2243] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.211366   431 raft_consensus.cc:2272] T 69816e57cc964c55ad1de682bfd865a2 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.214470   431 tablet_replica.cc:333] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.215248   431 raft_consensus.cc:2243] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.217021 10381 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=131 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:52.217312   431 raft_consensus.cc:2272] T d54769dfd15b4db5ae211ec11694a2f3 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.217936 10381 tablet_bootstrap.cc:492] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap complete.
I20260630 12:14:52.218621 10381 ts_tablet_manager.cc:1403] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent bootstrapping tablet: real 0.198s	user 0.110s	sys 0.004s
I20260630 12:14:52.220407   431 tablet_replica.cc:333] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.221298   431 raft_consensus.cc:2243] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.221101 10381 raft_consensus.cc:359] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:52.221921 10381 raft_consensus.cc:740] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bd3e3fe7594546cea8d5c7c7817579d4, State: Initialized, Role: LEARNER
I20260630 12:14:52.222081   431 raft_consensus.cc:2272] T b54fa450cd714bacbd7f6edcd8091c18 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.222668 10381 consensus_queue.cc:260] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } attrs { replace: true } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:52.225787   431 tablet_replica.cc:333] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.226563   431 raft_consensus.cc:2243] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.227169   431 raft_consensus.cc:2272] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.229844   431 tablet_replica.cc:333] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.230595   431 raft_consensus.cc:2243] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.231097   431 raft_consensus.cc:2272] T d5706676c9b34c40a12714bd1a517a77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.232607 10381 ts_tablet_manager.cc:1434] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260630 12:14:52.236258 10089 tablet_copy_service.cc:342] P 0ab57bfae4a14dda9358458f2bd4ba52: Request end of tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-d5706676c9b34c40a12714bd1a517a77 received from {username='slave'} at 127.0.0.1:44242
I20260630 12:14:52.236652 10089 tablet_copy_service.cc:434] P 0ab57bfae4a14dda9358458f2bd4ba52: ending tablet copy session bd3e3fe7594546cea8d5c7c7817579d4-d5706676c9b34c40a12714bd1a517a77 on tablet d5706676c9b34c40a12714bd1a517a77 with peer bd3e3fe7594546cea8d5c7c7817579d4
I20260630 12:14:52.241567 10385 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=133 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:14:52.241811   431 tablet_replica.cc:333] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.242528 10385 tablet_bootstrap.cc:492] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: Bootstrap complete.
I20260630 12:14:52.242612   431 raft_consensus.cc:2243] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.243274 10385 ts_tablet_manager.cc:1403] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent bootstrapping tablet: real 0.333s	user 0.093s	sys 0.042s
I20260630 12:14:52.243356   431 raft_consensus.cc:2272] T ada36a64c82449f08fa10708cc052153 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.245724 10385 raft_consensus.cc:359] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:52.246206   431 tablet_replica.cc:333] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855: stopping tablet replica
I20260630 12:14:52.246546 10385 raft_consensus.cc:740] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bd3e3fe7594546cea8d5c7c7817579d4, State: Initialized, Role: LEARNER
I20260630 12:14:52.247032   431 raft_consensus.cc:2243] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.247668   431 raft_consensus.cc:2272] T e23b876cee0346e387ae1cd7f0e30e77 P 3466602c0aec45d191b9551ec5ea2855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.247196 10385 consensus_queue.cc:260] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "81ce6c34e5d44fd5823604ffd6eefe03" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45937 } } peers { permanent_uuid: "3466602c0aec45d191b9551ec5ea2855" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37563 } attrs { replace: true } } peers { permanent_uuid: "0ab57bfae4a14dda9358458f2bd4ba52" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40503 } } peers { permanent_uuid: "bd3e3fe7594546cea8d5c7c7817579d4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40531 } attrs { promote: true } }
I20260630 12:14:52.266358 10385 ts_tablet_manager.cc:1434] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: Time spent starting tablet: real 0.023s	user 0.005s	sys 0.000s
W20260630 12:14:52.277318 10385 tablet_copy_client.cc:1131] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:45937: connect: Connection refused (error 111)
I20260630 12:14:52.277346   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:14:52.281345 10045 consensus_peers.cc:597] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 -> Peer 81ce6c34e5d44fd5823604ffd6eefe03 (127.0.107.193:45937): Couldn't send request to peer 81ce6c34e5d44fd5823604ffd6eefe03. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45937: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:52.296856   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:52.312034 10332 raft_consensus.cc:1217] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260630 12:14:52.343022   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:52.343842   431 tablet_replica.cc:333] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.344735   431 raft_consensus.cc:2243] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.345347   431 raft_consensus.cc:2272] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.347479   431 tablet_replica.cc:333] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.348006   431 raft_consensus.cc:2243] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.349098   431 raft_consensus.cc:2272] T b54fa450cd714bacbd7f6edcd8091c18 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.352187   431 tablet_replica.cc:333] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.353010   431 raft_consensus.cc:2243] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.353636   431 raft_consensus.cc:2272] T 759eda7e48be404fa8c3de4ea5cf2cd1 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:52.354820 10043 consensus_peers.cc:597] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 -> Peer 3466602c0aec45d191b9551ec5ea2855 (127.0.107.194:37563): Couldn't send request to peer 3466602c0aec45d191b9551ec5ea2855. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37563: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:52.356114   431 tablet_replica.cc:333] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.356712   431 raft_consensus.cc:2243] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.357702   431 raft_consensus.cc:2272] T d5706676c9b34c40a12714bd1a517a77 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.359854   431 tablet_replica.cc:333] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.360360   431 raft_consensus.cc:2243] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:52.360888   431 raft_consensus.cc:2272] T 69816e57cc964c55ad1de682bfd865a2 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.362824   431 tablet_replica.cc:333] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.363306   431 raft_consensus.cc:2243] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.363727   431 raft_consensus.cc:2272] T 0d9bb822320f4813a8a2f6667bdb5ef9 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.365540   431 tablet_replica.cc:333] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.366019   431 raft_consensus.cc:2243] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.366745   431 raft_consensus.cc:2272] T d54769dfd15b4db5ae211ec11694a2f3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.368636   431 tablet_replica.cc:333] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52: stopping tablet replica
I20260630 12:14:52.369071   431 raft_consensus.cc:2243] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.369479   431 raft_consensus.cc:2272] T f3fde9d6ecbd4a9595c7e100236725d3 P 0ab57bfae4a14dda9358458f2bd4ba52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.398792   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:52.424690   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:52.450951   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:52.452875   431 tablet_replica.cc:333] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4: stopping tablet replica
I20260630 12:14:52.453599   431 raft_consensus.cc:2243] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:52.454097   431 raft_consensus.cc:2272] T d5706676c9b34c40a12714bd1a517a77 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:52.456995   431 tablet_replica.cc:333] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4: stopping tablet replica
I20260630 12:14:52.457712   431 raft_consensus.cc:2243] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:52.458144   431 raft_consensus.cc:2272] T b54fa450cd714bacbd7f6edcd8091c18 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:52.460901   431 tablet_replica.cc:333] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4: stopping tablet replica
I20260630 12:14:52.461544   431 raft_consensus.cc:2243] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:52.461990   431 raft_consensus.cc:2272] T 04de2ee9d1914af895e8ecfcfcb8d5d7 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:52.464694   431 tablet_replica.cc:333] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4: stopping tablet replica
I20260630 12:14:52.465291   431 raft_consensus.cc:2243] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:52.465744   431 raft_consensus.cc:2272] T 69816e57cc964c55ad1de682bfd865a2 P bd3e3fe7594546cea8d5c7c7817579d4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:52.491466   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:52.510659   431 master.cc:562] Master@127.0.107.254:32841 shutting down...
W20260630 12:14:52.541566  9876 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:14:52.543210   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:52.543783   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:52.544107   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5b44b6cd32d546308bec9a4e9e6f32d8: stopping tablet replica
I20260630 12:14:53.513240   431 master.cc:584] Master@127.0.107.254:32841 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (8909 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:14:53.561735   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37035
I20260630 12:14:53.562805   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:53.567464 10401 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:53.567523 10402 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:53.568966 10404 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.569933   431 server_base.cc:1061] running on GCE node
I20260630 12:14:53.570781   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:53.570950   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:53.571151   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821693571118 us; error 0 us; skew 500 ppm
I20260630 12:14:53.571647   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:53.573813   431 webserver.cc:533] Webserver started at http://127.0.107.254:37341/ using document root <none> and password file <none>
I20260630 12:14:53.574260   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:53.574455   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:53.574724   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:53.575766   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "7ab24871a1a94468a224170196f412ad"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.579984   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:14:53.583182 10409 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.583865   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:53.584144   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "7ab24871a1a94468a224170196f412ad"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.584405   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:53.599031   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:53.599972   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:53.633846   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37035
I20260630 12:14:53.633948 10460 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37035 every 8 connection(s)
I20260630 12:14:53.637442 10461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:53.648113 10461 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad: Bootstrap starting.
I20260630 12:14:53.652271 10461 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:53.655902 10461 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad: No bootstrap required, opened a new log
I20260630 12:14:53.657796 10461 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ab24871a1a94468a224170196f412ad" member_type: VOTER }
I20260630 12:14:53.658151 10461 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:53.658318 10461 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ab24871a1a94468a224170196f412ad, State: Initialized, Role: FOLLOWER
I20260630 12:14:53.658834 10461 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7ab24871a1a94468a224170196f412ad" member_type: VOTER }
I20260630 12:14:53.659222 10461 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:53.659404 10461 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:53.659613 10461 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:53.663722 10461 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ab24871a1a94468a224170196f412ad" member_type: VOTER }
I20260630 12:14:53.664160 10461 leader_election.cc:304] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [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: 7ab24871a1a94468a224170196f412ad; no voters: 
I20260630 12:14:53.665134 10461 leader_election.cc:290] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:53.665468 10464 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:53.666831 10464 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 1 LEADER]: Becoming Leader. State: Replica: 7ab24871a1a94468a224170196f412ad, State: Running, Role: LEADER
I20260630 12:14:53.667451 10464 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [LEADER]: Queue going to LEADER mode. State: All 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: "7ab24871a1a94468a224170196f412ad" member_type: VOTER }
I20260630 12:14:53.667945 10461 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:53.671741 10466 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7ab24871a1a94468a224170196f412ad. Latest consensus state: current_term: 1 leader_uuid: "7ab24871a1a94468a224170196f412ad" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ab24871a1a94468a224170196f412ad" member_type: VOTER } }
I20260630 12:14:53.671774 10465 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7ab24871a1a94468a224170196f412ad" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ab24871a1a94468a224170196f412ad" member_type: VOTER } }
I20260630 12:14:53.672655 10466 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:53.672775 10465 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:53.675582 10471 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:53.683475 10471 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:53.684466   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:53.692204 10471 catalog_manager.cc:1383] Generated new cluster ID: ef889f38078c4d73af87a75855fe6ff8
I20260630 12:14:53.692500 10471 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:53.705886 10471 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:53.707136 10471 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:53.721949 10471 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad: Generated new TSK 0
I20260630 12:14:53.722586 10471 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:53.750691   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:53.756040 10482 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:53.757077 10483 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:53.758613 10485 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.759073   431 server_base.cc:1061] running on GCE node
I20260630 12:14:53.759925   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:53.760100   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:53.760229   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821693760217 us; error 0 us; skew 500 ppm
I20260630 12:14:53.760634   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:53.762809   431 webserver.cc:533] Webserver started at http://127.0.107.193:38633/ using document root <none> and password file <none>
I20260630 12:14:53.763244   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:53.763399   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:53.763602   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:53.764580   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "75af9d12b1414112ba0bbfea17b9d93b"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.768761   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:53.771737 10490 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.772485   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:53.772784   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "75af9d12b1414112ba0bbfea17b9d93b"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.773065   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:53.791932   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:53.792850   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:53.794298   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:53.796371   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:53.796594   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.796823   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:53.796989   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.833829   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43411
I20260630 12:14:53.833952 10552 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43411 every 8 connection(s)
I20260630 12:14:53.838898   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:53.846091 10557 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:53.847151 10558 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.850755   431 server_base.cc:1061] running on GCE node
I20260630 12:14:53.852897 10553 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37035
W20260630 12:14:53.852474 10560 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.853327 10553 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:53.854043   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:53.854225 10553 heartbeater.cc:507] Master 127.0.107.254:37035 requested a full tablet report, sending...
W20260630 12:14:53.854279   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:53.854686   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821693854669 us; error 0 us; skew 500 ppm
I20260630 12:14:53.855357   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:53.856786 10426 ts_manager.cc:194] Registered new tserver with Master: 75af9d12b1414112ba0bbfea17b9d93b (127.0.107.193:43411)
I20260630 12:14:53.858045   431 webserver.cc:533] Webserver started at http://127.0.107.194:43293/ using document root <none> and password file <none>
I20260630 12:14:53.858705   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:53.858927   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:53.859243   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:53.859233 10426 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49954
I20260630 12:14:53.860900   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "03f7a353dec44fc2a1b706156eacf9ba"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.865248   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:53.868265 10565 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.869043   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:53.869334   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "03f7a353dec44fc2a1b706156eacf9ba"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.869660   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:53.879638   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:53.880527   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:53.881846   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:53.883925   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:53.884126   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.884382   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:53.884536   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.920444   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32987
I20260630 12:14:53.920535 10627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32987 every 8 connection(s)
I20260630 12:14:53.925184   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:53.931658 10631 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:53.933811 10632 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.934855   431 server_base.cc:1061] running on GCE node
W20260630 12:14:53.934832 10634 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:53.936182   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:53.936443   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:53.936628   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821693936592 us; error 0 us; skew 500 ppm
I20260630 12:14:53.937243   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:53.937618 10628 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37035
I20260630 12:14:53.938067 10628 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:53.939002 10628 heartbeater.cc:507] Master 127.0.107.254:37035 requested a full tablet report, sending...
I20260630 12:14:53.939903   431 webserver.cc:533] Webserver started at http://127.0.107.195:42249/ using document root <none> and password file <none>
I20260630 12:14:53.940442   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:53.940655   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:53.940928   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:53.941221 10426 ts_manager.cc:194] Registered new tserver with Master: 03f7a353dec44fc2a1b706156eacf9ba (127.0.107.194:32987)
I20260630 12:14:53.942065   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "a0d24affa45f42908d2e5ab348f78c56"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.942679 10426 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49964
I20260630 12:14:53.946470   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:14:53.949590 10639 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.950325   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:53.950635   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "a0d24affa45f42908d2e5ab348f78c56"
format_stamp: "Formatted at 2026-06-30 12:14:53 on dist-test-slave-t06f"
I20260630 12:14:53.950922   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:53.971516   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:53.972505   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:53.973984   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:53.976137   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:53.976361   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:53.976591   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:53.976841   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.013629   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34913
I20260630 12:14:54.013810 10701 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34913 every 8 connection(s)
I20260630 12:14:54.027493 10702 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37035
I20260630 12:14:54.027921 10702 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.028611 10702 heartbeater.cc:507] Master 127.0.107.254:37035 requested a full tablet report, sending...
I20260630 12:14:54.030594 10426 ts_manager.cc:194] Registered new tserver with Master: a0d24affa45f42908d2e5ab348f78c56 (127.0.107.195:34913)
I20260630 12:14:54.030750   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013768174s
I20260630 12:14:54.032394 10426 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49976
I20260630 12:14:54.054721 10426 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49990:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:54.056334 10426 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:54.104486 10518 tablet_service.cc:1511] Processing CreateTablet for tablet d07912c939fb4a85bcbf49f8c4642e24 (DEFAULT_TABLE table=test-workload [id=6be169cc921d49d385664814f3c8be57]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:54.105856 10518 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d07912c939fb4a85bcbf49f8c4642e24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:54.107385 10667 tablet_service.cc:1511] Processing CreateTablet for tablet d07912c939fb4a85bcbf49f8c4642e24 (DEFAULT_TABLE table=test-workload [id=6be169cc921d49d385664814f3c8be57]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:54.108669 10667 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d07912c939fb4a85bcbf49f8c4642e24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:54.113502 10593 tablet_service.cc:1511] Processing CreateTablet for tablet d07912c939fb4a85bcbf49f8c4642e24 (DEFAULT_TABLE table=test-workload [id=6be169cc921d49d385664814f3c8be57]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:54.114820 10593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d07912c939fb4a85bcbf49f8c4642e24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:54.123399 10717 tablet_bootstrap.cc:492] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56: Bootstrap starting.
I20260630 12:14:54.126806 10718 tablet_bootstrap.cc:492] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: Bootstrap starting.
I20260630 12:14:54.129393 10717 tablet_bootstrap.cc:654] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:54.131695 10719 tablet_bootstrap.cc:492] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba: Bootstrap starting.
I20260630 12:14:54.133395 10718 tablet_bootstrap.cc:654] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:54.135025 10717 tablet_bootstrap.cc:492] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56: No bootstrap required, opened a new log
I20260630 12:14:54.135519 10717 ts_tablet_manager.cc:1403] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.003s
I20260630 12:14:54.138254 10719 tablet_bootstrap.cc:654] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:54.138586 10717 raft_consensus.cc:359] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.139353 10717 raft_consensus.cc:385] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:54.139653 10717 raft_consensus.cc:740] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0d24affa45f42908d2e5ab348f78c56, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.140087 10718 tablet_bootstrap.cc:492] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: No bootstrap required, opened a new log
I20260630 12:14:54.140544 10718 ts_tablet_manager.cc:1403] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.005s
I20260630 12:14:54.140390 10717 consensus_queue.cc:260] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.142834 10702 heartbeater.cc:499] Master 127.0.107.254:37035 was elected leader, sending a full tablet report...
I20260630 12:14:54.143028 10719 tablet_bootstrap.cc:492] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba: No bootstrap required, opened a new log
I20260630 12:14:54.143347 10717 ts_tablet_manager.cc:1434] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:14:54.143563 10719 ts_tablet_manager.cc:1403] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:14:54.144588 10718 raft_consensus.cc:359] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.145337 10718 raft_consensus.cc:385] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:54.145599 10718 raft_consensus.cc:740] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 75af9d12b1414112ba0bbfea17b9d93b, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.146237 10719 raft_consensus.cc:359] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.146281 10718 consensus_queue.cc:260] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.147231 10719 raft_consensus.cc:385] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:54.147596 10719 raft_consensus.cc:740] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03f7a353dec44fc2a1b706156eacf9ba, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.148454 10719 consensus_queue.cc:260] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.154444 10553 heartbeater.cc:499] Master 127.0.107.254:37035 was elected leader, sending a full tablet report...
I20260630 12:14:54.155031 10718 ts_tablet_manager.cc:1434] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.007s
I20260630 12:14:54.155658 10628 heartbeater.cc:499] Master 127.0.107.254:37035 was elected leader, sending a full tablet report...
I20260630 12:14:54.157743 10719 ts_tablet_manager.cc:1434] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.001s
I20260630 12:14:54.210863 10724 raft_consensus.cc:493] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:54.211419 10724 raft_consensus.cc:515] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.213614 10724 leader_election.cc:290] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a0d24affa45f42908d2e5ab348f78c56 (127.0.107.195:34913), 03f7a353dec44fc2a1b706156eacf9ba (127.0.107.194:32987)
I20260630 12:14:54.223636 10677 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d07912c939fb4a85bcbf49f8c4642e24" candidate_uuid: "75af9d12b1414112ba0bbfea17b9d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0d24affa45f42908d2e5ab348f78c56" is_pre_election: true
I20260630 12:14:54.224429 10677 raft_consensus.cc:2468] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 75af9d12b1414112ba0bbfea17b9d93b in term 0.
I20260630 12:14:54.224635 10603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d07912c939fb4a85bcbf49f8c4642e24" candidate_uuid: "75af9d12b1414112ba0bbfea17b9d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03f7a353dec44fc2a1b706156eacf9ba" is_pre_election: true
I20260630 12:14:54.225376 10603 raft_consensus.cc:2468] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 75af9d12b1414112ba0bbfea17b9d93b in term 0.
I20260630 12:14:54.225610 10493 leader_election.cc:304] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 75af9d12b1414112ba0bbfea17b9d93b, a0d24affa45f42908d2e5ab348f78c56; no voters: 
I20260630 12:14:54.226490 10724 raft_consensus.cc:2804] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:54.226768 10724 raft_consensus.cc:493] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:54.227016 10724 raft_consensus.cc:3060] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:54.231669 10724 raft_consensus.cc:515] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.233142 10724 leader_election.cc:290] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [CANDIDATE]: Term 1 election: Requested vote from peers a0d24affa45f42908d2e5ab348f78c56 (127.0.107.195:34913), 03f7a353dec44fc2a1b706156eacf9ba (127.0.107.194:32987)
I20260630 12:14:54.233956 10677 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d07912c939fb4a85bcbf49f8c4642e24" candidate_uuid: "75af9d12b1414112ba0bbfea17b9d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0d24affa45f42908d2e5ab348f78c56"
I20260630 12:14:54.234246 10603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d07912c939fb4a85bcbf49f8c4642e24" candidate_uuid: "75af9d12b1414112ba0bbfea17b9d93b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03f7a353dec44fc2a1b706156eacf9ba"
I20260630 12:14:54.234467 10677 raft_consensus.cc:3060] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:54.234815 10603 raft_consensus.cc:3060] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:54.239172 10677 raft_consensus.cc:2468] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 75af9d12b1414112ba0bbfea17b9d93b in term 1.
I20260630 12:14:54.239655 10603 raft_consensus.cc:2468] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 75af9d12b1414112ba0bbfea17b9d93b in term 1.
I20260630 12:14:54.240264 10493 leader_election.cc:304] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 75af9d12b1414112ba0bbfea17b9d93b, a0d24affa45f42908d2e5ab348f78c56; no voters: 
I20260630 12:14:54.241057 10724 raft_consensus.cc:2804] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:54.241914 10724 raft_consensus.cc:697] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 1 LEADER]: Becoming Leader. State: Replica: 75af9d12b1414112ba0bbfea17b9d93b, State: Running, Role: LEADER
I20260630 12:14:54.242563 10724 consensus_queue.cc:237] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } }
I20260630 12:14:54.249819 10425 catalog_manager.cc:5697] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b reported cstate change: term changed from 0 to 1, leader changed from <none> to 75af9d12b1414112ba0bbfea17b9d93b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "75af9d12b1414112ba0bbfea17b9d93b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "75af9d12b1414112ba0bbfea17b9d93b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43411 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0d24affa45f42908d2e5ab348f78c56" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34913 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "03f7a353dec44fc2a1b706156eacf9ba" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:54.287688   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:54.304093   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:54.304940   431 tablet_replica.cc:333] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: stopping tablet replica
I20260630 12:14:54.305449   431 raft_consensus.cc:2243] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.306084   431 pending_rounds.cc:70] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: Trying to abort 1 pending ops.
I20260630 12:14:54.306257   431 pending_rounds.cc:77] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437659624034304 op_type: NO_OP noop_request { }
I20260630 12:14:54.306507   431 raft_consensus.cc:2889] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:54.306730   431 raft_consensus.cc:2272] T d07912c939fb4a85bcbf49f8c4642e24 P 75af9d12b1414112ba0bbfea17b9d93b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.326418   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:54.335155   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:54.351532   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:54.352409   431 tablet_replica.cc:333] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba: stopping tablet replica
I20260630 12:14:54.352975   431 raft_consensus.cc:2243] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.353343   431 raft_consensus.cc:2272] T d07912c939fb4a85bcbf49f8c4642e24 P 03f7a353dec44fc2a1b706156eacf9ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.371563   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:54.380136   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:54.395771   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:54.396543   431 tablet_replica.cc:333] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56: stopping tablet replica
I20260630 12:14:54.397119   431 raft_consensus.cc:2243] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.397534   431 raft_consensus.cc:2272] T d07912c939fb4a85bcbf49f8c4642e24 P a0d24affa45f42908d2e5ab348f78c56 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.415663   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:54.424664   431 master.cc:562] Master@127.0.107.254:37035 shutting down...
I20260630 12:14:54.439458   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.439983   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.440305   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7ab24871a1a94468a224170196f412ad: stopping tablet replica
I20260630 12:14:54.449119   431 master.cc:584] Master@127.0.107.254:37035 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (918 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:14:54.479938   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35623
I20260630 12:14:54.481078   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.485961 10730 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.486721 10729 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.487478 10732 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:54.487915   431 server_base.cc:1061] running on GCE node
I20260630 12:14:54.488734   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.488929   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:54.489112   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694489079 us; error 0 us; skew 500 ppm
I20260630 12:14:54.489630   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.491906   431 webserver.cc:533] Webserver started at http://127.0.107.254:37709/ using document root <none> and password file <none>
I20260630 12:14:54.492383   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.492621   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.492906   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.494021   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "70ff76fa64884557b97ada1c1b02187f"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.498106   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:54.501129 10737 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.501992   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:54.502291   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "70ff76fa64884557b97ada1c1b02187f"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.502589   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:54.511911   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.512807   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.546097   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35623
I20260630 12:14:54.546183 10788 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35623 every 8 connection(s)
I20260630 12:14:54.549808 10789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:54.559850 10789 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f: Bootstrap starting.
I20260630 12:14:54.563944 10789 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:54.567658 10789 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f: No bootstrap required, opened a new log
I20260630 12:14:54.569556 10789 raft_consensus.cc:359] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70ff76fa64884557b97ada1c1b02187f" member_type: VOTER }
I20260630 12:14:54.569976 10789 raft_consensus.cc:385] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:54.570214 10789 raft_consensus.cc:740] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70ff76fa64884557b97ada1c1b02187f, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.570776 10789 consensus_queue.cc:260] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "70ff76fa64884557b97ada1c1b02187f" member_type: VOTER }
I20260630 12:14:54.571242 10789 raft_consensus.cc:399] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:54.571455 10789 raft_consensus.cc:493] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:54.571720 10789 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:54.576051 10789 raft_consensus.cc:515] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70ff76fa64884557b97ada1c1b02187f" member_type: VOTER }
I20260630 12:14:54.576536 10789 leader_election.cc:304] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [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: 70ff76fa64884557b97ada1c1b02187f; no voters: 
I20260630 12:14:54.577589 10789 leader_election.cc:290] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:54.577958 10792 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:54.579293 10792 raft_consensus.cc:697] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 1 LEADER]: Becoming Leader. State: Replica: 70ff76fa64884557b97ada1c1b02187f, State: Running, Role: LEADER
I20260630 12:14:54.579905 10792 consensus_queue.cc:237] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [LEADER]: Queue going to LEADER mode. State: All 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: "70ff76fa64884557b97ada1c1b02187f" member_type: VOTER }
I20260630 12:14:54.580479 10789 sys_catalog.cc:565] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:54.582683 10793 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "70ff76fa64884557b97ada1c1b02187f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70ff76fa64884557b97ada1c1b02187f" member_type: VOTER } }
I20260630 12:14:54.582705 10794 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 70ff76fa64884557b97ada1c1b02187f. Latest consensus state: current_term: 1 leader_uuid: "70ff76fa64884557b97ada1c1b02187f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70ff76fa64884557b97ada1c1b02187f" member_type: VOTER } }
I20260630 12:14:54.583460 10793 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:54.583544 10794 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:54.588073 10797 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:54.595546 10797 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:54.596499   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:54.604249 10797 catalog_manager.cc:1383] Generated new cluster ID: 3202fc612d854d17952c9390d46aca20
I20260630 12:14:54.604511 10797 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:54.623960 10797 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:54.625458 10797 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:54.641430 10797 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f: Generated new TSK 0
I20260630 12:14:54.642038 10797 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:54.663359   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.668897 10810 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.670120 10811 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.671752 10813 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:54.672518   431 server_base.cc:1061] running on GCE node
I20260630 12:14:54.673344   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.673580   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:54.673820   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694673784 us; error 0 us; skew 500 ppm
I20260630 12:14:54.674356   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.676574   431 webserver.cc:533] Webserver started at http://127.0.107.193:34095/ using document root <none> and password file <none>
I20260630 12:14:54.677058   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.677256   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.677567   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.678704   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "01a2d6e927dc47679ccd4c1519d8ee17"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.683130   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:54.686504 10818 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.687251   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:14:54.687546   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "01a2d6e927dc47679ccd4c1519d8ee17"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.687803   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:54.704385   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.705425   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.706825   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.708897   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:54.709118   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.709372   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:54.709542   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.779739   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33059
I20260630 12:14:54.779834 10881 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33059 every 8 connection(s)
I20260630 12:14:54.787254   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.795799 10886 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.797513 10887 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:54.799706   431 server_base.cc:1061] running on GCE node
W20260630 12:14:54.800155 10889 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:54.801411   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.801702   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:54.801930   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694801912 us; error 0 us; skew 500 ppm
I20260630 12:14:54.802729   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.803018 10882 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35623
I20260630 12:14:54.803511 10882 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.804596 10882 heartbeater.cc:507] Master 127.0.107.254:35623 requested a full tablet report, sending...
I20260630 12:14:54.805909   431 webserver.cc:533] Webserver started at http://127.0.107.194:43215/ using document root <none> and password file <none>
I20260630 12:14:54.806541   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.806811   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.807159   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.807138 10754 ts_manager.cc:194] Registered new tserver with Master: 01a2d6e927dc47679ccd4c1519d8ee17 (127.0.107.193:33059)
I20260630 12:14:54.809012   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "60310672d3e248e6a8a9a99108305f26"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.809715 10754 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36184
I20260630 12:14:54.814168   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:14:54.817749 10894 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.818557   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:54.818884   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "60310672d3e248e6a8a9a99108305f26"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.819170   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:54.837359   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.838608   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.840138   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.843567   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:54.843765   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.844061   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:54.844259   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.884560   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45477
I20260630 12:14:54.884671 10956 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45477 every 8 connection(s)
I20260630 12:14:54.889827   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.896811 10960 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:54.897789 10961 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:54.900581   431 server_base.cc:1061] running on GCE node
W20260630 12:14:54.901292 10963 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:54.902410   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.902704   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:54.902902   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694902866 us; error 0 us; skew 500 ppm
I20260630 12:14:54.903633   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.903955 10957 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35623
I20260630 12:14:54.904439 10957 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.905541 10957 heartbeater.cc:507] Master 127.0.107.254:35623 requested a full tablet report, sending...
I20260630 12:14:54.906562   431 webserver.cc:533] Webserver started at http://127.0.107.195:33775/ using document root <none> and password file <none>
I20260630 12:14:54.907121   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.907323   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.907660   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.907984 10754 ts_manager.cc:194] Registered new tserver with Master: 60310672d3e248e6a8a9a99108305f26 (127.0.107.194:45477)
I20260630 12:14:54.909477   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "f377839a1e654b82a1a12bbb9a1eb0a1"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.910048 10754 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36200
I20260630 12:14:54.915155   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:14:54.918774 10968 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.919543   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:54.919855   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "f377839a1e654b82a1a12bbb9a1eb0a1"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-t06f"
I20260630 12:14:54.920142   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:54.949050   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.950331   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.951818   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.954183   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:54.954419   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.954674   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:54.954852   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.995923   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42921
I20260630 12:14:54.996021 11030 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42921 every 8 connection(s)
I20260630 12:14:55.001086   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:55.008199 11034 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:55.008641 11035 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:55.012176   431 server_base.cc:1061] running on GCE node
W20260630 12:14:55.013104 11038 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:55.013242 11031 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35623
I20260630 12:14:55.013823 11031 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:55.014236   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:55.014498   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:55.014694   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821695014676 us; error 0 us; skew 500 ppm
I20260630 12:14:55.014714 11031 heartbeater.cc:507] Master 127.0.107.254:35623 requested a full tablet report, sending...
I20260630 12:14:55.015375   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:55.017122 10754 ts_manager.cc:194] Registered new tserver with Master: f377839a1e654b82a1a12bbb9a1eb0a1 (127.0.107.195:42921)
I20260630 12:14:55.018296   431 webserver.cc:533] Webserver started at http://127.0.107.196:43819/ using document root <none> and password file <none>
I20260630 12:14:55.018967   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:55.019217   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:55.019155 10754 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36206
I20260630 12:14:55.019723   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:55.021240   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "1a05f9f549814312ba38f04cb5883033"
format_stamp: "Formatted at 2026-06-30 12:14:55 on dist-test-slave-t06f"
I20260630 12:14:55.025604   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:14:55.028990 11042 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:55.029814   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:55.030057   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "1a05f9f549814312ba38f04cb5883033"
format_stamp: "Formatted at 2026-06-30 12:14:55 on dist-test-slave-t06f"
I20260630 12:14:55.030287   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:55.039305   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:55.040370   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:55.041728   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:55.043893   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:55.044099   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:55.044348   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:55.044503   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:55.085683   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35855
I20260630 12:14:55.085879 11104 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35855 every 8 connection(s)
I20260630 12:14:55.100342 11105 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35623
I20260630 12:14:55.100737 11105 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:55.101436 11105 heartbeater.cc:507] Master 127.0.107.254:35623 requested a full tablet report, sending...
I20260630 12:14:55.103334 10754 ts_manager.cc:194] Registered new tserver with Master: 1a05f9f549814312ba38f04cb5883033 (127.0.107.196:35855)
I20260630 12:14:55.104307   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.015627046s
I20260630 12:14:55.104771 10754 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36216
I20260630 12:14:55.130759 10754 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36228:
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:14:55.177078 10922 tablet_service.cc:1511] Processing CreateTablet for tablet 822dbe21ae0c4a4aad4c2546ad76c7e0 (DEFAULT_TABLE table=test-workload [id=fe5959d7ef7647478fa7d83f6dbe417b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:55.178560 10922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 822dbe21ae0c4a4aad4c2546ad76c7e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:55.188222 10996 tablet_service.cc:1511] Processing CreateTablet for tablet 822dbe21ae0c4a4aad4c2546ad76c7e0 (DEFAULT_TABLE table=test-workload [id=fe5959d7ef7647478fa7d83f6dbe417b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:55.188714 11070 tablet_service.cc:1511] Processing CreateTablet for tablet 822dbe21ae0c4a4aad4c2546ad76c7e0 (DEFAULT_TABLE table=test-workload [id=fe5959d7ef7647478fa7d83f6dbe417b]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:55.189889 10996 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 822dbe21ae0c4a4aad4c2546ad76c7e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:55.190049 11070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 822dbe21ae0c4a4aad4c2546ad76c7e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:55.199049 11120 tablet_bootstrap.cc:492] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: Bootstrap starting.
I20260630 12:14:55.206854 11120 tablet_bootstrap.cc:654] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:55.209583 11121 tablet_bootstrap.cc:492] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1: Bootstrap starting.
I20260630 12:14:55.212111 11122 tablet_bootstrap.cc:492] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033: Bootstrap starting.
I20260630 12:14:55.217177 11121 tablet_bootstrap.cc:654] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:55.220165 11120 tablet_bootstrap.cc:492] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: No bootstrap required, opened a new log
I20260630 12:14:55.220595 11122 tablet_bootstrap.cc:654] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:55.220755 11120 ts_tablet_manager.cc:1403] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.008s
I20260630 12:14:55.222419 11121 tablet_bootstrap.cc:492] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1: No bootstrap required, opened a new log
I20260630 12:14:55.222869 11121 ts_tablet_manager.cc:1403] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:14:55.224296 11120 raft_consensus.cc:359] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.225220 11120 raft_consensus.cc:385] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:55.225533 11120 raft_consensus.cc:740] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 60310672d3e248e6a8a9a99108305f26, State: Initialized, Role: FOLLOWER
I20260630 12:14:55.225795 11121 raft_consensus.cc:359] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.226542 11122 tablet_bootstrap.cc:492] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033: No bootstrap required, opened a new log
I20260630 12:14:55.226411 11120 consensus_queue.cc:260] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.227128 11122 ts_tablet_manager.cc:1403] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:14:55.226598 11121 raft_consensus.cc:385] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:55.228366 11121 raft_consensus.cc:740] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f377839a1e654b82a1a12bbb9a1eb0a1, State: Initialized, Role: FOLLOWER
I20260630 12:14:55.229254 11121 consensus_queue.cc:260] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.230881 10957 heartbeater.cc:499] Master 127.0.107.254:35623 was elected leader, sending a full tablet report...
I20260630 12:14:55.231482 11120 ts_tablet_manager.cc:1434] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.006s
I20260630 12:14:55.230460 11122 raft_consensus.cc:359] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.232931 11122 raft_consensus.cc:385] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:55.233178 11122 raft_consensus.cc:740] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a05f9f549814312ba38f04cb5883033, State: Initialized, Role: FOLLOWER
I20260630 12:14:55.233853 11122 consensus_queue.cc:260] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.235987 11105 heartbeater.cc:499] Master 127.0.107.254:35623 was elected leader, sending a full tablet report...
I20260630 12:14:55.238480 11121 ts_tablet_manager.cc:1434] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1: Time spent starting tablet: real 0.015s	user 0.010s	sys 0.003s
I20260630 12:14:55.239229 11031 heartbeater.cc:499] Master 127.0.107.254:35623 was elected leader, sending a full tablet report...
I20260630 12:14:55.241631 11122 ts_tablet_manager.cc:1434] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
W20260630 12:14:55.249899 11032 tablet.cc:2406] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:14:55.564064 11126 raft_consensus.cc:493] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:55.564651 11126 raft_consensus.cc:515] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.566624 11126 leader_election.cc:290] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a05f9f549814312ba38f04cb5883033 (127.0.107.196:35855), f377839a1e654b82a1a12bbb9a1eb0a1 (127.0.107.195:42921)
I20260630 12:14:55.577457 11080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "822dbe21ae0c4a4aad4c2546ad76c7e0" candidate_uuid: "60310672d3e248e6a8a9a99108305f26" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a05f9f549814312ba38f04cb5883033" is_pre_election: true
I20260630 12:14:55.577456 11006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "822dbe21ae0c4a4aad4c2546ad76c7e0" candidate_uuid: "60310672d3e248e6a8a9a99108305f26" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" is_pre_election: true
I20260630 12:14:55.578518 11080 raft_consensus.cc:2468] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 60310672d3e248e6a8a9a99108305f26 in term 0.
I20260630 12:14:55.578616 11006 raft_consensus.cc:2468] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 60310672d3e248e6a8a9a99108305f26 in term 0.
I20260630 12:14:55.579960 10896 leader_election.cc:304] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a05f9f549814312ba38f04cb5883033, 60310672d3e248e6a8a9a99108305f26; no voters: 
I20260630 12:14:55.580735 11126 raft_consensus.cc:2804] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:55.581115 11126 raft_consensus.cc:493] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:55.581394 11126 raft_consensus.cc:3060] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:55.586830 11126 raft_consensus.cc:515] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.588367 11126 leader_election.cc:290] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [CANDIDATE]: Term 1 election: Requested vote from peers 1a05f9f549814312ba38f04cb5883033 (127.0.107.196:35855), f377839a1e654b82a1a12bbb9a1eb0a1 (127.0.107.195:42921)
I20260630 12:14:55.589341 11080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "822dbe21ae0c4a4aad4c2546ad76c7e0" candidate_uuid: "60310672d3e248e6a8a9a99108305f26" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a05f9f549814312ba38f04cb5883033"
I20260630 12:14:55.589411 11006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "822dbe21ae0c4a4aad4c2546ad76c7e0" candidate_uuid: "60310672d3e248e6a8a9a99108305f26" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1"
W20260630 12:14:55.590097 10802 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:55.590286 11080 raft_consensus.cc:3060] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:55.590368 11006 raft_consensus.cc:3060] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:55.595984 11006 raft_consensus.cc:2468] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 60310672d3e248e6a8a9a99108305f26 in term 1.
I20260630 12:14:55.595984 11080 raft_consensus.cc:2468] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 60310672d3e248e6a8a9a99108305f26 in term 1.
I20260630 12:14:55.597148 10897 leader_election.cc:304] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 60310672d3e248e6a8a9a99108305f26, f377839a1e654b82a1a12bbb9a1eb0a1; no voters: 
I20260630 12:14:55.597870 11126 raft_consensus.cc:2804] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:55.598694 11126 raft_consensus.cc:697] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 1 LEADER]: Becoming Leader. State: Replica: 60310672d3e248e6a8a9a99108305f26, State: Running, Role: LEADER
I20260630 12:14:55.599717 11126 consensus_queue.cc:237] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } }
I20260630 12:14:55.606189 10752 catalog_manager.cc:5697] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 reported cstate change: term changed from 0 to 1, leader changed from <none> to 60310672d3e248e6a8a9a99108305f26 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "60310672d3e248e6a8a9a99108305f26" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60310672d3e248e6a8a9a99108305f26" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1a05f9f549814312ba38f04cb5883033" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35855 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f377839a1e654b82a1a12bbb9a1eb0a1" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42921 } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:55.668885   431 auto_rebalancer.cc:639] Failed to schedule move for tablet 822dbe21ae0c4a4aad4c2546ad76c7e0: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:14:55.670410   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:55.691694   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:55.707360   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:55.716351   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:55.732601   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:55.733502   431 tablet_replica.cc:333] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: stopping tablet replica
I20260630 12:14:55.734068   431 raft_consensus.cc:2243] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:55.734670   431 pending_rounds.cc:70] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: Trying to abort 1 pending ops.
I20260630 12:14:55.734902   431 pending_rounds.cc:77] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437665182638080 op_type: NO_OP noop_request { }
I20260630 12:14:55.735219   431 raft_consensus.cc:2889] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:55.735508   431 raft_consensus.cc:2272] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 60310672d3e248e6a8a9a99108305f26 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:55.755501   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:55.764253   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:55.780439   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:55.781061   431 tablet_replica.cc:333] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1: stopping tablet replica
I20260630 12:14:55.781558   431 raft_consensus.cc:2243] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:55.782081   431 raft_consensus.cc:2272] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P f377839a1e654b82a1a12bbb9a1eb0a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:55.799782   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:55.808195   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:55.824061   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:55.824582   431 tablet_replica.cc:333] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033: stopping tablet replica
I20260630 12:14:55.825014   431 raft_consensus.cc:2243] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:55.825333   431 raft_consensus.cc:2272] T 822dbe21ae0c4a4aad4c2546ad76c7e0 P 1a05f9f549814312ba38f04cb5883033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:55.843778   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:55.853251   431 master.cc:562] Master@127.0.107.254:35623 shutting down...
I20260630 12:14:55.872074   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:55.872575   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:55.872831   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 70ff76fa64884557b97ada1c1b02187f: stopping tablet replica
I20260630 12:14:55.891309   431 master.cc:584] Master@127.0.107.254:35623 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1451 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:14:55.931953   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33475
I20260630 12:14:55.932973   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:55.937688 11135 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:55.938088 11136 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:55.939077 11138 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:55.945873   431 server_base.cc:1061] running on GCE node
I20260630 12:14:55.946691   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:55.946859   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:55.946973   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821695946962 us; error 0 us; skew 500 ppm
I20260630 12:14:55.947393   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:55.949592   431 webserver.cc:533] Webserver started at http://127.0.107.254:36817/ using document root <none> and password file <none>
I20260630 12:14:55.950107   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:55.950255   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:55.950465   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:55.951638   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72"
format_stamp: "Formatted at 2026-06-30 12:14:55 on dist-test-slave-t06f"
I20260630 12:14:55.956429   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:55.959481 11143 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:55.960285   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:55.960515   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72"
format_stamp: "Formatted at 2026-06-30 12:14:55 on dist-test-slave-t06f"
I20260630 12:14:55.960736   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:55.979846   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:55.980858   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:56.016950   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33475
I20260630 12:14:56.017066 11194 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33475 every 8 connection(s)
I20260630 12:14:56.020893 11195 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:56.031582 11195 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72: Bootstrap starting.
I20260630 12:14:56.036162 11195 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:56.040045 11195 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72: No bootstrap required, opened a new log
I20260630 12:14:56.042088 11195 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72" member_type: VOTER }
I20260630 12:14:56.042474 11195 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:56.042706 11195 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b1a55ec676f4a0d9c6cb6f6b7941d72, State: Initialized, Role: FOLLOWER
I20260630 12:14:56.043339 11195 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9b1a55ec676f4a0d9c6cb6f6b7941d72" member_type: VOTER }
I20260630 12:14:56.043787 11195 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:56.044003 11195 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:56.044268 11195 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:56.048588 11195 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72" member_type: VOTER }
I20260630 12:14:56.049091 11195 leader_election.cc:304] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [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: 9b1a55ec676f4a0d9c6cb6f6b7941d72; no voters: 
I20260630 12:14:56.050184 11195 leader_election.cc:290] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:56.050494 11198 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:56.051994 11198 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 1 LEADER]: Becoming Leader. State: Replica: 9b1a55ec676f4a0d9c6cb6f6b7941d72, State: Running, Role: LEADER
I20260630 12:14:56.052606 11198 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [LEADER]: Queue going to LEADER mode. State: All 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: "9b1a55ec676f4a0d9c6cb6f6b7941d72" member_type: VOTER }
I20260630 12:14:56.053028 11195 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:56.055768 11200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9b1a55ec676f4a0d9c6cb6f6b7941d72. Latest consensus state: current_term: 1 leader_uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72" member_type: VOTER } }
I20260630 12:14:56.055708 11199 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b1a55ec676f4a0d9c6cb6f6b7941d72" member_type: VOTER } }
I20260630 12:14:56.056529 11200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:56.056825 11199 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:56.063285 11204 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:56.071161 11204 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:56.072170   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:56.079880 11204 catalog_manager.cc:1383] Generated new cluster ID: 3d2ef06dcbbe42fb9ea4812ef1c70031
I20260630 12:14:56.080132 11204 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:56.119112 11204 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:56.120352 11204 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:56.133647 11204 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72: Generated new TSK 0
I20260630 12:14:56.134277 11204 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:56.202704   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:56.208329 11216 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:56.209441 11217 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:56.211256   431 server_base.cc:1061] running on GCE node
W20260630 12:14:56.211710 11219 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:56.212491   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:56.212733   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:56.212906   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821696212883 us; error 0 us; skew 500 ppm
I20260630 12:14:56.213434   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:56.215662   431 webserver.cc:533] Webserver started at http://127.0.107.193:41321/ using document root <none> and password file <none>
I20260630 12:14:56.216131   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:56.216337   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:56.216604   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:56.217741   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "c54c4aa8156a40c5b7d43e3934329781"
format_stamp: "Formatted at 2026-06-30 12:14:56 on dist-test-slave-t06f"
I20260630 12:14:56.221906   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:56.224952 11224 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.225808   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:56.226102   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "c54c4aa8156a40c5b7d43e3934329781"
format_stamp: "Formatted at 2026-06-30 12:14:56 on dist-test-slave-t06f"
I20260630 12:14:56.226383   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:56.247052   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:56.248185   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:56.249528   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:56.251760   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:56.251974   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.252261   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:56.252424   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.288873   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37375
I20260630 12:14:56.288973 11286 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37375 every 8 connection(s)
I20260630 12:14:56.293808   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:56.300665 11291 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:56.301749 11292 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:56.304363 11294 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:56.304520   431 server_base.cc:1061] running on GCE node
I20260630 12:14:56.305652   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:56.305932   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:56.306141   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821696306125 us; error 0 us; skew 500 ppm
I20260630 12:14:56.306772   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:56.307031 11287 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33475
I20260630 12:14:56.307420 11287 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:56.308302 11287 heartbeater.cc:507] Master 127.0.107.254:33475 requested a full tablet report, sending...
I20260630 12:14:56.309333   431 webserver.cc:533] Webserver started at http://127.0.107.194:38203/ using document root <none> and password file <none>
I20260630 12:14:56.309947   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:56.310158   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:56.310437   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:56.310492 11160 ts_manager.cc:194] Registered new tserver with Master: c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375)
I20260630 12:14:56.311555   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "e54bf541240c4039ba0e875ea4d86dbd"
format_stamp: "Formatted at 2026-06-30 12:14:56 on dist-test-slave-t06f"
I20260630 12:14:56.312287 11160 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50470
I20260630 12:14:56.315935   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:14:56.319290 11299 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.320055   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:56.320353   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "e54bf541240c4039ba0e875ea4d86dbd"
format_stamp: "Formatted at 2026-06-30 12:14:56 on dist-test-slave-t06f"
I20260630 12:14:56.320637   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:56.331544   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:56.332523   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:56.333846   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:56.335920   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:56.336141   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.336380   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:56.336548   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.373972   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44245
I20260630 12:14:56.374068 11361 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44245 every 8 connection(s)
I20260630 12:14:56.378695   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:56.385169 11365 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:56.387009 11366 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:56.394421 11362 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33475
I20260630 12:14:56.395027   431 server_base.cc:1061] running on GCE node
W20260630 12:14:56.394949 11368 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:56.396622   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:56.394991 11362 heartbeater.cc:461] Registering TS with master...
W20260630 12:14:56.396916   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:56.397152   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821696397132 us; error 0 us; skew 500 ppm
I20260630 12:14:56.397764 11362 heartbeater.cc:507] Master 127.0.107.254:33475 requested a full tablet report, sending...
I20260630 12:14:56.397918   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:56.400200 11160 ts_manager.cc:194] Registered new tserver with Master: e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:14:56.400568   431 webserver.cc:533] Webserver started at http://127.0.107.195:38819/ using document root <none> and password file <none>
I20260630 12:14:56.401103   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:56.401302   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:56.401562   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:56.401822 11160 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50478
I20260630 12:14:56.402627   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "650922111fed4f538c864335576787f7"
format_stamp: "Formatted at 2026-06-30 12:14:56 on dist-test-slave-t06f"
I20260630 12:14:56.407291   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:56.410884 11373 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.411703   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:56.411938   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "650922111fed4f538c864335576787f7"
format_stamp: "Formatted at 2026-06-30 12:14:56 on dist-test-slave-t06f"
I20260630 12:14:56.412154   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:56.423954   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:56.424850   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:56.426201   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:56.428298   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:56.428490   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.428736   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:56.428890   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:56.466303   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34909
I20260630 12:14:56.466410 11435 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34909 every 8 connection(s)
I20260630 12:14:56.479373 11436 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33475
I20260630 12:14:56.479817 11436 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:56.480517 11436 heartbeater.cc:507] Master 127.0.107.254:33475 requested a full tablet report, sending...
I20260630 12:14:56.482393 11160 ts_manager.cc:194] Registered new tserver with Master: 650922111fed4f538c864335576787f7 (127.0.107.195:34909)
I20260630 12:14:56.482529   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013218349s
I20260630 12:14:56.483734 11160 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50492
I20260630 12:14:57.314736 11287 heartbeater.cc:499] Master 127.0.107.254:33475 was elected leader, sending a full tablet report...
I20260630 12:14:57.404670 11362 heartbeater.cc:499] Master 127.0.107.254:33475 was elected leader, sending a full tablet report...
I20260630 12:14:57.486524 11436 heartbeater.cc:499] Master 127.0.107.254:33475 was elected leader, sending a full tablet report...
I20260630 12:14:57.536235 11160 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50496:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:14:57.538298 11160 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:14:57.600968 11327 tablet_service.cc:1511] Processing CreateTablet for tablet 3d2797e653354283b6ee0c6d7e6bca2f (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:57.602346 11327 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d2797e653354283b6ee0c6d7e6bca2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.603921 11400 tablet_service.cc:1511] Processing CreateTablet for tablet f2e5118326f84ae6b74884f1cd27b432 (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:57.604697 11252 tablet_service.cc:1511] Processing CreateTablet for tablet 3d2797e653354283b6ee0c6d7e6bca2f (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:57.605348 11400 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2e5118326f84ae6b74884f1cd27b432. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.606053 11252 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d2797e653354283b6ee0c6d7e6bca2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.606464 11249 tablet_service.cc:1511] Processing CreateTablet for tablet e54ea3570a974eb19ebcef9c5fda6453 (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:57.606758 11399 tablet_service.cc:1511] Processing CreateTablet for tablet 23dab42221354506b42b26e8af2b9f4b (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:57.607743 11249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e54ea3570a974eb19ebcef9c5fda6453. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.608879 11398 tablet_service.cc:1511] Processing CreateTablet for tablet e54ea3570a974eb19ebcef9c5fda6453 (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:57.613634 11398 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e54ea3570a974eb19ebcef9c5fda6453. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.614693 11250 tablet_service.cc:1511] Processing CreateTablet for tablet 23dab42221354506b42b26e8af2b9f4b (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:57.616003 11250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23dab42221354506b42b26e8af2b9f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.616772 11399 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23dab42221354506b42b26e8af2b9f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.618727 11251 tablet_service.cc:1511] Processing CreateTablet for tablet f2e5118326f84ae6b74884f1cd27b432 (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:57.620007 11251 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2e5118326f84ae6b74884f1cd27b432. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.622941 11401 tablet_service.cc:1511] Processing CreateTablet for tablet 3d2797e653354283b6ee0c6d7e6bca2f (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:57.624681 11401 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d2797e653354283b6ee0c6d7e6bca2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.625226 11326 tablet_service.cc:1511] Processing CreateTablet for tablet f2e5118326f84ae6b74884f1cd27b432 (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:57.626441 11456 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: Bootstrap starting.
I20260630 12:14:57.626591 11326 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2e5118326f84ae6b74884f1cd27b432. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.633180 11456 tablet_bootstrap.cc:654] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.639426 11327 tablet_service.cc:1511] Processing CreateTablet for tablet 23dab42221354506b42b26e8af2b9f4b (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:57.643347 11327 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23dab42221354506b42b26e8af2b9f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.644037 11325 tablet_service.cc:1511] Processing CreateTablet for tablet e54ea3570a974eb19ebcef9c5fda6453 (DEFAULT_TABLE table=test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:57.645090 11325 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e54ea3570a974eb19ebcef9c5fda6453. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:57.663636 11457 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781: Bootstrap starting.
I20260630 12:14:57.667354 11458 tablet_bootstrap.cc:492] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7: Bootstrap starting.
I20260630 12:14:57.670223 11457 tablet_bootstrap.cc:654] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.673275 11458 tablet_bootstrap.cc:654] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.700196 11458 tablet_bootstrap.cc:492] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7: No bootstrap required, opened a new log
I20260630 12:14:57.700716 11458 ts_tablet_manager.cc:1403] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7: Time spent bootstrapping tablet: real 0.034s	user 0.007s	sys 0.025s
I20260630 12:14:57.703353 11458 raft_consensus.cc:359] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.703959 11458 raft_consensus.cc:385] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.704224 11458 raft_consensus.cc:740] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 650922111fed4f538c864335576787f7, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.704334 11456 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: No bootstrap required, opened a new log
I20260630 12:14:57.704895 11456 ts_tablet_manager.cc:1403] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: Time spent bootstrapping tablet: real 0.079s	user 0.025s	sys 0.015s
I20260630 12:14:57.704980 11458 consensus_queue.cc:260] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.707531 11457 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781: No bootstrap required, opened a new log
I20260630 12:14:57.707998 11458 ts_tablet_manager.cc:1434] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:57.708029 11457 ts_tablet_manager.cc:1403] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781: Time spent bootstrapping tablet: real 0.045s	user 0.009s	sys 0.000s
I20260630 12:14:57.709220 11458 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: Bootstrap starting.
I20260630 12:14:57.711138 11456 raft_consensus.cc:359] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.711436 11457 raft_consensus.cc:359] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.711900 11456 raft_consensus.cc:385] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.712188 11457 raft_consensus.cc:385] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.712244 11456 raft_consensus.cc:740] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e54bf541240c4039ba0e875ea4d86dbd, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.712599 11457 raft_consensus.cc:740] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54c4aa8156a40c5b7d43e3934329781, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.713155 11456 consensus_queue.cc:260] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.713590 11457 consensus_queue.cc:260] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.715902 11458 tablet_bootstrap.cc:654] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.723664 11456 ts_tablet_manager.cc:1434] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.010s
I20260630 12:14:57.724105 11457 ts_tablet_manager.cc:1434] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.005s
I20260630 12:14:57.724792 11456 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd: Bootstrap starting.
I20260630 12:14:57.727353 11458 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: No bootstrap required, opened a new log
I20260630 12:14:57.727888 11458 ts_tablet_manager.cc:1403] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.006s
I20260630 12:14:57.730722 11458 raft_consensus.cc:359] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.731181 11456 tablet_bootstrap.cc:654] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.731264 11458 raft_consensus.cc:385] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.731767 11458 raft_consensus.cc:740] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 650922111fed4f538c864335576787f7, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.732561 11458 consensus_queue.cc:260] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.735023 11458 ts_tablet_manager.cc:1434] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:57.735998 11458 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: Bootstrap starting.
I20260630 12:14:57.739533 11456 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd: No bootstrap required, opened a new log
I20260630 12:14:57.740141 11456 ts_tablet_manager.cc:1403] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.006s
I20260630 12:14:57.741122 11458 tablet_bootstrap.cc:654] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.743003 11456 raft_consensus.cc:359] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.743816 11456 raft_consensus.cc:385] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.744133 11456 raft_consensus.cc:740] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e54bf541240c4039ba0e875ea4d86dbd, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.744979 11457 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: Bootstrap starting.
I20260630 12:14:57.744979 11456 consensus_queue.cc:260] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.746162 11458 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: No bootstrap required, opened a new log
I20260630 12:14:57.746716 11458 ts_tablet_manager.cc:1403] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: Time spent bootstrapping tablet: real 0.011s	user 0.006s	sys 0.004s
I20260630 12:14:57.749461 11458 raft_consensus.cc:359] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.750242 11458 raft_consensus.cc:385] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.750571 11458 raft_consensus.cc:740] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 650922111fed4f538c864335576787f7, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.750876 11456 ts_tablet_manager.cc:1434] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:14:57.751799 11457 tablet_bootstrap.cc:654] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.751983 11456 tablet_bootstrap.cc:492] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd: Bootstrap starting.
I20260630 12:14:57.751469 11458 consensus_queue.cc:260] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.754244 11458 ts_tablet_manager.cc:1434] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260630 12:14:57.755352 11458 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: Bootstrap starting.
I20260630 12:14:57.759285 11456 tablet_bootstrap.cc:654] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.761628 11458 tablet_bootstrap.cc:654] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.766409 11456 tablet_bootstrap.cc:492] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd: No bootstrap required, opened a new log
I20260630 12:14:57.766824 11456 ts_tablet_manager.cc:1403] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:14:57.767428 11457 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: No bootstrap required, opened a new log
I20260630 12:14:57.767573 11458 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: No bootstrap required, opened a new log
I20260630 12:14:57.767935 11457 ts_tablet_manager.cc:1403] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.000s
I20260630 12:14:57.768021 11458 ts_tablet_manager.cc:1403] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:14:57.769029 11456 raft_consensus.cc:359] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.769608 11456 raft_consensus.cc:385] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.769896 11456 raft_consensus.cc:740] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e54bf541240c4039ba0e875ea4d86dbd, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.770579 11456 consensus_queue.cc:260] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.770859 11458 raft_consensus.cc:359] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.771112 11457 raft_consensus.cc:359] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.771622 11458 raft_consensus.cc:385] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.771826 11457 raft_consensus.cc:385] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.771950 11458 raft_consensus.cc:740] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 650922111fed4f538c864335576787f7, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.772222 11457 raft_consensus.cc:740] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54c4aa8156a40c5b7d43e3934329781, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.772580 11456 ts_tablet_manager.cc:1434] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:57.772783 11458 consensus_queue.cc:260] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.773631 11456 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: Bootstrap starting.
I20260630 12:14:57.775187 11458 ts_tablet_manager.cc:1434] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:57.773239 11457 consensus_queue.cc:260] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.779999 11457 ts_tablet_manager.cc:1434] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:14:57.780447 11456 tablet_bootstrap.cc:654] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.780992 11457 tablet_bootstrap.cc:492] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781: Bootstrap starting.
I20260630 12:14:57.787899 11457 tablet_bootstrap.cc:654] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.791600 11456 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: No bootstrap required, opened a new log
I20260630 12:14:57.792037 11456 ts_tablet_manager.cc:1403] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.008s
I20260630 12:14:57.795313 11456 raft_consensus.cc:359] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.795867 11456 raft_consensus.cc:385] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.796110 11456 raft_consensus.cc:740] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e54bf541240c4039ba0e875ea4d86dbd, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.796227 11457 tablet_bootstrap.cc:492] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781: No bootstrap required, opened a new log
I20260630 12:14:57.796784 11457 ts_tablet_manager.cc:1403] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781: Time spent bootstrapping tablet: real 0.016s	user 0.002s	sys 0.012s
I20260630 12:14:57.796854 11456 consensus_queue.cc:260] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.799201 11456 ts_tablet_manager.cc:1434] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:57.799283 11457 raft_consensus.cc:359] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.800040 11457 raft_consensus.cc:385] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.800343 11457 raft_consensus.cc:740] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54c4aa8156a40c5b7d43e3934329781, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.800982 11457 consensus_queue.cc:260] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.802634 11457 ts_tablet_manager.cc:1434] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:14:57.803584 11457 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781: Bootstrap starting.
I20260630 12:14:57.808774 11457 tablet_bootstrap.cc:654] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:57.813206 11457 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781: No bootstrap required, opened a new log
I20260630 12:14:57.813696 11457 ts_tablet_manager.cc:1403] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781: Time spent bootstrapping tablet: real 0.010s	user 0.010s	sys 0.000s
I20260630 12:14:57.815670 11457 raft_consensus.cc:359] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.816174 11457 raft_consensus.cc:385] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:57.816430 11457 raft_consensus.cc:740] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54c4aa8156a40c5b7d43e3934329781, State: Initialized, Role: FOLLOWER
I20260630 12:14:57.817024 11457 consensus_queue.cc:260] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.818619 11457 ts_tablet_manager.cc:1434] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:57.862743 11462 raft_consensus.cc:493] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:57.863397 11462 raft_consensus.cc:515] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.865646 11462 leader_election.cc:290] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375), e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:14:57.877370 11337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e5118326f84ae6b74884f1cd27b432" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e54bf541240c4039ba0e875ea4d86dbd" is_pre_election: true
I20260630 12:14:57.877370 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e5118326f84ae6b74884f1cd27b432" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781" is_pre_election: true
I20260630 12:14:57.878407 11337 raft_consensus.cc:2468] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 0.
I20260630 12:14:57.878407 11262 raft_consensus.cc:2468] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 0.
I20260630 12:14:57.879942 11374 leader_election.cc:304] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 650922111fed4f538c864335576787f7, e54bf541240c4039ba0e875ea4d86dbd; no voters: 
I20260630 12:14:57.880678 11462 raft_consensus.cc:2804] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:57.880935 11462 raft_consensus.cc:493] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:57.881143 11462 raft_consensus.cc:3060] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:57.886109 11462 raft_consensus.cc:515] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.887531 11462 leader_election.cc:290] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 election: Requested vote from peers c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375), e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:14:57.888410 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e5118326f84ae6b74884f1cd27b432" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781"
I20260630 12:14:57.888533 11337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e5118326f84ae6b74884f1cd27b432" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e54bf541240c4039ba0e875ea4d86dbd"
I20260630 12:14:57.889163 11262 raft_consensus.cc:3060] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:57.889331 11337 raft_consensus.cc:3060] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:57.894392 11262 raft_consensus.cc:2468] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 1.
I20260630 12:14:57.894449 11337 raft_consensus.cc:2468] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 1.
I20260630 12:14:57.895522 11377 leader_election.cc:304] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 650922111fed4f538c864335576787f7, c54c4aa8156a40c5b7d43e3934329781; no voters: 
I20260630 12:14:57.896219 11462 raft_consensus.cc:2804] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:57.897244 11462 raft_consensus.cc:697] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Becoming Leader. State: Replica: 650922111fed4f538c864335576787f7, State: Running, Role: LEADER
I20260630 12:14:57.898005 11462 consensus_queue.cc:237] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:57.904915 11158 catalog_manager.cc:5697] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 650922111fed4f538c864335576787f7 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:57.905701 11463 raft_consensus.cc:493] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:57.906214 11463 raft_consensus.cc:515] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.911981 11463 leader_election.cc:290] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 650922111fed4f538c864335576787f7 (127.0.107.195:34909), c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375)
I20260630 12:14:57.920074 11411 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d2797e653354283b6ee0c6d7e6bca2f" candidate_uuid: "e54bf541240c4039ba0e875ea4d86dbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "650922111fed4f538c864335576787f7" is_pre_election: true
I20260630 12:14:57.920325 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d2797e653354283b6ee0c6d7e6bca2f" candidate_uuid: "e54bf541240c4039ba0e875ea4d86dbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781" is_pre_election: true
I20260630 12:14:57.920797 11411 raft_consensus.cc:2468] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e54bf541240c4039ba0e875ea4d86dbd in term 0.
I20260630 12:14:57.920966 11262 raft_consensus.cc:2468] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e54bf541240c4039ba0e875ea4d86dbd in term 0.
I20260630 12:14:57.922032 11301 leader_election.cc:304] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 650922111fed4f538c864335576787f7, e54bf541240c4039ba0e875ea4d86dbd; no voters: 
I20260630 12:14:57.922767 11463 raft_consensus.cc:2804] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:57.923018 11463 raft_consensus.cc:493] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:57.923241 11463 raft_consensus.cc:3060] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:57.928337 11463 raft_consensus.cc:515] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.929875 11463 leader_election.cc:290] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [CANDIDATE]: Term 1 election: Requested vote from peers 650922111fed4f538c864335576787f7 (127.0.107.195:34909), c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375)
I20260630 12:14:57.930584 11411 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d2797e653354283b6ee0c6d7e6bca2f" candidate_uuid: "e54bf541240c4039ba0e875ea4d86dbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "650922111fed4f538c864335576787f7"
I20260630 12:14:57.930801 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d2797e653354283b6ee0c6d7e6bca2f" candidate_uuid: "e54bf541240c4039ba0e875ea4d86dbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781"
I20260630 12:14:57.931134 11411 raft_consensus.cc:3060] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:57.931344 11262 raft_consensus.cc:3060] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:57.936053 11262 raft_consensus.cc:2468] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e54bf541240c4039ba0e875ea4d86dbd in term 1.
I20260630 12:14:57.936098 11411 raft_consensus.cc:2468] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e54bf541240c4039ba0e875ea4d86dbd in term 1.
I20260630 12:14:57.937160 11303 leader_election.cc:304] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c54c4aa8156a40c5b7d43e3934329781, e54bf541240c4039ba0e875ea4d86dbd; no voters: 
I20260630 12:14:57.937927 11463 raft_consensus.cc:2804] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:57.939009 11463 raft_consensus.cc:697] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 LEADER]: Becoming Leader. State: Replica: e54bf541240c4039ba0e875ea4d86dbd, State: Running, Role: LEADER
I20260630 12:14:57.939774 11463 consensus_queue.cc:237] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } }
I20260630 12:14:57.946251 11158 catalog_manager.cc:5697] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd reported cstate change: term changed from 0 to 1, leader changed from <none> to e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e54bf541240c4039ba0e875ea4d86dbd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:58.018586 11462 raft_consensus.cc:493] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:58.019157 11462 raft_consensus.cc:515] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:58.020771 11462 leader_election.cc:290] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375), e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:14:58.021767 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e54ea3570a974eb19ebcef9c5fda6453" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781" is_pre_election: true
I20260630 12:14:58.021871 11337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e54ea3570a974eb19ebcef9c5fda6453" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e54bf541240c4039ba0e875ea4d86dbd" is_pre_election: true
I20260630 12:14:58.022403 11262 raft_consensus.cc:2468] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 0.
I20260630 12:14:58.022501 11337 raft_consensus.cc:2468] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 0.
I20260630 12:14:58.023532 11377 leader_election.cc:304] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 650922111fed4f538c864335576787f7, c54c4aa8156a40c5b7d43e3934329781; no voters: 
I20260630 12:14:58.024183 11462 raft_consensus.cc:2804] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:58.024488 11462 raft_consensus.cc:493] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:58.024762 11462 raft_consensus.cc:3060] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:58.029999 11462 raft_consensus.cc:515] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:58.031443 11462 leader_election.cc:290] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 election: Requested vote from peers c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375), e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:14:58.032178 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e54ea3570a974eb19ebcef9c5fda6453" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781"
I20260630 12:14:58.032377 11337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e54ea3570a974eb19ebcef9c5fda6453" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e54bf541240c4039ba0e875ea4d86dbd"
I20260630 12:14:58.032673 11262 raft_consensus.cc:3060] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:58.032943 11337 raft_consensus.cc:3060] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:58.037243 11262 raft_consensus.cc:2468] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 1.
I20260630 12:14:58.037477 11337 raft_consensus.cc:2468] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 1.
I20260630 12:14:58.038328 11377 leader_election.cc:304] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 650922111fed4f538c864335576787f7, c54c4aa8156a40c5b7d43e3934329781; no voters: 
I20260630 12:14:58.039089 11462 raft_consensus.cc:2804] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:58.039517 11462 raft_consensus.cc:697] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Becoming Leader. State: Replica: 650922111fed4f538c864335576787f7, State: Running, Role: LEADER
I20260630 12:14:58.040176 11462 consensus_queue.cc:237] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:58.046840 11158 catalog_manager.cc:5697] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 650922111fed4f538c864335576787f7 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } health_report { overall_health: HEALTHY } } }
W20260630 12:14:58.066617 11208 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:58.082288 11462 raft_consensus.cc:493] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:58.082880 11462 raft_consensus.cc:515] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:58.084702 11462 leader_election.cc:290] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375), e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:14:58.085498 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23dab42221354506b42b26e8af2b9f4b" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781" is_pre_election: true
I20260630 12:14:58.085794 11337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23dab42221354506b42b26e8af2b9f4b" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e54bf541240c4039ba0e875ea4d86dbd" is_pre_election: true
I20260630 12:14:58.086156 11262 raft_consensus.cc:2468] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 0.
I20260630 12:14:58.086450 11337 raft_consensus.cc:2468] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 0.
I20260630 12:14:58.087193 11377 leader_election.cc:304] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 650922111fed4f538c864335576787f7, c54c4aa8156a40c5b7d43e3934329781; no voters: 
I20260630 12:14:58.087826 11462 raft_consensus.cc:2804] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:58.088219 11462 raft_consensus.cc:493] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:58.088526 11462 raft_consensus.cc:3060] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:58.093223 11462 raft_consensus.cc:515] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:58.094837 11462 leader_election.cc:290] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 election: Requested vote from peers c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375), e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:14:58.095486 11262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23dab42221354506b42b26e8af2b9f4b" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54c4aa8156a40c5b7d43e3934329781"
I20260630 12:14:58.095979 11262 raft_consensus.cc:3060] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:58.095893 11337 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23dab42221354506b42b26e8af2b9f4b" candidate_uuid: "650922111fed4f538c864335576787f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e54bf541240c4039ba0e875ea4d86dbd"
I20260630 12:14:58.096594 11337 raft_consensus.cc:3060] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:58.101531 11262 raft_consensus.cc:2468] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 1.
I20260630 12:14:58.101527 11337 raft_consensus.cc:2468] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 650922111fed4f538c864335576787f7 in term 1.
I20260630 12:14:58.102713 11377 leader_election.cc:304] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 650922111fed4f538c864335576787f7, c54c4aa8156a40c5b7d43e3934329781; no voters: 
I20260630 12:14:58.103380 11462 raft_consensus.cc:2804] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:58.103756 11462 raft_consensus.cc:697] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Becoming Leader. State: Replica: 650922111fed4f538c864335576787f7, State: Running, Role: LEADER
I20260630 12:14:58.104413 11462 consensus_queue.cc:237] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } }
I20260630 12:14:58.111212 11158 catalog_manager.cc:5697] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 650922111fed4f538c864335576787f7 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:58.320041 11463 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:58.331542 11463 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:58.340878 11462 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:58.351229 11462 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:58.487457 11492 consensus_queue.cc:1048] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:58.493355 11492 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:58.498533 11462 consensus_queue.cc:1048] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:58.510208 11492 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:05.711215   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:05.719326 11506 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:05.719408 11505 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:05.721141 11508 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:05.723663   431 server_base.cc:1061] running on GCE node
I20260630 12:15:05.727136   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:05.727387   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:05.727627   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821705727604 us; error 0 us; skew 500 ppm
I20260630 12:15:05.728185   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:05.730990   431 webserver.cc:533] Webserver started at http://127.0.107.196:40155/ using document root <none> and password file <none>
I20260630 12:15:05.731520   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:05.731755   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:05.732071   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:05.733567   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-t06f"
I20260630 12:15:05.738298   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:15:05.741813 11513 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:05.742573   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:05.742890   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-t06f"
I20260630 12:15:05.743185   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:05.759331   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:05.760694   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:05.762290   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:05.764796   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:05.765036   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:05.765288   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:05.765480   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:05.807367   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46587
I20260630 12:15:05.807539 11575 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46587 every 8 connection(s)
I20260630 12:15:05.827955 11576 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33475
I20260630 12:15:05.828409 11576 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:05.829221 11576 heartbeater.cc:507] Master 127.0.107.254:33475 requested a full tablet report, sending...
I20260630 12:15:05.831199 11159 ts_manager.cc:194] Registered new tserver with Master: ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196:46587)
I20260630 12:15:05.832824 11159 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54094
I20260630 12:15:06.135290 11411 consensus_queue.cc:237] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [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: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.145534 11336 raft_consensus.cc:1275] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:06.147874 11504 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:15:06.156193 11262 raft_consensus.cc:1275] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:06.159127 11504 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:06.161007 11503 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.162948 11337 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.171698 11262 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
W20260630 12:15:06.176539 11377 consensus_peers.cc:597] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 -> Peer ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196:46587): Couldn't send request to peer ff050f14bd6f4f04a9afb63eaa1d18b4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f2e5118326f84ae6b74884f1cd27b432. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:06.182736 11159 catalog_manager.cc:5697] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 reported cstate change: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:06.198228 11337 consensus_queue.cc:237] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [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: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.210202 11411 raft_consensus.cc:1275] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Refusing update from remote peer e54bf541240c4039ba0e875ea4d86dbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:06.210835 11262 raft_consensus.cc:1275] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer e54bf541240c4039ba0e875ea4d86dbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:06.211633 11595 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:15:06.213150 11500 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:15:06.222510 11303 consensus_peers.cc:597] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd -> Peer ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196:46587): Couldn't send request to peer ff050f14bd6f4f04a9afb63eaa1d18b4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3d2797e653354283b6ee0c6d7e6bca2f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:06.222378 11595 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.224165 11411 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.229498 11262 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.238348 11158 catalog_manager.cc:5697] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd reported cstate change: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e54bf541240c4039ba0e875ea4d86dbd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:06.243988 11411 consensus_queue.cc:237] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [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: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
W20260630 12:15:06.253517 11377 consensus_peers.cc:597] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 -> Peer ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196:46587): Couldn't send request to peer ff050f14bd6f4f04a9afb63eaa1d18b4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 23dab42221354506b42b26e8af2b9f4b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:06.253621 11337 raft_consensus.cc:1275] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:06.255379 11503 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:06.255613 11262 raft_consensus.cc:1275] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:06.257223 11583 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:06.263701 11503 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.265758 11337 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.267093 11262 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
I20260630 12:15:06.280061 11159 catalog_manager.cc:5697] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd reported cstate change: config changed from index -1 to 2, NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } } }
W20260630 12:15:06.281872 11358 debug-util.cc:398] Leaking SignalData structure 0x7b08000a0040 after lost signal to thread 434
W20260630 12:15:06.283951 11358 debug-util.cc:398] Leaking SignalData structure 0x7b08000c6c00 after lost signal to thread 11286
I20260630 12:15:06.542877 11603 ts_tablet_manager.cc:933] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: Initiating tablet copy from peer 650922111fed4f538c864335576787f7 (127.0.107.195:34909)
I20260630 12:15:06.544845 11603 tablet_copy_client.cc:323] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34909
I20260630 12:15:06.558175 11421 tablet_copy_service.cc:140] P 650922111fed4f538c864335576787f7: Received BeginTabletCopySession request for tablet f2e5118326f84ae6b74884f1cd27b432 from peer ff050f14bd6f4f04a9afb63eaa1d18b4 ({username='slave'} at 127.0.0.1:53676)
I20260630 12:15:06.558817 11421 tablet_copy_service.cc:161] P 650922111fed4f538c864335576787f7: Beginning new tablet copy session on tablet f2e5118326f84ae6b74884f1cd27b432 from peer ff050f14bd6f4f04a9afb63eaa1d18b4 at {username='slave'} at 127.0.0.1:53676: session id = ff050f14bd6f4f04a9afb63eaa1d18b4-f2e5118326f84ae6b74884f1cd27b432
I20260630 12:15:06.569027 11421 tablet_copy_source_session.cc:215] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:06.572777 11603 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2e5118326f84ae6b74884f1cd27b432. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:06.590054 11603 tablet_copy_client.cc:806] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:06.590667 11603 tablet_copy_client.cc:670] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:06.595696 11603 tablet_copy_client.cc:538] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:06.606279 11603 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap starting.
I20260630 12:15:06.628887 11603 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:06.629887 11603 tablet_bootstrap.cc:492] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap complete.
I20260630 12:15:06.630615 11603 ts_tablet_manager.cc:1403] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: Time spent bootstrapping tablet: real 0.025s	user 0.022s	sys 0.002s
I20260630 12:15:06.633882 11603 raft_consensus.cc:359] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.634897 11603 raft_consensus.cc:740] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ff050f14bd6f4f04a9afb63eaa1d18b4, State: Initialized, Role: LEARNER
I20260630 12:15:06.635660 11603 consensus_queue.cc:260] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [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: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.638343 11576 heartbeater.cc:499] Master 127.0.107.254:33475 was elected leader, sending a full tablet report...
I20260630 12:15:06.638989 11603 ts_tablet_manager.cc:1434] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:15:06.642643 11421 tablet_copy_service.cc:342] P 650922111fed4f538c864335576787f7: Request end of tablet copy session ff050f14bd6f4f04a9afb63eaa1d18b4-f2e5118326f84ae6b74884f1cd27b432 received from {username='slave'} at 127.0.0.1:53676
I20260630 12:15:06.643136 11421 tablet_copy_service.cc:434] P 650922111fed4f538c864335576787f7: ending tablet copy session ff050f14bd6f4f04a9afb63eaa1d18b4-f2e5118326f84ae6b74884f1cd27b432 on tablet f2e5118326f84ae6b74884f1cd27b432 with peer ff050f14bd6f4f04a9afb63eaa1d18b4
I20260630 12:15:06.654062 11603 ts_tablet_manager.cc:933] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: Initiating tablet copy from peer e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245)
I20260630 12:15:06.655658 11603 tablet_copy_client.cc:323] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:44245
I20260630 12:15:06.664896 11347 tablet_copy_service.cc:140] P e54bf541240c4039ba0e875ea4d86dbd: Received BeginTabletCopySession request for tablet 3d2797e653354283b6ee0c6d7e6bca2f from peer ff050f14bd6f4f04a9afb63eaa1d18b4 ({username='slave'} at 127.0.0.1:58732)
I20260630 12:15:06.665375 11347 tablet_copy_service.cc:161] P e54bf541240c4039ba0e875ea4d86dbd: Beginning new tablet copy session on tablet 3d2797e653354283b6ee0c6d7e6bca2f from peer ff050f14bd6f4f04a9afb63eaa1d18b4 at {username='slave'} at 127.0.0.1:58732: session id = ff050f14bd6f4f04a9afb63eaa1d18b4-3d2797e653354283b6ee0c6d7e6bca2f
I20260630 12:15:06.672734 11347 tablet_copy_source_session.cc:215] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:06.675776 11603 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d2797e653354283b6ee0c6d7e6bca2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:06.688143 11603 tablet_copy_client.cc:806] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:06.688694 11603 tablet_copy_client.cc:670] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:06.692353 11603 tablet_copy_client.cc:538] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:06.701097 11603 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap starting.
I20260630 12:15:06.720441 11603 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:06.721396 11603 tablet_bootstrap.cc:492] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap complete.
I20260630 12:15:06.722084 11603 ts_tablet_manager.cc:1403] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.009s
I20260630 12:15:06.724866 11603 raft_consensus.cc:359] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.725711 11603 raft_consensus.cc:740] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ff050f14bd6f4f04a9afb63eaa1d18b4, State: Initialized, Role: LEARNER
I20260630 12:15:06.726351 11603 consensus_queue.cc:260] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [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: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.728554 11603 ts_tablet_manager.cc:1434] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:15:06.730396 11347 tablet_copy_service.cc:342] P e54bf541240c4039ba0e875ea4d86dbd: Request end of tablet copy session ff050f14bd6f4f04a9afb63eaa1d18b4-3d2797e653354283b6ee0c6d7e6bca2f received from {username='slave'} at 127.0.0.1:58732
I20260630 12:15:06.730871 11347 tablet_copy_service.cc:434] P e54bf541240c4039ba0e875ea4d86dbd: ending tablet copy session ff050f14bd6f4f04a9afb63eaa1d18b4-3d2797e653354283b6ee0c6d7e6bca2f on tablet 3d2797e653354283b6ee0c6d7e6bca2f with peer ff050f14bd6f4f04a9afb63eaa1d18b4
I20260630 12:15:06.844408 11603 ts_tablet_manager.cc:933] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: Initiating tablet copy from peer 650922111fed4f538c864335576787f7 (127.0.107.195:34909)
I20260630 12:15:06.846298 11603 tablet_copy_client.cc:323] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34909
I20260630 12:15:06.848102 11421 tablet_copy_service.cc:140] P 650922111fed4f538c864335576787f7: Received BeginTabletCopySession request for tablet 23dab42221354506b42b26e8af2b9f4b from peer ff050f14bd6f4f04a9afb63eaa1d18b4 ({username='slave'} at 127.0.0.1:53676)
I20260630 12:15:06.848657 11421 tablet_copy_service.cc:161] P 650922111fed4f538c864335576787f7: Beginning new tablet copy session on tablet 23dab42221354506b42b26e8af2b9f4b from peer ff050f14bd6f4f04a9afb63eaa1d18b4 at {username='slave'} at 127.0.0.1:53676: session id = ff050f14bd6f4f04a9afb63eaa1d18b4-23dab42221354506b42b26e8af2b9f4b
I20260630 12:15:06.856518 11421 tablet_copy_source_session.cc:215] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:06.859848 11603 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23dab42221354506b42b26e8af2b9f4b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:06.878136 11603 tablet_copy_client.cc:806] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:06.878858 11603 tablet_copy_client.cc:670] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:06.883126 11603 tablet_copy_client.cc:538] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:06.892469 11603 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap starting.
I20260630 12:15:06.910409 11603 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:06.911293 11603 tablet_bootstrap.cc:492] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: Bootstrap complete.
I20260630 12:15:06.911926 11603 ts_tablet_manager.cc:1403] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.004s
I20260630 12:15:06.914539 11603 raft_consensus.cc:359] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.915374 11603 raft_consensus.cc:740] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ff050f14bd6f4f04a9afb63eaa1d18b4, State: Initialized, Role: LEARNER
I20260630 12:15:06.915946 11603 consensus_queue.cc:260] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [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: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: true } }
I20260630 12:15:06.917969 11603 ts_tablet_manager.cc:1434] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:15:06.919842 11421 tablet_copy_service.cc:342] P 650922111fed4f538c864335576787f7: Request end of tablet copy session ff050f14bd6f4f04a9afb63eaa1d18b4-23dab42221354506b42b26e8af2b9f4b received from {username='slave'} at 127.0.0.1:53676
I20260630 12:15:06.920230 11421 tablet_copy_service.cc:434] P 650922111fed4f538c864335576787f7: ending tablet copy session ff050f14bd6f4f04a9afb63eaa1d18b4-23dab42221354506b42b26e8af2b9f4b on tablet 23dab42221354506b42b26e8af2b9f4b with peer ff050f14bd6f4f04a9afb63eaa1d18b4
I20260630 12:15:07.044174 11551 raft_consensus.cc:1217] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:07.239826 11551 raft_consensus.cc:1217] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:07.296062 11551 raft_consensus.cc:1217] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:07.471501 11613 raft_consensus.cc:1064] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: attempting to promote NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 to VOTER
I20260630 12:15:07.474259 11613 consensus_queue.cc:237] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [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: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } }
I20260630 12:15:07.481181 11551 raft_consensus.cc:1275] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.482913 11337 raft_consensus.cc:1275] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.482848 11612 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.484609 11503 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.487912 11262 raft_consensus.cc:1275] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.491243 11612 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.514140 11612 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.516253 11262 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.528331 11337 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.537859 11551 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.547227 11160 catalog_manager.cc:5697] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 reported cstate change: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } attrs { replace: true } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.577282 11411 consensus_queue.cc:237] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [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: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } }
I20260630 12:15:07.585014 11551 raft_consensus.cc:1275] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:07.587277 11614 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:07.590402 11337 raft_consensus.cc:1275] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:07.592217 11612 consensus_queue.cc:1048] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:07.597939 11613 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.599342 11551 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.609388 11337 raft_consensus.cc:2955] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.617817 11145 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f2e5118326f84ae6b74884f1cd27b432 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:07.615855 11157 catalog_manager.cc:5697] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 reported cstate change: config changed from index 3 to 4, VOTER c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.633714 11250 tablet_service.cc:1558] Processing DeleteTablet for tablet f2e5118326f84ae6b74884f1cd27b432 with delete_type TABLET_DATA_TOMBSTONED (TS c54c4aa8156a40c5b7d43e3934329781 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:54206
I20260630 12:15:07.646590 11626 tablet_replica.cc:333] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: stopping tablet replica
I20260630 12:15:07.648007 11626 raft_consensus.cc:2243] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.648833 11626 raft_consensus.cc:2272] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.652925 11626 ts_tablet_manager.cc:1916] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:07.656842 11616 raft_consensus.cc:1064] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: attempting to promote NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 to VOTER
I20260630 12:15:07.659435 11616 consensus_queue.cc:237] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [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: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } }
I20260630 12:15:07.671048 11626 ts_tablet_manager.cc:1929] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:07.671685 11626 log.cc:1199] T f2e5118326f84ae6b74884f1cd27b432 P c54c4aa8156a40c5b7d43e3934329781: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-0-root/wals/f2e5118326f84ae6b74884f1cd27b432
I20260630 12:15:07.673676 11147 catalog_manager.cc:5028] TS c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375): tablet f2e5118326f84ae6b74884f1cd27b432 (table test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]) successfully deleted
I20260630 12:15:07.677124 11551 raft_consensus.cc:1275] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Refusing update from remote peer e54bf541240c4039ba0e875ea4d86dbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.678898 11500 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.682981 11262 raft_consensus.cc:1275] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer e54bf541240c4039ba0e875ea4d86dbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.685086 11500 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260630 12:15:07.692592 11411 raft_consensus.cc:1275] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Refusing update from remote peer e54bf541240c4039ba0e875ea4d86dbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.694293 11616 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.697300 11500 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.699120 11262 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.711609 11159 catalog_manager.cc:5697] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 reported cstate change: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e54bf541240c4039ba0e875ea4d86dbd" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.712636 11551 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.736055 11411 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } attrs { replace: true } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.738505 11337 consensus_queue.cc:237] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [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: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } }
I20260630 12:15:07.750483 11613 raft_consensus.cc:1064] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: attempting to promote NON_VOTER ff050f14bd6f4f04a9afb63eaa1d18b4 to VOTER
I20260630 12:15:07.752985 11613 consensus_queue.cc:237] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [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: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } }
I20260630 12:15:07.753753 11551 raft_consensus.cc:1275] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Refusing update from remote peer e54bf541240c4039ba0e875ea4d86dbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:07.756040 11615 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } 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:15:07.764606 11262 raft_consensus.cc:1275] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer e54bf541240c4039ba0e875ea4d86dbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:07.767674 11551 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 650922111fed4f538c864335576787f7 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.784871 11616 consensus_queue.cc:1048] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:07.789464 11500 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 650922111fed4f538c864335576787f7 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.790731 11262 raft_consensus.cc:2955] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 650922111fed4f538c864335576787f7 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.801693 11144 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3d2797e653354283b6ee0c6d7e6bca2f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:07.803139 11158 catalog_manager.cc:5697] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 reported cstate change: config changed from index 3 to 4, VOTER 650922111fed4f538c864335576787f7 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "e54bf541240c4039ba0e875ea4d86dbd" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } } peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.817785 11337 raft_consensus.cc:1275] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.821249 11401 tablet_service.cc:1558] Processing DeleteTablet for tablet 3d2797e653354283b6ee0c6d7e6bca2f with delete_type TABLET_DATA_TOMBSTONED (TS 650922111fed4f538c864335576787f7 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53106
I20260630 12:15:07.826188 11612 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.832582 11262 raft_consensus.cc:1275] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.834271 11612 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.838001 11551 raft_consensus.cc:1275] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 LEARNER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:07.840583 11612 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:07.867218 11614 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.884253 11551 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.888667 11633 tablet_replica.cc:333] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: stopping tablet replica
I20260630 12:15:07.892168 11633 raft_consensus.cc:2243] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.900553 11633 raft_consensus.cc:2272] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.905205 11336 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.906944 11158 catalog_manager.cc:5697] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 reported cstate change: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.909721 11633 ts_tablet_manager.cc:1916] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:07.914671 11262 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ff050f14bd6f4f04a9afb63eaa1d18b4 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "e54bf541240c4039ba0e875ea4d86dbd" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44245 } attrs { replace: true } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.934124 11411 consensus_queue.cc:237] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [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: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } }
I20260630 12:15:07.934978 11633 ts_tablet_manager.cc:1929] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:07.935531 11633 log.cc:1199] T 3d2797e653354283b6ee0c6d7e6bca2f P 650922111fed4f538c864335576787f7: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-2-root/wals/3d2797e653354283b6ee0c6d7e6bca2f
I20260630 12:15:07.937436 11145 catalog_manager.cc:5028] TS 650922111fed4f538c864335576787f7 (127.0.107.195:34909): tablet 3d2797e653354283b6ee0c6d7e6bca2f (table test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]) successfully deleted
I20260630 12:15:07.941037 11551 raft_consensus.cc:1275] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:07.942147 11262 raft_consensus.cc:1275] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Refusing update from remote peer 650922111fed4f538c864335576787f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:15:07.942556 11612 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:07.944787 11612 consensus_queue.cc:1048] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:07.949944 11503 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.957463 11262 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.958263 11145 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 23dab42221354506b42b26e8af2b9f4b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:07.964758 11551 raft_consensus.cc:2955] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.970747 11159 catalog_manager.cc:5697] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 reported cstate change: config changed from index 3 to 4, VOTER e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "650922111fed4f538c864335576787f7" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c54c4aa8156a40c5b7d43e3934329781" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37375 } } peers { permanent_uuid: "650922111fed4f538c864335576787f7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34909 } } peers { permanent_uuid: "ff050f14bd6f4f04a9afb63eaa1d18b4" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46587 } attrs { promote: false } } }
I20260630 12:15:07.983387 11327 tablet_service.cc:1558] Processing DeleteTablet for tablet 23dab42221354506b42b26e8af2b9f4b with delete_type TABLET_DATA_TOMBSTONED (TS e54bf541240c4039ba0e875ea4d86dbd not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46028
I20260630 12:15:07.985344 11637 tablet_replica.cc:333] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: stopping tablet replica
I20260630 12:15:07.986765 11637 raft_consensus.cc:2243] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.987553 11637 raft_consensus.cc:2272] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.991567 11637 ts_tablet_manager.cc:1916] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:08.003021 11637 ts_tablet_manager.cc:1929] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:08.003413 11637 log.cc:1199] T 23dab42221354506b42b26e8af2b9f4b P e54bf541240c4039ba0e875ea4d86dbd: Deleting WAL directory at /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821463202658-431-0/minicluster-data/ts-1-root/wals/23dab42221354506b42b26e8af2b9f4b
I20260630 12:15:08.005046 11144 catalog_manager.cc:5028] TS e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245): tablet 23dab42221354506b42b26e8af2b9f4b (table test-workload [id=69dd4f7668d840aeb8376e09c5d3b8a8]) successfully deleted
I20260630 12:15:08.846467   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:08.878211   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:08.879055   431 tablet_replica.cc:333] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781: stopping tablet replica
I20260630 12:15:08.879773   431 raft_consensus.cc:2243] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:08.880285   431 raft_consensus.cc:2272] T e54ea3570a974eb19ebcef9c5fda6453 P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:08.882613   431 tablet_replica.cc:333] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781: stopping tablet replica
I20260630 12:15:08.883185   431 raft_consensus.cc:2243] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:08.883773   431 raft_consensus.cc:2272] T 23dab42221354506b42b26e8af2b9f4b P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:08.886794   431 tablet_replica.cc:333] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781: stopping tablet replica
I20260630 12:15:08.887352   431 raft_consensus.cc:2243] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:08.887964   431 raft_consensus.cc:2272] T 3d2797e653354283b6ee0c6d7e6bca2f P c54c4aa8156a40c5b7d43e3934329781 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:08.915503   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:08.933952   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:08.963692   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:08.964464   431 tablet_replica.cc:333] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd: stopping tablet replica
I20260630 12:15:08.965142   431 raft_consensus.cc:2243] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:08.965752   431 raft_consensus.cc:2272] T e54ea3570a974eb19ebcef9c5fda6453 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:08.967998   431 tablet_replica.cc:333] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd: stopping tablet replica
I20260630 12:15:08.968508   431 raft_consensus.cc:2243] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:08.969146   431 raft_consensus.cc:2272] T f2e5118326f84ae6b74884f1cd27b432 P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:08.971444   431 tablet_replica.cc:333] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd: stopping tablet replica
I20260630 12:15:08.971910   431 raft_consensus.cc:2243] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:08.972664   431 raft_consensus.cc:2272] T 3d2797e653354283b6ee0c6d7e6bca2f P e54bf541240c4039ba0e875ea4d86dbd [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:09.093129 11374 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44245: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:15:09.096868 11374 consensus_peers.cc:597] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 -> Peer e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245): Couldn't send request to peer e54bf541240c4039ba0e875ea4d86dbd. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44245: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:15:09.158455 11377 consensus_peers.cc:597] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 -> Peer c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375): Couldn't send request to peer c54c4aa8156a40c5b7d43e3934329781. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37375: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:15:09.253705 11377 consensus_peers.cc:597] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 -> Peer c54c4aa8156a40c5b7d43e3934329781 (127.0.107.193:37375): Couldn't send request to peer c54c4aa8156a40c5b7d43e3934329781. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37375: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:15:09.295276 11374 consensus_peers.cc:597] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 -> Peer e54bf541240c4039ba0e875ea4d86dbd (127.0.107.194:44245): Couldn't send request to peer e54bf541240c4039ba0e875ea4d86dbd. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44245: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:09.731798   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:09.747653   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:09.779280   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:09.779991   431 tablet_replica.cc:333] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7: stopping tablet replica
I20260630 12:15:09.780575   431 raft_consensus.cc:2243] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:09.781348   431 raft_consensus.cc:2272] T 23dab42221354506b42b26e8af2b9f4b P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.783496   431 tablet_replica.cc:333] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7: stopping tablet replica
I20260630 12:15:09.784003   431 raft_consensus.cc:2243] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:09.784731   431 raft_consensus.cc:2272] T f2e5118326f84ae6b74884f1cd27b432 P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.786728   431 tablet_replica.cc:333] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7: stopping tablet replica
I20260630 12:15:09.787181   431 raft_consensus.cc:2243] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:09.787925   431 raft_consensus.cc:2272] T e54ea3570a974eb19ebcef9c5fda6453 P 650922111fed4f538c864335576787f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.811867   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:09.828168   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:09.848016   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:09.848649   431 tablet_replica.cc:333] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4: stopping tablet replica
I20260630 12:15:09.849200   431 raft_consensus.cc:2243] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:09.849807   431 raft_consensus.cc:2272] T 23dab42221354506b42b26e8af2b9f4b P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.851680   431 tablet_replica.cc:333] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4: stopping tablet replica
I20260630 12:15:09.852185   431 raft_consensus.cc:2243] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:09.852684   431 raft_consensus.cc:2272] T 3d2797e653354283b6ee0c6d7e6bca2f P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.854547   431 tablet_replica.cc:333] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4: stopping tablet replica
I20260630 12:15:09.855029   431 raft_consensus.cc:2243] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:09.855526   431 raft_consensus.cc:2272] T f2e5118326f84ae6b74884f1cd27b432 P ff050f14bd6f4f04a9afb63eaa1d18b4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.876310   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:09.887499   431 master.cc:562] Master@127.0.107.254:33475 shutting down...
I20260630 12:15:09.907223   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:09.907769   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:09.908121   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9b1a55ec676f4a0d9c6cb6f6b7941d72: stopping tablet replica
I20260630 12:15:09.927541   431 master.cc:584] Master@127.0.107.254:33475 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (14042 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:15:09.972153   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41011
I20260630 12:15:09.973304   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:09.978356 11644 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:09.978510 11645 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:09.979965 11647 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:09.980965   431 server_base.cc:1061] running on GCE node
I20260630 12:15:09.981914   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:09.982081   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:09.982311   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821709982275 us; error 0 us; skew 500 ppm
I20260630 12:15:09.982820   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:09.985029   431 webserver.cc:533] Webserver started at http://127.0.107.254:45777/ using document root <none> and password file <none>
I20260630 12:15:09.985514   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:09.985775   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:09.986086   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:09.987174   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "a6b8bb9821d94a2897936830ebf89935"
format_stamp: "Formatted at 2026-06-30 12:15:09 on dist-test-slave-t06f"
I20260630 12:15:09.991437   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:15:09.994618 11652 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:09.995384   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:09.995658   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "a6b8bb9821d94a2897936830ebf89935"
format_stamp: "Formatted at 2026-06-30 12:15:09 on dist-test-slave-t06f"
I20260630 12:15:09.995925   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:10.021692   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.022900   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.059405   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41011
I20260630 12:15:10.059516 11703 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41011 every 8 connection(s)
I20260630 12:15:10.063185 11704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:10.073930 11704 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935: Bootstrap starting.
I20260630 12:15:10.079161 11704 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:10.083385 11704 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935: No bootstrap required, opened a new log
I20260630 12:15:10.085475 11704 raft_consensus.cc:359] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6b8bb9821d94a2897936830ebf89935" member_type: VOTER }
I20260630 12:15:10.085968 11704 raft_consensus.cc:385] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:10.086201 11704 raft_consensus.cc:740] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6b8bb9821d94a2897936830ebf89935, State: Initialized, Role: FOLLOWER
I20260630 12:15:10.086845 11704 consensus_queue.cc:260] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a6b8bb9821d94a2897936830ebf89935" member_type: VOTER }
I20260630 12:15:10.087301 11704 raft_consensus.cc:399] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:10.087538 11704 raft_consensus.cc:493] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:10.087797 11704 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:10.092775 11704 raft_consensus.cc:515] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6b8bb9821d94a2897936830ebf89935" member_type: VOTER }
I20260630 12:15:10.093474 11704 leader_election.cc:304] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [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: a6b8bb9821d94a2897936830ebf89935; no voters: 
I20260630 12:15:10.094609 11704 leader_election.cc:290] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:10.094944 11707 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:10.096273 11707 raft_consensus.cc:697] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 1 LEADER]: Becoming Leader. State: Replica: a6b8bb9821d94a2897936830ebf89935, State: Running, Role: LEADER
I20260630 12:15:10.096909 11707 consensus_queue.cc:237] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [LEADER]: Queue going to LEADER mode. State: All 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: "a6b8bb9821d94a2897936830ebf89935" member_type: VOTER }
I20260630 12:15:10.097647 11704 sys_catalog.cc:565] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:10.101282 11708 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a6b8bb9821d94a2897936830ebf89935" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6b8bb9821d94a2897936830ebf89935" member_type: VOTER } }
I20260630 12:15:10.101282 11709 sys_catalog.cc:455] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a6b8bb9821d94a2897936830ebf89935. Latest consensus state: current_term: 1 leader_uuid: "a6b8bb9821d94a2897936830ebf89935" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6b8bb9821d94a2897936830ebf89935" member_type: VOTER } }
I20260630 12:15:10.102173 11708 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:10.102988 11709 sys_catalog.cc:458] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:10.106181 11714 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:10.114319 11714 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:10.115351   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:10.122893 11714 catalog_manager.cc:1383] Generated new cluster ID: f472ff66e57e403c97e793980fe7a0bf
I20260630 12:15:10.123220 11714 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:10.150063 11714 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:10.151939 11714 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:10.172435 11714 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935: Generated new TSK 0
I20260630 12:15:10.173111 11714 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:10.182121   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:10.189021 11725 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.190217 11726 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.192031 11728 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.192073   431 server_base.cc:1061] running on GCE node
I20260630 12:15:10.193320   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:10.193509   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:10.193881   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821710193847 us; error 0 us; skew 500 ppm
I20260630 12:15:10.194434   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:10.196709   431 webserver.cc:533] Webserver started at http://127.0.107.193:40725/ using document root <none> and password file <none>
I20260630 12:15:10.197225   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:10.197463   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:10.197799   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:10.198894   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "95af2b690007470f8339a976ca5fc72a"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-t06f"
I20260630 12:15:10.203394   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:10.206717 11733 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.207474   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:10.207764   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "95af2b690007470f8339a976ca5fc72a"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-t06f"
I20260630 12:15:10.208057   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:10.221729   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.222802   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.224231   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:10.226500   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:10.226711   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.226950   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:10.227126   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.264569   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45709
I20260630 12:15:10.264670 11795 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45709 every 8 connection(s)
I20260630 12:15:10.269760   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:10.276403 11800 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.276643 11801 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.280941 11804 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.281405   431 server_base.cc:1061] running on GCE node
I20260630 12:15:10.282238 11796 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41011
I20260630 12:15:10.282665 11796 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:10.282748   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:10.283051   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:10.283246   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821710283231 us; error 0 us; skew 500 ppm
I20260630 12:15:10.283571 11796 heartbeater.cc:507] Master 127.0.107.254:41011 requested a full tablet report, sending...
I20260630 12:15:10.283972   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:10.285976 11669 ts_manager.cc:194] Registered new tserver with Master: 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709)
I20260630 12:15:10.286908   431 webserver.cc:533] Webserver started at http://127.0.107.194:42071/ using document root <none> and password file <none>
I20260630 12:15:10.287428   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:10.287619   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:10.287899   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:10.287938 11669 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46244
I20260630 12:15:10.289124   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "5caced5764d84a32b7302778f3e487ca"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-t06f"
I20260630 12:15:10.293426   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:15:10.296482 11808 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.297176   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:10.297485   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "5caced5764d84a32b7302778f3e487ca"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-t06f"
I20260630 12:15:10.297796   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:10.312937   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.313998   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.315357   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:10.317430   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:10.317623   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.317914   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:10.318070   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.354485   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45755
I20260630 12:15:10.354579 11870 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45755 every 8 connection(s)
I20260630 12:15:10.359161   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:10.366181 11874 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.367041 11875 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:10.370069 11877 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:10.370322   431 server_base.cc:1061] running on GCE node
I20260630 12:15:10.370976 11871 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41011
I20260630 12:15:10.371399 11871 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:10.371447   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:10.371826   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:10.372033   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821710372014 us; error 0 us; skew 500 ppm
I20260630 12:15:10.372359 11871 heartbeater.cc:507] Master 127.0.107.254:41011 requested a full tablet report, sending...
I20260630 12:15:10.372773   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:10.374603 11669 ts_manager.cc:194] Registered new tserver with Master: 5caced5764d84a32b7302778f3e487ca (127.0.107.194:45755)
I20260630 12:15:10.375660   431 webserver.cc:533] Webserver started at http://127.0.107.195:39821/ using document root <none> and password file <none>
I20260630 12:15:10.376181   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:10.376189 11669 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46250
I20260630 12:15:10.376488   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:10.376845   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:10.378067   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "f7d7405783e24423846c55144cb002b7"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-t06f"
I20260630 12:15:10.382321   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:15:10.385373 11882 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.386158   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:10.386456   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "f7d7405783e24423846c55144cb002b7"
format_stamp: "Formatted at 2026-06-30 12:15:10 on dist-test-slave-t06f"
I20260630 12:15:10.386690   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:10.411567   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:10.412703   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:10.414191   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:10.416419   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:10.416638   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.416879   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:10.417052   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:10.455552   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43231
I20260630 12:15:10.455659 11944 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43231 every 8 connection(s)
I20260630 12:15:10.469458 11945 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41011
I20260630 12:15:10.469920 11945 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:10.470623 11945 heartbeater.cc:507] Master 127.0.107.254:41011 requested a full tablet report, sending...
I20260630 12:15:10.472455 11669 ts_manager.cc:194] Registered new tserver with Master: f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:10.473320   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014741346s
I20260630 12:15:10.473867 11669 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46266
I20260630 12:15:11.290589 11796 heartbeater.cc:499] Master 127.0.107.254:41011 was elected leader, sending a full tablet report...
I20260630 12:15:11.378870 11871 heartbeater.cc:499] Master 127.0.107.254:41011 was elected leader, sending a full tablet report...
I20260630 12:15:11.476432 11945 heartbeater.cc:499] Master 127.0.107.254:41011 was elected leader, sending a full tablet report...
I20260630 12:15:11.535019 11669 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46272:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:11.537489 11669 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:11.598104 11761 tablet_service.cc:1511] Processing CreateTablet for tablet ea6385ee12064c1ea10afc79d7bc911f (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:11.599725 11761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea6385ee12064c1ea10afc79d7bc911f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.598253 11910 tablet_service.cc:1511] Processing CreateTablet for tablet ea6385ee12064c1ea10afc79d7bc911f (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:11.601917 11910 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea6385ee12064c1ea10afc79d7bc911f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.601653 11760 tablet_service.cc:1511] Processing CreateTablet for tablet e04a85d63b3946878ed56def8e603ce0 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:11.603142 11760 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e04a85d63b3946878ed56def8e603ce0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.609478 11759 tablet_service.cc:1511] Processing CreateTablet for tablet ebd8f1531c5547cd99b2be3f6f63f2f5 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:11.615603 11908 tablet_service.cc:1511] Processing CreateTablet for tablet ebd8f1531c5547cd99b2be3f6f63f2f5 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:11.617101 11908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ebd8f1531c5547cd99b2be3f6f63f2f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.618816 11757 tablet_service.cc:1511] Processing CreateTablet for tablet cdb61f425a214a94a507f11e235186bf (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:11.619769 11756 tablet_service.cc:1511] Processing CreateTablet for tablet 28fbfd8decb14014bffdda38b736a2f6 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:11.620373 11909 tablet_service.cc:1511] Processing CreateTablet for tablet e04a85d63b3946878ed56def8e603ce0 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:11.613021 11758 tablet_service.cc:1511] Processing CreateTablet for tablet 1b651e2d84244596a31a4268891457df (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:11.624097 11909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e04a85d63b3946878ed56def8e603ce0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.629578 11836 tablet_service.cc:1511] Processing CreateTablet for tablet ea6385ee12064c1ea10afc79d7bc911f (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:11.629969 11835 tablet_service.cc:1511] Processing CreateTablet for tablet e04a85d63b3946878ed56def8e603ce0 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:11.631114 11836 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea6385ee12064c1ea10afc79d7bc911f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.632277 11834 tablet_service.cc:1511] Processing CreateTablet for tablet ebd8f1531c5547cd99b2be3f6f63f2f5 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:11.633780 11834 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ebd8f1531c5547cd99b2be3f6f63f2f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.634963 11831 tablet_service.cc:1511] Processing CreateTablet for tablet 28fbfd8decb14014bffdda38b736a2f6 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:11.636339 11831 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28fbfd8decb14014bffdda38b736a2f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.639008 11832 tablet_service.cc:1511] Processing CreateTablet for tablet cdb61f425a214a94a507f11e235186bf (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:11.639458 11907 tablet_service.cc:1511] Processing CreateTablet for tablet 1b651e2d84244596a31a4268891457df (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:11.640389 11832 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb61f425a214a94a507f11e235186bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.640813 11907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b651e2d84244596a31a4268891457df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.642824 11833 tablet_service.cc:1511] Processing CreateTablet for tablet 1b651e2d84244596a31a4268891457df (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:11.644256 11833 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b651e2d84244596a31a4268891457df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.646104 11835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e04a85d63b3946878ed56def8e603ce0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.646870 11906 tablet_service.cc:1511] Processing CreateTablet for tablet cdb61f425a214a94a507f11e235186bf (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:11.648260 11906 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb61f425a214a94a507f11e235186bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.649571 11757 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb61f425a214a94a507f11e235186bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.650913 11905 tablet_service.cc:1511] Processing CreateTablet for tablet 28fbfd8decb14014bffdda38b736a2f6 (DEFAULT_TABLE table=test-workload [id=09075cf3b7b4447fbb17bda5aad0952a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:11.652299 11905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28fbfd8decb14014bffdda38b736a2f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.654117 11758 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b651e2d84244596a31a4268891457df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.658143 11759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ebd8f1531c5547cd99b2be3f6f63f2f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.662124 11756 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28fbfd8decb14014bffdda38b736a2f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:11.702970 11965 tablet_bootstrap.cc:492] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7: Bootstrap starting.
I20260630 12:15:11.720875 11965 tablet_bootstrap.cc:654] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.750839 11966 tablet_bootstrap.cc:492] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a: Bootstrap starting.
I20260630 12:15:11.761076 11967 tablet_bootstrap.cc:492] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca: Bootstrap starting.
I20260630 12:15:11.766793 11965 tablet_bootstrap.cc:492] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7: No bootstrap required, opened a new log
I20260630 12:15:11.767061 11966 tablet_bootstrap.cc:654] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.767834 11965 ts_tablet_manager.cc:1403] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7: Time spent bootstrapping tablet: real 0.065s	user 0.014s	sys 0.014s
I20260630 12:15:11.768227 11967 tablet_bootstrap.cc:654] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.770992 11965 raft_consensus.cc:359] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:11.771842 11965 raft_consensus.cc:385] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.772172 11965 raft_consensus.cc:740] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7d7405783e24423846c55144cb002b7, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.772806 11965 consensus_queue.cc:260] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:11.773334 11966 tablet_bootstrap.cc:492] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a: No bootstrap required, opened a new log
I20260630 12:15:11.773869 11967 tablet_bootstrap.cc:492] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca: No bootstrap required, opened a new log
I20260630 12:15:11.773869 11966 ts_tablet_manager.cc:1403] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.000s
I20260630 12:15:11.774698 11967 ts_tablet_manager.cc:1403] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:15:11.775513 11965 ts_tablet_manager.cc:1434] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:15:11.776536 11965 tablet_bootstrap.cc:492] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7: Bootstrap starting.
I20260630 12:15:11.777241 11966 raft_consensus.cc:359] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.777990 11966 raft_consensus.cc:385] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.778263 11966 raft_consensus.cc:740] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95af2b690007470f8339a976ca5fc72a, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.779045 11967 raft_consensus.cc:359] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.779174 11966 consensus_queue.cc:260] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.779855 11967 raft_consensus.cc:385] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.780212 11967 raft_consensus.cc:740] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.781095 11967 consensus_queue.cc:260] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.784319 11965 tablet_bootstrap.cc:654] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.788659 11966 ts_tablet_manager.cc:1434] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:15:11.791078 11967 ts_tablet_manager.cc:1434] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.006s
I20260630 12:15:11.792147 11967 tablet_bootstrap.cc:492] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca: Bootstrap starting.
I20260630 12:15:11.792917 11965 tablet_bootstrap.cc:492] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7: No bootstrap required, opened a new log
I20260630 12:15:11.793442 11965 ts_tablet_manager.cc:1403] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.007s
I20260630 12:15:11.796257 11966 tablet_bootstrap.cc:492] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a: Bootstrap starting.
I20260630 12:15:11.796537 11965 raft_consensus.cc:359] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.797397 11965 raft_consensus.cc:385] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.797706 11965 raft_consensus.cc:740] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7d7405783e24423846c55144cb002b7, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.798523 11967 tablet_bootstrap.cc:654] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.798592 11965 consensus_queue.cc:260] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.801543 11965 ts_tablet_manager.cc:1434] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:15:11.802811 11965 tablet_bootstrap.cc:492] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7: Bootstrap starting.
I20260630 12:15:11.803057 11966 tablet_bootstrap.cc:654] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.811865 11965 tablet_bootstrap.cc:654] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.818873 11966 tablet_bootstrap.cc:492] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a: No bootstrap required, opened a new log
I20260630 12:15:11.819402 11966 ts_tablet_manager.cc:1403] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.009s
I20260630 12:15:11.822358 11966 raft_consensus.cc:359] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:11.823093 11966 raft_consensus.cc:385] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.823226 11965 tablet_bootstrap.cc:492] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7: No bootstrap required, opened a new log
I20260630 12:15:11.823457 11966 raft_consensus.cc:740] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95af2b690007470f8339a976ca5fc72a, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.824131 11965 ts_tablet_manager.cc:1403] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7: Time spent bootstrapping tablet: real 0.022s	user 0.003s	sys 0.013s
I20260630 12:15:11.824572 11966 consensus_queue.cc:260] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:11.827852 11965 raft_consensus.cc:359] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.828328 11966 ts_tablet_manager.cc:1434] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260630 12:15:11.828666 11965 raft_consensus.cc:385] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.828976 11965 raft_consensus.cc:740] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7d7405783e24423846c55144cb002b7, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.829522 11966 tablet_bootstrap.cc:492] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a: Bootstrap starting.
I20260630 12:15:11.829907 11967 tablet_bootstrap.cc:492] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca: No bootstrap required, opened a new log
I20260630 12:15:11.829882 11965 consensus_queue.cc:260] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.830667 11967 ts_tablet_manager.cc:1403] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca: Time spent bootstrapping tablet: real 0.039s	user 0.025s	sys 0.012s
I20260630 12:15:11.833761 11967 raft_consensus.cc:359] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.834483 11967 raft_consensus.cc:385] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.834822 11967 raft_consensus.cc:740] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.835023 11965 ts_tablet_manager.cc:1434] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.002s
I20260630 12:15:11.835727 11967 consensus_queue.cc:260] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.836315 11965 tablet_bootstrap.cc:492] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7: Bootstrap starting.
I20260630 12:15:11.836654 11966 tablet_bootstrap.cc:654] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.840212 11967 ts_tablet_manager.cc:1434] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:15:11.841302 11967 tablet_bootstrap.cc:492] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca: Bootstrap starting.
I20260630 12:15:11.844359 11965 tablet_bootstrap.cc:654] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.847476 11967 tablet_bootstrap.cc:654] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.848971 11966 tablet_bootstrap.cc:492] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a: No bootstrap required, opened a new log
I20260630 12:15:11.849771 11966 ts_tablet_manager.cc:1403] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a: Time spent bootstrapping tablet: real 0.021s	user 0.004s	sys 0.015s
I20260630 12:15:11.853648 11966 raft_consensus.cc:359] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.854856 11966 raft_consensus.cc:385] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.855281 11966 raft_consensus.cc:740] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95af2b690007470f8339a976ca5fc72a, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.856459 11966 consensus_queue.cc:260] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.859915 11966 ts_tablet_manager.cc:1434] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:15:11.861467 11966 tablet_bootstrap.cc:492] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a: Bootstrap starting.
I20260630 12:15:11.864871 11967 tablet_bootstrap.cc:492] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca: No bootstrap required, opened a new log
I20260630 12:15:11.865487 11972 raft_consensus.cc:493] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:11.865499 11967 ts_tablet_manager.cc:1403] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.012s
I20260630 12:15:11.865717 11965 tablet_bootstrap.cc:492] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7: No bootstrap required, opened a new log
I20260630 12:15:11.866487 11965 ts_tablet_manager.cc:1403] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7: Time spent bootstrapping tablet: real 0.030s	user 0.021s	sys 0.008s
I20260630 12:15:11.866267 11972 raft_consensus.cc:515] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.869160 11967 raft_consensus.cc:359] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.869607 11965 raft_consensus.cc:359] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.870098 11967 raft_consensus.cc:385] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.870432 11965 raft_consensus.cc:385] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.870519 11967 raft_consensus.cc:740] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.870936 11966 tablet_bootstrap.cc:654] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.870844 11965 raft_consensus.cc:740] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7d7405783e24423846c55144cb002b7, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.871814 11967 consensus_queue.cc:260] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.872023 11965 consensus_queue.cc:260] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.874951 11967 ts_tablet_manager.cc:1434] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:15:11.871891 11972 leader_election.cc:290] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5caced5764d84a32b7302778f3e487ca (127.0.107.194:45755), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:11.875102 11965 ts_tablet_manager.cc:1434] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.005s
I20260630 12:15:11.876472 11967 tablet_bootstrap.cc:492] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca: Bootstrap starting.
I20260630 12:15:11.876469 11965 tablet_bootstrap.cc:492] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7: Bootstrap starting.
I20260630 12:15:11.883466 11967 tablet_bootstrap.cc:654] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.888834 11846 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e04a85d63b3946878ed56def8e603ce0" candidate_uuid: "95af2b690007470f8339a976ca5fc72a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5caced5764d84a32b7302778f3e487ca" is_pre_election: true
I20260630 12:15:11.889710 11846 raft_consensus.cc:2468] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95af2b690007470f8339a976ca5fc72a in term 0.
I20260630 12:15:11.891211 11736 leader_election.cc:304] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:11.892158 11972 raft_consensus.cc:2804] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:11.892963 11972 raft_consensus.cc:493] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:11.893411 11972 raft_consensus.cc:3060] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.896869 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e04a85d63b3946878ed56def8e603ce0" candidate_uuid: "95af2b690007470f8339a976ca5fc72a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7" is_pre_election: true
W20260630 12:15:11.899149 11734 leader_election.cc:343] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:11.901350 11965 tablet_bootstrap.cc:654] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.929056 11972 raft_consensus.cc:515] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.932802 11967 tablet_bootstrap.cc:492] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca: No bootstrap required, opened a new log
I20260630 12:15:11.933439 11967 ts_tablet_manager.cc:1403] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca: Time spent bootstrapping tablet: real 0.057s	user 0.040s	sys 0.015s
I20260630 12:15:11.933638 11846 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e04a85d63b3946878ed56def8e603ce0" candidate_uuid: "95af2b690007470f8339a976ca5fc72a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5caced5764d84a32b7302778f3e487ca"
I20260630 12:15:11.934513 11846 raft_consensus.cc:3060] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.935734 11966 tablet_bootstrap.cc:492] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a: No bootstrap required, opened a new log
I20260630 12:15:11.936259 11966 ts_tablet_manager.cc:1403] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a: Time spent bootstrapping tablet: real 0.075s	user 0.022s	sys 0.025s
I20260630 12:15:11.936774 11967 raft_consensus.cc:359] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:11.937603 11967 raft_consensus.cc:385] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.937991 11967 raft_consensus.cc:740] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.938930 11967 consensus_queue.cc:260] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:11.939227 11966 raft_consensus.cc:359] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.939955 11966 raft_consensus.cc:385] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.940119 11965 tablet_bootstrap.cc:492] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7: No bootstrap required, opened a new log
I20260630 12:15:11.940290 11966 raft_consensus.cc:740] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95af2b690007470f8339a976ca5fc72a, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.940737 11965 ts_tablet_manager.cc:1403] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7: Time spent bootstrapping tablet: real 0.064s	user 0.010s	sys 0.007s
I20260630 12:15:11.941139 11966 consensus_queue.cc:260] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.943301 11846 raft_consensus.cc:2468] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95af2b690007470f8339a976ca5fc72a in term 1.
I20260630 12:15:11.943720 11965 raft_consensus.cc:359] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.944473 11965 raft_consensus.cc:385] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.944615 11736 leader_election.cc:304] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:11.944809 11965 raft_consensus.cc:740] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7d7405783e24423846c55144cb002b7, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.945981 11965 consensus_queue.cc:260] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.948858 11967 ts_tablet_manager.cc:1434] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.001s
I20260630 12:15:11.951229 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e04a85d63b3946878ed56def8e603ce0" candidate_uuid: "95af2b690007470f8339a976ca5fc72a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7"
I20260630 12:15:11.953311 11920 raft_consensus.cc:3060] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:11.955928 11965 ts_tablet_manager.cc:1434] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.002s
I20260630 12:15:11.957892 11967 tablet_bootstrap.cc:492] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca: Bootstrap starting.
I20260630 12:15:11.962226 11920 raft_consensus.cc:2468] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95af2b690007470f8339a976ca5fc72a in term 1.
I20260630 12:15:11.963660 11986 raft_consensus.cc:2804] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:11.964180 11986 raft_consensus.cc:697] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 1 LEADER]: Becoming Leader. State: Replica: 95af2b690007470f8339a976ca5fc72a, State: Running, Role: LEADER
I20260630 12:15:11.964272 11966 ts_tablet_manager.cc:1434] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a: Time spent starting tablet: real 0.028s	user 0.021s	sys 0.005s
I20260630 12:15:11.965413 11966 tablet_bootstrap.cc:492] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a: Bootstrap starting.
I20260630 12:15:11.965049 11986 consensus_queue.cc:237] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.965765 11967 tablet_bootstrap.cc:654] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.968137 11965 tablet_bootstrap.cc:492] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7: Bootstrap starting.
I20260630 12:15:11.952243 11972 leader_election.cc:290] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [CANDIDATE]: Term 1 election: Requested vote from peers 5caced5764d84a32b7302778f3e487ca (127.0.107.194:45755), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:11.972337 11966 tablet_bootstrap.cc:654] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.978210 11965 tablet_bootstrap.cc:654] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:11.989034 11966 tablet_bootstrap.cc:492] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a: No bootstrap required, opened a new log
I20260630 12:15:11.990607 11966 ts_tablet_manager.cc:1403] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.012s
I20260630 12:15:11.990937 11967 tablet_bootstrap.cc:492] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca: No bootstrap required, opened a new log
I20260630 12:15:11.990964 11965 tablet_bootstrap.cc:492] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7: No bootstrap required, opened a new log
I20260630 12:15:11.991636 11967 ts_tablet_manager.cc:1403] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca: Time spent bootstrapping tablet: real 0.034s	user 0.018s	sys 0.001s
I20260630 12:15:11.991645 11965 ts_tablet_manager.cc:1403] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.009s
I20260630 12:15:11.988619 11667 catalog_manager.cc:5697] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a reported cstate change: term changed from 0 to 1, leader changed from <none> to 95af2b690007470f8339a976ca5fc72a (127.0.107.193). New cstate: current_term: 1 leader_uuid: "95af2b690007470f8339a976ca5fc72a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:11.993649 11966 raft_consensus.cc:359] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.994423 11966 raft_consensus.cc:385] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.994710 11966 raft_consensus.cc:740] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95af2b690007470f8339a976ca5fc72a, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.994793 11965 raft_consensus.cc:359] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.995019 11967 raft_consensus.cc:359] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.995608 11965 raft_consensus.cc:385] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.995735 11967 raft_consensus.cc:385] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:11.995566 11966 consensus_queue.cc:260] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.996340 11965 raft_consensus.cc:740] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7d7405783e24423846c55144cb002b7, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.996392 11967 raft_consensus.cc:740] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Initialized, Role: FOLLOWER
I20260630 12:15:11.997390 11965 consensus_queue.cc:260] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.998201 11966 ts_tablet_manager.cc:1434] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:15:11.997881 11967 consensus_queue.cc:260] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:11.999249 11966 tablet_bootstrap.cc:492] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a: Bootstrap starting.
I20260630 12:15:12.000216 11967 ts_tablet_manager.cc:1434] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
I20260630 12:15:12.001250 11967 tablet_bootstrap.cc:492] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca: Bootstrap starting.
I20260630 12:15:12.002389 11965 ts_tablet_manager.cc:1434] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260630 12:15:12.006536 11967 tablet_bootstrap.cc:654] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.007285 11966 tablet_bootstrap.cc:654] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:12.017344 11973 raft_consensus.cc:493] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.017974 11966 tablet_bootstrap.cc:492] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a: No bootstrap required, opened a new log
I20260630 12:15:12.017868 11973 raft_consensus.cc:515] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:12.018491 11966 ts_tablet_manager.cc:1403] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.000s
I20260630 12:15:12.018703 11967 tablet_bootstrap.cc:492] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca: No bootstrap required, opened a new log
I20260630 12:15:12.019274 11967 ts_tablet_manager.cc:1403] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:15:12.020721 11973 leader_election.cc:290] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.021391 11966 raft_consensus.cc:359] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.022188 11966 raft_consensus.cc:385] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.022657 11966 raft_consensus.cc:740] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95af2b690007470f8339a976ca5fc72a, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.022217 11967 raft_consensus.cc:359] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.023172 11967 raft_consensus.cc:385] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:12.023459 11967 raft_consensus.cc:740] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Initialized, Role: FOLLOWER
I20260630 12:15:12.023406 11966 consensus_queue.cc:260] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.024281 11967 consensus_queue.cc:260] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.026129 11966 ts_tablet_manager.cc:1434] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:15:12.026607 11967 ts_tablet_manager.cc:1434] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:15:12.033337 11973 raft_consensus.cc:493] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.033896 11973 raft_consensus.cc:515] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.036051 11973 leader_election.cc:290] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.039785 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb61f425a214a94a507f11e235186bf" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a" is_pre_election: true
I20260630 12:15:12.039872 11771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea6385ee12064c1ea10afc79d7bc911f" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a" is_pre_election: true
I20260630 12:15:12.040686 11770 raft_consensus.cc:2468] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.040817 11771 raft_consensus.cc:2468] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.041561 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea6385ee12064c1ea10afc79d7bc911f" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7" is_pre_election: true
I20260630 12:15:12.042325 11920 raft_consensus.cc:2468] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.042320 11812 leader_election.cc:304] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.043319 11919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb61f425a214a94a507f11e235186bf" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7" is_pre_election: true
I20260630 12:15:12.043506 11973 raft_consensus.cc:2804] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.043663 11812 leader_election.cc:304] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.043968 11973 raft_consensus.cc:493] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.043994 11919 raft_consensus.cc:2468] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.044523 11973 raft_consensus.cc:3060] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.045868 11996 raft_consensus.cc:2804] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.046216 11996 raft_consensus.cc:493] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.046475 11996 raft_consensus.cc:3060] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.048100 11971 raft_consensus.cc:493] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.048604 11971 raft_consensus.cc:515] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.050366 11973 raft_consensus.cc:515] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.052304 11973 leader_election.cc:290] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Requested vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.053630 11971 leader_election.cc:290] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), 5caced5764d84a32b7302778f3e487ca (127.0.107.194:45755)
I20260630 12:15:12.053380 11996 raft_consensus.cc:515] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:12.054049 11771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb61f425a214a94a507f11e235186bf" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a"
I20260630 12:15:12.054875 11771 raft_consensus.cc:3060] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.055763 11996 leader_election.cc:290] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Requested vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.059188 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea6385ee12064c1ea10afc79d7bc911f" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a"
I20260630 12:15:12.059854 11770 raft_consensus.cc:3060] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.065681 11771 raft_consensus.cc:2468] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.067399 11812 leader_election.cc:304] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.068593 11996 raft_consensus.cc:2804] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:12.069200 11996 raft_consensus.cc:697] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Becoming Leader. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Running, Role: LEADER
I20260630 12:15:12.070897 11996 consensus_queue.cc:237] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.071745 11770 raft_consensus.cc:2468] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.073120 11812 leader_election.cc:304] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.074064 11973 raft_consensus.cc:2804] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:12.075505 11919 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb61f425a214a94a507f11e235186bf" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7"
I20260630 12:15:12.075790 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea6385ee12064c1ea10afc79d7bc911f" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7"
I20260630 12:15:12.076146 11919 raft_consensus.cc:3060] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.076457 11920 raft_consensus.cc:3060] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.082077 11846 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b651e2d84244596a31a4268891457df" candidate_uuid: "f7d7405783e24423846c55144cb002b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5caced5764d84a32b7302778f3e487ca" is_pre_election: true
I20260630 12:15:12.082754 11846 raft_consensus.cc:2468] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f7d7405783e24423846c55144cb002b7 in term 0.
I20260630 12:15:12.082966 11919 raft_consensus.cc:2468] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.083403 11920 raft_consensus.cc:2468] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.084165 11973 raft_consensus.cc:697] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Becoming Leader. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Running, Role: LEADER
I20260630 12:15:12.084072 11885 leader_election.cc:304] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, f7d7405783e24423846c55144cb002b7; no voters: 
I20260630 12:15:12.086584 11971 raft_consensus.cc:2804] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.086570 11973 consensus_queue.cc:237] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } }
I20260630 12:15:12.087191 11971 raft_consensus.cc:493] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.087388 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b651e2d84244596a31a4268891457df" candidate_uuid: "f7d7405783e24423846c55144cb002b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a" is_pre_election: true
I20260630 12:15:12.087697 11971 raft_consensus.cc:3060] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.088057 11770 raft_consensus.cc:2468] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f7d7405783e24423846c55144cb002b7 in term 0.
I20260630 12:15:12.095741 11667 catalog_manager.cc:5697] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 5caced5764d84a32b7302778f3e487ca (127.0.107.194). New cstate: current_term: 1 leader_uuid: "5caced5764d84a32b7302778f3e487ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:12.096983 11971 raft_consensus.cc:515] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.098836 11971 leader_election.cc:290] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [CANDIDATE]: Term 1 election: Requested vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), 5caced5764d84a32b7302778f3e487ca (127.0.107.194:45755)
I20260630 12:15:12.100057 11846 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b651e2d84244596a31a4268891457df" candidate_uuid: "f7d7405783e24423846c55144cb002b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5caced5764d84a32b7302778f3e487ca"
I20260630 12:15:12.100664 11846 raft_consensus.cc:3060] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.100912 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b651e2d84244596a31a4268891457df" candidate_uuid: "f7d7405783e24423846c55144cb002b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a"
I20260630 12:15:12.101491 11770 raft_consensus.cc:3060] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.107714 11846 raft_consensus.cc:2468] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f7d7405783e24423846c55144cb002b7 in term 1.
I20260630 12:15:12.108508 11770 raft_consensus.cc:2468] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f7d7405783e24423846c55144cb002b7 in term 1.
I20260630 12:15:12.108973 11885 leader_election.cc:304] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, f7d7405783e24423846c55144cb002b7; no voters: 
I20260630 12:15:12.109835 11971 raft_consensus.cc:2804] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:15:12.111436 11717 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:12.112824 11971 raft_consensus.cc:697] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 1 LEADER]: Becoming Leader. State: Replica: f7d7405783e24423846c55144cb002b7, State: Running, Role: LEADER
I20260630 12:15:12.112331 11667 catalog_manager.cc:5697] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 5caced5764d84a32b7302778f3e487ca (127.0.107.194). New cstate: current_term: 1 leader_uuid: "5caced5764d84a32b7302778f3e487ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:12.113890 11971 consensus_queue.cc:237] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.123178 11669 catalog_manager.cc:5697] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 reported cstate change: term changed from 0 to 1, leader changed from <none> to f7d7405783e24423846c55144cb002b7 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f7d7405783e24423846c55144cb002b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:12.125032 11996 raft_consensus.cc:493] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.125567 11996 raft_consensus.cc:515] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.127489 11996 leader_election.cc:290] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.128070 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28fbfd8decb14014bffdda38b736a2f6" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a" is_pre_election: true
I20260630 12:15:12.128765 11770 raft_consensus.cc:2468] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.128908 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28fbfd8decb14014bffdda38b736a2f6" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7" is_pre_election: true
I20260630 12:15:12.129592 11920 raft_consensus.cc:2468] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.129827 11812 leader_election.cc:304] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.130585 11996 raft_consensus.cc:2804] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.130841 11996 raft_consensus.cc:493] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.131035 11996 raft_consensus.cc:3060] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.135982 11996 raft_consensus.cc:515] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.137621 11996 leader_election.cc:290] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Requested vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.138532 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28fbfd8decb14014bffdda38b736a2f6" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a"
I20260630 12:15:12.138731 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28fbfd8decb14014bffdda38b736a2f6" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7"
I20260630 12:15:12.139065 11770 raft_consensus.cc:3060] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.139375 11920 raft_consensus.cc:3060] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.143827 11770 raft_consensus.cc:2468] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.144124 11920 raft_consensus.cc:2468] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.144942 11812 leader_election.cc:304] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.145787 11996 raft_consensus.cc:2804] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:12.146255 11996 raft_consensus.cc:697] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Becoming Leader. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Running, Role: LEADER
I20260630 12:15:12.147017 11996 consensus_queue.cc:237] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.154362 11669 catalog_manager.cc:5697] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 5caced5764d84a32b7302778f3e487ca (127.0.107.194). New cstate: current_term: 1 leader_uuid: "5caced5764d84a32b7302778f3e487ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:12.192416 11996 raft_consensus.cc:493] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:12.192910 11996 raft_consensus.cc:515] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.194665 11996 leader_election.cc:290] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.195647 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8f1531c5547cd99b2be3f6f63f2f5" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a" is_pre_election: true
I20260630 12:15:12.195755 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8f1531c5547cd99b2be3f6f63f2f5" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7" is_pre_election: true
I20260630 12:15:12.196336 11770 raft_consensus.cc:2468] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.196390 11920 raft_consensus.cc:2468] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 0.
I20260630 12:15:12.197350 11812 leader_election.cc:304] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.198047 11996 raft_consensus.cc:2804] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:12.198372 11996 raft_consensus.cc:493] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:12.198589 11996 raft_consensus.cc:3060] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.203733 11996 raft_consensus.cc:515] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.205530 11996 leader_election.cc:290] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Requested vote from peers 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709), f7d7405783e24423846c55144cb002b7 (127.0.107.195:43231)
I20260630 12:15:12.206238 11770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8f1531c5547cd99b2be3f6f63f2f5" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95af2b690007470f8339a976ca5fc72a"
I20260630 12:15:12.206597 11920 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ebd8f1531c5547cd99b2be3f6f63f2f5" candidate_uuid: "5caced5764d84a32b7302778f3e487ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7d7405783e24423846c55144cb002b7"
I20260630 12:15:12.206740 11770 raft_consensus.cc:3060] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.207203 11920 raft_consensus.cc:3060] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:12.211884 11770 raft_consensus.cc:2468] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.212327 11920 raft_consensus.cc:2468] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5caced5764d84a32b7302778f3e487ca in term 1.
I20260630 12:15:12.212934 11812 leader_election.cc:304] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5caced5764d84a32b7302778f3e487ca, 95af2b690007470f8339a976ca5fc72a; no voters: 
I20260630 12:15:12.213860 11996 raft_consensus.cc:2804] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:12.214354 11996 raft_consensus.cc:697] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Becoming Leader. State: Replica: 5caced5764d84a32b7302778f3e487ca, State: Running, Role: LEADER
I20260630 12:15:12.215123 11996 consensus_queue.cc:237] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } }
I20260630 12:15:12.222272 11669 catalog_manager.cc:5697] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 5caced5764d84a32b7302778f3e487ca (127.0.107.194). New cstate: current_term: 1 leader_uuid: "5caced5764d84a32b7302778f3e487ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:12.397440 11986 consensus_queue.cc:1048] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [LEADER]: Connected to new peer: Peer: permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.409152 11986 consensus_queue.cc:1048] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.460239 11996 consensus_queue.cc:1048] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.470893 11973 consensus_queue.cc:1048] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.512082 11973 consensus_queue.cc:1048] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.522652 11973 consensus_queue.cc:1048] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.675369 11996 consensus_queue.cc:1048] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.686352 11996 consensus_queue.cc:1048] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.700419 11996 consensus_queue.cc:1048] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.708099 11971 consensus_queue.cc:1048] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5caced5764d84a32b7302778f3e487ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45755 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.711375 11973 consensus_queue.cc:1048] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7d7405783e24423846c55144cb002b7" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:12.734000 11971 consensus_queue.cc:1048] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "95af2b690007470f8339a976ca5fc72a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45709 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:15.211755 11867 debug-util.cc:398] Leaking SignalData structure 0x7b08001c5fa0 after lost signal to thread 434
W20260630 12:15:15.213310 11867 debug-util.cc:398] Leaking SignalData structure 0x7b080021bc60 after lost signal to thread 11703
W20260630 12:15:15.215608 11867 debug-util.cc:398] Leaking SignalData structure 0x7b080020b1e0 after lost signal to thread 11795
W20260630 12:15:15.217530 11867 debug-util.cc:398] Leaking SignalData structure 0x7b080029ea60 after lost signal to thread 11870
W20260630 12:15:15.219023 11867 debug-util.cc:398] Leaking SignalData structure 0x7b08002820c0 after lost signal to thread 11944
W20260630 12:15:21.864444 11867 debug-util.cc:398] Leaking SignalData structure 0x7b08001cea00 after lost signal to thread 434
W20260630 12:15:21.865397 11867 debug-util.cc:398] Leaking SignalData structure 0x7b08002a52a0 after lost signal to thread 11703
W20260630 12:15:21.866501 11867 debug-util.cc:398] Leaking SignalData structure 0x7b08001aefc0 after lost signal to thread 11795
W20260630 12:15:21.867408 11867 debug-util.cc:398] Leaking SignalData structure 0x7b08001f6ce0 after lost signal to thread 11870
W20260630 12:15:21.868336 11867 debug-util.cc:398] Leaking SignalData structure 0x7b080003ef60 after lost signal to thread 11944
I20260630 12:15:23.295500   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:15:23.307883 11886 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 7 similar messages]
W20260630 12:15:23.314236 11886 consensus_peers.cc:597] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 -> Peer 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709): Couldn't send request to peer 95af2b690007470f8339a976ca5fc72a. 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:15:23.327754 11812 consensus_peers.cc:597] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca -> Peer 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709): Couldn't send request to peer 95af2b690007470f8339a976ca5fc72a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:23.333942   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:23.334766   431 tablet_replica.cc:333] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a: stopping tablet replica
I20260630 12:15:23.335842   431 raft_consensus.cc:2243] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.336637   431 raft_consensus.cc:2272] T cdb61f425a214a94a507f11e235186bf P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.339394   431 tablet_replica.cc:333] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a: stopping tablet replica
I20260630 12:15:23.339915   431 raft_consensus.cc:2243] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.340358   431 raft_consensus.cc:2272] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.343786   431 tablet_replica.cc:333] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a: stopping tablet replica
I20260630 12:15:23.344509   431 raft_consensus.cc:2243] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.345027   431 raft_consensus.cc:2272] T 28fbfd8decb14014bffdda38b736a2f6 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.347472   431 tablet_replica.cc:333] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a: stopping tablet replica
I20260630 12:15:23.347985   431 raft_consensus.cc:2243] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.348397   431 raft_consensus.cc:2272] T 1b651e2d84244596a31a4268891457df P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.350708   431 tablet_replica.cc:333] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a: stopping tablet replica
I20260630 12:15:23.351168   431 raft_consensus.cc:2243] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.351568   431 raft_consensus.cc:2272] T ea6385ee12064c1ea10afc79d7bc911f P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.353765   431 tablet_replica.cc:333] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a: stopping tablet replica
I20260630 12:15:23.354292   431 raft_consensus.cc:2243] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:23.355290   431 raft_consensus.cc:2272] T e04a85d63b3946878ed56def8e603ce0 P 95af2b690007470f8339a976ca5fc72a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:23.381469 11812 consensus_peers.cc:597] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca -> Peer 95af2b690007470f8339a976ca5fc72a (127.0.107.193:45709): Couldn't send request to peer 95af2b690007470f8339a976ca5fc72a. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45709: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:23.388739   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:23.416405   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:23.439649   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:23.440359   431 tablet_replica.cc:333] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca: stopping tablet replica
I20260630 12:15:23.440996   431 raft_consensus.cc:2243] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.441527   431 raft_consensus.cc:2272] T 1b651e2d84244596a31a4268891457df P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.444059   431 tablet_replica.cc:333] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca: stopping tablet replica
I20260630 12:15:23.444595   431 raft_consensus.cc:2243] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:23.445580   431 raft_consensus.cc:2272] T 28fbfd8decb14014bffdda38b736a2f6 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.447861   431 tablet_replica.cc:333] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca: stopping tablet replica
I20260630 12:15:23.448405   431 raft_consensus.cc:2243] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.448835   431 raft_consensus.cc:2272] T e04a85d63b3946878ed56def8e603ce0 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.451002   431 tablet_replica.cc:333] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca: stopping tablet replica
I20260630 12:15:23.451519   431 raft_consensus.cc:2243] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:23.452401   431 raft_consensus.cc:2272] T ea6385ee12064c1ea10afc79d7bc911f P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.454664   431 tablet_replica.cc:333] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca: stopping tablet replica
I20260630 12:15:23.455158   431 raft_consensus.cc:2243] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:23.456033   431 raft_consensus.cc:2272] T cdb61f425a214a94a507f11e235186bf P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.458316   431 tablet_replica.cc:333] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca: stopping tablet replica
I20260630 12:15:23.458811   431 raft_consensus.cc:2243] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:23.459703   431 raft_consensus.cc:2272] T ebd8f1531c5547cd99b2be3f6f63f2f5 P 5caced5764d84a32b7302778f3e487ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.509761   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:23.530871   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:23.556252   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:23.556994   431 tablet_replica.cc:333] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7: stopping tablet replica
I20260630 12:15:23.557734   431 raft_consensus.cc:2243] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.558199   431 raft_consensus.cc:2272] T ebd8f1531c5547cd99b2be3f6f63f2f5 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.560547   431 tablet_replica.cc:333] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7: stopping tablet replica
I20260630 12:15:23.561069   431 raft_consensus.cc:2243] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.561517   431 raft_consensus.cc:2272] T e04a85d63b3946878ed56def8e603ce0 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.563728   431 tablet_replica.cc:333] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7: stopping tablet replica
I20260630 12:15:23.564188   431 raft_consensus.cc:2243] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.564586   431 raft_consensus.cc:2272] T 28fbfd8decb14014bffdda38b736a2f6 P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.566818   431 tablet_replica.cc:333] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7: stopping tablet replica
I20260630 12:15:23.567245   431 raft_consensus.cc:2243] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:23.568034   431 raft_consensus.cc:2272] T 1b651e2d84244596a31a4268891457df P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.570376   431 tablet_replica.cc:333] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7: stopping tablet replica
I20260630 12:15:23.570823   431 raft_consensus.cc:2243] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.571224   431 raft_consensus.cc:2272] T cdb61f425a214a94a507f11e235186bf P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.573273   431 tablet_replica.cc:333] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7: stopping tablet replica
I20260630 12:15:23.573776   431 raft_consensus.cc:2243] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:23.574246   431 raft_consensus.cc:2272] T ea6385ee12064c1ea10afc79d7bc911f P f7d7405783e24423846c55144cb002b7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.601219   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:23.621344   431 master.cc:562] Master@127.0.107.254:41011 shutting down...
I20260630 12:15:23.640811   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:23.641434   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:23.641816   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a6b8bb9821d94a2897936830ebf89935: stopping tablet replica
I20260630 12:15:23.661098   431 master.cc:584] Master@127.0.107.254:41011 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (13729 ms)
[----------] 24 tests from AutoRebalancerTest (260337 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:15:23.704723   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39531
I20260630 12:15:23.705971   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:23.711938 12046 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:23.711999 12045 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:23.712595 12048 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:23.713945   431 server_base.cc:1061] running on GCE node
I20260630 12:15:23.714884   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:23.715090   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:23.715252   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821723715237 us; error 0 us; skew 500 ppm
I20260630 12:15:23.715766   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:23.718133   431 webserver.cc:533] Webserver started at http://127.0.107.254:45877/ using document root <none> and password file <none>
I20260630 12:15:23.718636   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:23.718863   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:23.719157   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:23.720311   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "e4de5358852642e68e10e127f738d660"
format_stamp: "Formatted at 2026-06-30 12:15:23 on dist-test-slave-t06f"
I20260630 12:15:23.724917   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:15:23.728210 12053 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:23.729081   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:23.729331   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "e4de5358852642e68e10e127f738d660"
format_stamp: "Formatted at 2026-06-30 12:15:23 on dist-test-slave-t06f"
I20260630 12:15:23.729552   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:23.749023   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:23.750224   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:23.787256   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39531
I20260630 12:15:23.787359 12104 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39531 every 8 connection(s)
I20260630 12:15:23.791626 12105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.802798 12105 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660: Bootstrap starting.
I20260630 12:15:23.807468 12105 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.811645 12105 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660: No bootstrap required, opened a new log
I20260630 12:15:23.813884 12105 raft_consensus.cc:359] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e4de5358852642e68e10e127f738d660" member_type: VOTER }
I20260630 12:15:23.814298 12105 raft_consensus.cc:385] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.814481 12105 raft_consensus.cc:740] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e4de5358852642e68e10e127f738d660, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.815075 12105 consensus_queue.cc:260] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e4de5358852642e68e10e127f738d660" member_type: VOTER }
I20260630 12:15:23.815522 12105 raft_consensus.cc:399] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:23.815712 12105 raft_consensus.cc:493] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:23.815925 12105 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.820478 12105 raft_consensus.cc:515] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e4de5358852642e68e10e127f738d660" member_type: VOTER }
I20260630 12:15:23.820917 12105 leader_election.cc:304] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [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: e4de5358852642e68e10e127f738d660; no voters: 
I20260630 12:15:23.821964 12105 leader_election.cc:290] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:23.822276 12108 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:23.823520 12108 raft_consensus.cc:697] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 1 LEADER]: Becoming Leader. State: Replica: e4de5358852642e68e10e127f738d660, State: Running, Role: LEADER
I20260630 12:15:23.824194 12108 consensus_queue.cc:237] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [LEADER]: Queue going to LEADER mode. State: All 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: "e4de5358852642e68e10e127f738d660" member_type: VOTER }
I20260630 12:15:23.824918 12105 sys_catalog.cc:565] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:23.828924 12109 sys_catalog.cc:455] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e4de5358852642e68e10e127f738d660" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e4de5358852642e68e10e127f738d660" member_type: VOTER } }
I20260630 12:15:23.829241 12110 sys_catalog.cc:455] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e4de5358852642e68e10e127f738d660. Latest consensus state: current_term: 1 leader_uuid: "e4de5358852642e68e10e127f738d660" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e4de5358852642e68e10e127f738d660" member_type: VOTER } }
I20260630 12:15:23.829783 12109 sys_catalog.cc:458] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:23.830118 12110 sys_catalog.cc:458] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:23.834710 12115 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:23.839632 12115 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:23.842335   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:23.849268 12115 catalog_manager.cc:1383] Generated new cluster ID: 1b9a271dd5bf46b5b9557e5bfc7ff23a
I20260630 12:15:23.849527 12115 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:23.873577 12115 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:23.874984 12115 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:23.886158 12115 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660: Generated new TSK 0
I20260630 12:15:23.886807 12115 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:23.911572   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:23.917640 12126 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:23.918591 12127 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:23.920599   431 server_base.cc:1061] running on GCE node
W20260630 12:15:23.920826 12129 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:23.921941   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:23.922130   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:23.922375   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821723922340 us; error 0 us; skew 500 ppm
I20260630 12:15:23.922896   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:23.925168   431 webserver.cc:533] Webserver started at http://127.0.107.193:34877/ using document root <none> and password file <none>
I20260630 12:15:23.925647   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:23.925896   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:23.926204   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:23.927263   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "30dabb52063e4234870a66e0d961bed0"
format_stamp: "Formatted at 2026-06-30 12:15:23 on dist-test-slave-t06f"
I20260630 12:15:23.931905   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:15:23.935125 12134 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:23.935829   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:23.936124   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "30dabb52063e4234870a66e0d961bed0"
format_stamp: "Formatted at 2026-06-30 12:15:23 on dist-test-slave-t06f"
I20260630 12:15:23.936388   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:23.972293   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:23.973780   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:23.975423   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:23.977624   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:23.977895   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:23.978160   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:23.978348   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:24.017455   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35211
I20260630 12:15:24.017552 12196 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35211 every 8 connection(s)
I20260630 12:15:24.022541   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:24.030153 12201 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:24.031891 12202 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:24.033461   431 server_base.cc:1061] running on GCE node
W20260630 12:15:24.034711 12204 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:24.036013   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:24.036269   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:24.036453   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821724036435 us; error 0 us; skew 500 ppm
I20260630 12:15:24.036779 12197 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39531
I20260630 12:15:24.036978   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:24.037182 12197 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:24.038241 12197 heartbeater.cc:507] Master 127.0.107.254:39531 requested a full tablet report, sending...
I20260630 12:15:24.039686   431 webserver.cc:533] Webserver started at http://127.0.107.194:34837/ using document root <none> and password file <none>
I20260630 12:15:24.040295   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:24.040490   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:24.040644 12070 ts_manager.cc:194] Registered new tserver with Master: 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211)
I20260630 12:15:24.040771   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:24.042272   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "2c673106b44649568aa0127e47619551"
format_stamp: "Formatted at 2026-06-30 12:15:24 on dist-test-slave-t06f"
I20260630 12:15:24.042642 12070 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50052
I20260630 12:15:24.046882   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:24.050264 12209 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:24.050982   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:15:24.051276   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "2c673106b44649568aa0127e47619551"
format_stamp: "Formatted at 2026-06-30 12:15:24 on dist-test-slave-t06f"
I20260630 12:15:24.051535   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:24.074793   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:24.075976   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:24.077404   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:24.079555   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:24.079775   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:24.080018   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:24.080207   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:24.118568   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36331
I20260630 12:15:24.118620 12271 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36331 every 8 connection(s)
I20260630 12:15:24.123263   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:24.130517 12275 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:24.132021 12276 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:24.134069   431 server_base.cc:1061] running on GCE node
W20260630 12:15:24.134833 12278 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:24.135876   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:24.136165   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:24.136327 12272 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39531
I20260630 12:15:24.136416   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821724136396 us; error 0 us; skew 500 ppm
I20260630 12:15:24.136821 12272 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:24.137313   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:24.137768 12272 heartbeater.cc:507] Master 127.0.107.254:39531 requested a full tablet report, sending...
I20260630 12:15:24.139977   431 webserver.cc:533] Webserver started at http://127.0.107.195:45245/ using document root <none> and password file <none>
I20260630 12:15:24.140161 12070 ts_manager.cc:194] Registered new tserver with Master: 2c673106b44649568aa0127e47619551 (127.0.107.194:36331)
I20260630 12:15:24.140637   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:24.140905   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:24.141220   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:24.141983 12070 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50064
I20260630 12:15:24.142774   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "9750201800044f8bb0085e9f8b93363f"
format_stamp: "Formatted at 2026-06-30 12:15:24 on dist-test-slave-t06f"
I20260630 12:15:24.147617   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:24.150837 12283 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:24.151669   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:24.151984   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "9750201800044f8bb0085e9f8b93363f"
format_stamp: "Formatted at 2026-06-30 12:15:24 on dist-test-slave-t06f"
I20260630 12:15:24.152274   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:24.175364   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:24.176538   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:24.177954   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:24.180091   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:24.180351   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:24.180588   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:24.180757   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:24.218590   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35099
I20260630 12:15:24.218700 12345 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35099 every 8 connection(s)
I20260630 12:15:24.232007 12346 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39531
I20260630 12:15:24.232425 12346 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:24.233121 12346 heartbeater.cc:507] Master 127.0.107.254:39531 requested a full tablet report, sending...
I20260630 12:15:24.234951 12070 ts_manager.cc:194] Registered new tserver with Master: 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:24.235146   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013526095s
I20260630 12:15:24.236421 12070 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50070
I20260630 12:15:25.045517 12197 heartbeater.cc:499] Master 127.0.107.254:39531 was elected leader, sending a full tablet report...
I20260630 12:15:25.145072 12272 heartbeater.cc:499] Master 127.0.107.254:39531 was elected leader, sending a full tablet report...
I20260630 12:15:25.239189 12346 heartbeater.cc:499] Master 127.0.107.254:39531 was elected leader, sending a full tablet report...
I20260630 12:15:25.298162 12070 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50082:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:25.301041 12070 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:25.375263 12162 tablet_service.cc:1511] Processing CreateTablet for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:25.377097 12162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.379030 12161 tablet_service.cc:1511] Processing CreateTablet for tablet 96bc4da9eaa74f1280d2d0c3bdecfc0b (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:25.379738 12159 tablet_service.cc:1511] Processing CreateTablet for tablet 1e98160f09f14f33a395696b04eacd48 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:25.380542 12161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96bc4da9eaa74f1280d2d0c3bdecfc0b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.381225 12158 tablet_service.cc:1511] Processing CreateTablet for tablet cb0fa7c52cf746b0af66145d021fd2ec (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:25.382640 12158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb0fa7c52cf746b0af66145d021fd2ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.382362 12160 tablet_service.cc:1511] Processing CreateTablet for tablet 26594cfa94ef4c41afd84bd22709d8c4 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:25.383708 12160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26594cfa94ef4c41afd84bd22709d8c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.386463 12157 tablet_service.cc:1511] Processing CreateTablet for tablet d62809eea07242f9b0e5a6354f1d2941 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:25.394037 12159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e98160f09f14f33a395696b04eacd48. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.396276 12157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d62809eea07242f9b0e5a6354f1d2941. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.410297 12366 tablet_bootstrap.cc:492] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0: Bootstrap starting.
I20260630 12:15:25.417698 12237 tablet_service.cc:1511] Processing CreateTablet for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:25.419858 12236 tablet_service.cc:1511] Processing CreateTablet for tablet 96bc4da9eaa74f1280d2d0c3bdecfc0b (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:25.420938 12235 tablet_service.cc:1511] Processing CreateTablet for tablet 26594cfa94ef4c41afd84bd22709d8c4 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:25.421221 12233 tablet_service.cc:1511] Processing CreateTablet for tablet cb0fa7c52cf746b0af66145d021fd2ec (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:25.423602 12311 tablet_service.cc:1511] Processing CreateTablet for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:25.423714 12232 tablet_service.cc:1511] Processing CreateTablet for tablet d62809eea07242f9b0e5a6354f1d2941 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:25.424595 12306 tablet_service.cc:1511] Processing CreateTablet for tablet d62809eea07242f9b0e5a6354f1d2941 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:25.425084 12311 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.426009 12306 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d62809eea07242f9b0e5a6354f1d2941. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.426210 12310 tablet_service.cc:1511] Processing CreateTablet for tablet 96bc4da9eaa74f1280d2d0c3bdecfc0b (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:25.426812 12366 tablet_bootstrap.cc:654] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.427510 12310 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96bc4da9eaa74f1280d2d0c3bdecfc0b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.430974 12309 tablet_service.cc:1511] Processing CreateTablet for tablet 26594cfa94ef4c41afd84bd22709d8c4 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:25.432269 12309 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26594cfa94ef4c41afd84bd22709d8c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.419318 12237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.419313 12234 tablet_service.cc:1511] Processing CreateTablet for tablet 1e98160f09f14f33a395696b04eacd48 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:25.435153 12308 tablet_service.cc:1511] Processing CreateTablet for tablet 1e98160f09f14f33a395696b04eacd48 (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:25.435240 12236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96bc4da9eaa74f1280d2d0c3bdecfc0b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.436558 12308 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e98160f09f14f33a395696b04eacd48. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.436584 12234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e98160f09f14f33a395696b04eacd48. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.438095 12235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26594cfa94ef4c41afd84bd22709d8c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.438930 12307 tablet_service.cc:1511] Processing CreateTablet for tablet cb0fa7c52cf746b0af66145d021fd2ec (DEFAULT_TABLE table=test-workload [id=e9a59b88184341089932306931b10187]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:25.446000 12233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb0fa7c52cf746b0af66145d021fd2ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.450299 12307 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb0fa7c52cf746b0af66145d021fd2ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.450330 12232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d62809eea07242f9b0e5a6354f1d2941. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:25.496146 12366 tablet_bootstrap.cc:492] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0: No bootstrap required, opened a new log
I20260630 12:15:25.496748 12366 ts_tablet_manager.cc:1403] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0: Time spent bootstrapping tablet: real 0.087s	user 0.023s	sys 0.005s
I20260630 12:15:25.498322 12368 tablet_bootstrap.cc:492] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f: Bootstrap starting.
I20260630 12:15:25.500434 12366 raft_consensus.cc:359] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.501448 12366 raft_consensus.cc:385] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.501843 12366 raft_consensus.cc:740] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.502838 12366 consensus_queue.cc:260] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.518217 12368 tablet_bootstrap.cc:654] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.526944 12370 tablet_bootstrap.cc:492] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551: Bootstrap starting.
I20260630 12:15:25.528872 12366 ts_tablet_manager.cc:1434] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0: Time spent starting tablet: real 0.032s	user 0.010s	sys 0.020s
I20260630 12:15:25.529754 12368 tablet_bootstrap.cc:492] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f: No bootstrap required, opened a new log
I20260630 12:15:25.530059 12366 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0: Bootstrap starting.
I20260630 12:15:25.530361 12368 ts_tablet_manager.cc:1403] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.003s
I20260630 12:15:25.534077 12368 raft_consensus.cc:359] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.534987 12368 raft_consensus.cc:385] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.535387 12368 raft_consensus.cc:740] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9750201800044f8bb0085e9f8b93363f, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.536543 12368 consensus_queue.cc:260] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.538509 12366 tablet_bootstrap.cc:654] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.539073 12370 tablet_bootstrap.cc:654] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.548301 12368 ts_tablet_manager.cc:1434] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.008s
I20260630 12:15:25.557392 12368 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f: Bootstrap starting.
I20260630 12:15:25.570070 12370 tablet_bootstrap.cc:492] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551: No bootstrap required, opened a new log
I20260630 12:15:25.572503 12368 tablet_bootstrap.cc:654] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.572573 12370 ts_tablet_manager.cc:1403] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551: Time spent bootstrapping tablet: real 0.046s	user 0.026s	sys 0.013s
I20260630 12:15:25.577910 12370 raft_consensus.cc:359] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.579430 12370 raft_consensus.cc:385] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.580120 12370 raft_consensus.cc:740] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c673106b44649568aa0127e47619551, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.581637 12370 consensus_queue.cc:260] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.582862 12366 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0: No bootstrap required, opened a new log
I20260630 12:15:25.583825 12366 ts_tablet_manager.cc:1403] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0: Time spent bootstrapping tablet: real 0.054s	user 0.031s	sys 0.020s
I20260630 12:15:25.586107 12368 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f: No bootstrap required, opened a new log
I20260630 12:15:25.586869 12368 ts_tablet_manager.cc:1403] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f: Time spent bootstrapping tablet: real 0.031s	user 0.016s	sys 0.009s
I20260630 12:15:25.586908 12370 ts_tablet_manager.cc:1434] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:15:25.587343 12366 raft_consensus.cc:359] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.588207 12366 raft_consensus.cc:385] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.588464 12370 tablet_bootstrap.cc:492] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551: Bootstrap starting.
I20260630 12:15:25.588621 12366 raft_consensus.cc:740] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.590039 12366 consensus_queue.cc:260] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.592937 12366 ts_tablet_manager.cc:1434] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:15:25.594373 12366 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0: Bootstrap starting.
I20260630 12:15:25.598212 12370 tablet_bootstrap.cc:654] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.598937 12368 raft_consensus.cc:359] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.600023 12368 raft_consensus.cc:385] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.600446 12368 raft_consensus.cc:740] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9750201800044f8bb0085e9f8b93363f, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.601893 12368 consensus_queue.cc:260] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.604938 12366 tablet_bootstrap.cc:654] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.607949 12368 ts_tablet_manager.cc:1434] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260630 12:15:25.609961 12368 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f: Bootstrap starting.
I20260630 12:15:25.622355 12370 tablet_bootstrap.cc:492] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551: No bootstrap required, opened a new log
I20260630 12:15:25.623467 12370 ts_tablet_manager.cc:1403] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551: Time spent bootstrapping tablet: real 0.035s	user 0.027s	sys 0.004s
I20260630 12:15:25.624430 12368 tablet_bootstrap.cc:654] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f: Neither blocks nor log segments found. Creating new log.
W20260630 12:15:25.624505 12273 tablet.cc:2406] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:15:25.630041 12370 raft_consensus.cc:359] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.630817 12370 raft_consensus.cc:385] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.631140 12370 raft_consensus.cc:740] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c673106b44649568aa0127e47619551, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.632332 12370 consensus_queue.cc:260] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.633051 12366 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0: No bootstrap required, opened a new log
I20260630 12:15:25.633872 12366 ts_tablet_manager.cc:1403] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0: Time spent bootstrapping tablet: real 0.040s	user 0.029s	sys 0.009s
I20260630 12:15:25.637524 12370 ts_tablet_manager.cc:1434] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551: Time spent starting tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:15:25.637828 12366 raft_consensus.cc:359] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.638931 12368 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f: No bootstrap required, opened a new log
I20260630 12:15:25.639279 12370 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551: Bootstrap starting.
I20260630 12:15:25.639189 12366 raft_consensus.cc:385] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.639557 12368 ts_tablet_manager.cc:1403] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.007s
I20260630 12:15:25.639940 12366 raft_consensus.cc:740] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.641494 12366 consensus_queue.cc:260] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.645102 12366 ts_tablet_manager.cc:1434] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:15:25.647881 12366 tablet_bootstrap.cc:492] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0: Bootstrap starting.
I20260630 12:15:25.655476 12370 tablet_bootstrap.cc:654] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.656272 12366 tablet_bootstrap.cc:654] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.654565 12368 raft_consensus.cc:359] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.658090 12368 raft_consensus.cc:385] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.658560 12368 raft_consensus.cc:740] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9750201800044f8bb0085e9f8b93363f, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.659874 12368 consensus_queue.cc:260] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.662963 12368 ts_tablet_manager.cc:1434] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.000s
I20260630 12:15:25.664440 12368 tablet_bootstrap.cc:492] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f: Bootstrap starting.
I20260630 12:15:25.670694 12366 tablet_bootstrap.cc:492] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0: No bootstrap required, opened a new log
I20260630 12:15:25.670722 12370 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551: No bootstrap required, opened a new log
I20260630 12:15:25.671574 12366 ts_tablet_manager.cc:1403] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0: Time spent bootstrapping tablet: real 0.024s	user 0.017s	sys 0.007s
I20260630 12:15:25.671574 12370 ts_tablet_manager.cc:1403] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551: Time spent bootstrapping tablet: real 0.033s	user 0.023s	sys 0.006s
I20260630 12:15:25.672163 12368 tablet_bootstrap.cc:654] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.674891 12366 raft_consensus.cc:359] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.675108 12370 raft_consensus.cc:359] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.679795 12366 raft_consensus.cc:385] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.679872 12370 raft_consensus.cc:385] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.680214 12366 raft_consensus.cc:740] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.680256 12370 raft_consensus.cc:740] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c673106b44649568aa0127e47619551, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.681214 12366 consensus_queue.cc:260] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.681207 12370 consensus_queue.cc:260] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.683774 12366 ts_tablet_manager.cc:1434] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.003s
I20260630 12:15:25.683977 12370 ts_tablet_manager.cc:1434] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.001s
I20260630 12:15:25.684762 12366 tablet_bootstrap.cc:492] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0: Bootstrap starting.
I20260630 12:15:25.684919 12370 tablet_bootstrap.cc:492] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551: Bootstrap starting.
I20260630 12:15:25.691135 12370 tablet_bootstrap.cc:654] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.691457 12366 tablet_bootstrap.cc:654] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.702029 12368 tablet_bootstrap.cc:492] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f: No bootstrap required, opened a new log
I20260630 12:15:25.702490 12368 ts_tablet_manager.cc:1403] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f: Time spent bootstrapping tablet: real 0.039s	user 0.016s	sys 0.003s
I20260630 12:15:25.702914 12370 tablet_bootstrap.cc:492] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551: No bootstrap required, opened a new log
I20260630 12:15:25.703436 12366 tablet_bootstrap.cc:492] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0: No bootstrap required, opened a new log
I20260630 12:15:25.703436 12370 ts_tablet_manager.cc:1403] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.004s
I20260630 12:15:25.704133 12366 ts_tablet_manager.cc:1403] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.004s
I20260630 12:15:25.704677 12369 raft_consensus.cc:493] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.705199 12369 raft_consensus.cc:515] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.706671 12370 raft_consensus.cc:359] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.706991 12366 raft_consensus.cc:359] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.707443 12370 raft_consensus.cc:385] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.707540 12369 leader_election.cc:290] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c673106b44649568aa0127e47619551 (127.0.107.194:36331), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.707805 12370 raft_consensus.cc:740] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c673106b44649568aa0127e47619551, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.707695 12366 raft_consensus.cc:385] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.708375 12366 raft_consensus.cc:740] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.708738 12368 raft_consensus.cc:359] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.708876 12370 consensus_queue.cc:260] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.709092 12366 consensus_queue.cc:260] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.711407 12366 ts_tablet_manager.cc:1434] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:15:25.709779 12368 raft_consensus.cc:385] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.712541 12368 raft_consensus.cc:740] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9750201800044f8bb0085e9f8b93363f, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.713281 12370 ts_tablet_manager.cc:1434] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:15:25.713927 12366 tablet_bootstrap.cc:492] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0: Bootstrap starting.
I20260630 12:15:25.713424 12368 consensus_queue.cc:260] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.714354 12370 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551: Bootstrap starting.
I20260630 12:15:25.715854 12368 ts_tablet_manager.cc:1434] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260630 12:15:25.716986 12368 tablet_bootstrap.cc:492] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f: Bootstrap starting.
I20260630 12:15:25.721084 12370 tablet_bootstrap.cc:654] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.732416 12368 tablet_bootstrap.cc:654] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.732908 12370 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551: No bootstrap required, opened a new log
I20260630 12:15:25.732919 12366 tablet_bootstrap.cc:654] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.733615 12370 ts_tablet_manager.cc:1403] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.007s
I20260630 12:15:25.735994 12247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96bc4da9eaa74f1280d2d0c3bdecfc0b" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551" is_pre_election: true
I20260630 12:15:25.737252 12370 raft_consensus.cc:359] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.738248 12370 raft_consensus.cc:385] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.738615 12370 raft_consensus.cc:740] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c673106b44649568aa0127e47619551, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.739854 12370 consensus_queue.cc:260] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.742980 12370 ts_tablet_manager.cc:1434] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260630 12:15:25.743990 12370 tablet_bootstrap.cc:492] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551: Bootstrap starting.
I20260630 12:15:25.744740 12366 tablet_bootstrap.cc:492] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0: No bootstrap required, opened a new log
I20260630 12:15:25.744652 12372 raft_consensus.cc:493] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.745307 12372 raft_consensus.cc:515] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.751595 12370 tablet_bootstrap.cc:654] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:25.755389 12372 leader_election.cc:290] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 2c673106b44649568aa0127e47619551 (127.0.107.194:36331)
W20260630 12:15:25.762276 12135 leader_election.cc:343] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c673106b44649568aa0127e47619551 (127.0.107.194:36331): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:25.763228 12366 ts_tablet_manager.cc:1403] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0: Time spent bootstrapping tablet: real 0.050s	user 0.011s	sys 0.008s
I20260630 12:15:25.773150 12366 raft_consensus.cc:359] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.774194 12366 raft_consensus.cc:385] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.774565 12366 raft_consensus.cc:740] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.778662 12368 tablet_bootstrap.cc:492] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f: No bootstrap required, opened a new log
I20260630 12:15:25.779263 12368 ts_tablet_manager.cc:1403] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f: Time spent bootstrapping tablet: real 0.062s	user 0.012s	sys 0.031s
I20260630 12:15:25.782717 12368 raft_consensus.cc:359] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.783520 12368 raft_consensus.cc:385] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.783824 12368 raft_consensus.cc:740] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9750201800044f8bb0085e9f8b93363f, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.783772 12321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96bc4da9eaa74f1280d2d0c3bdecfc0b" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f" is_pre_election: true
I20260630 12:15:25.785115 12376 raft_consensus.cc:493] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.784472 12366 consensus_queue.cc:260] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.784844 12368 consensus_queue.cc:260] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.785568 12376 raft_consensus.cc:515] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.788121 12376 leader_election.cc:290] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.785899 12321 raft_consensus.cc:2468] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 0.
I20260630 12:15:25.793915 12135 leader_election.cc:304] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [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: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f; no voters: 2c673106b44649568aa0127e47619551
I20260630 12:15:25.795071 12369 raft_consensus.cc:2804] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:25.795455 12369 raft_consensus.cc:493] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:25.795817 12369 raft_consensus.cc:3060] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.797439 12366 ts_tablet_manager.cc:1434] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0: Time spent starting tablet: real 0.034s	user 0.008s	sys 0.000s
I20260630 12:15:25.806335 12372 raft_consensus.cc:493] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.806900 12372 raft_consensus.cc:515] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.807579 12321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f" is_pre_election: true
I20260630 12:15:25.808214 12321 raft_consensus.cc:2468] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c673106b44649568aa0127e47619551 in term 0.
I20260630 12:15:25.809000 12372 leader_election.cc:290] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 2c673106b44649568aa0127e47619551 (127.0.107.194:36331)
I20260630 12:15:25.809587 12210 leader_election.cc:304] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c673106b44649568aa0127e47619551, 9750201800044f8bb0085e9f8b93363f; no voters: 
I20260630 12:15:25.812188 12376 raft_consensus.cc:493] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.812685 12376 raft_consensus.cc:515] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.813819 12172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7e7076a0604d6dbc6a17e0ed713cb6" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0" is_pre_election: true
I20260630 12:15:25.814538 12172 raft_consensus.cc:2468] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9750201800044f8bb0085e9f8b93363f in term 0.
I20260630 12:15:25.815168 12376 leader_election.cc:290] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.815714 12376 raft_consensus.cc:2804] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:25.815819 12170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0" is_pre_election: true
I20260630 12:15:25.816223 12286 leader_election.cc:304] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f; no voters: 
I20260630 12:15:25.816625 12170 raft_consensus.cc:2468] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c673106b44649568aa0127e47619551 in term 0.
I20260630 12:15:25.818722 12369 raft_consensus.cc:515] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.819738 12370 tablet_bootstrap.cc:492] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551: No bootstrap required, opened a new log
I20260630 12:15:25.820181 12370 ts_tablet_manager.cc:1403] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551: Time spent bootstrapping tablet: real 0.076s	user 0.021s	sys 0.031s
I20260630 12:15:25.820051 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0" is_pre_election: true
I20260630 12:15:25.820741 12171 raft_consensus.cc:2468] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9750201800044f8bb0085e9f8b93363f in term 0.
I20260630 12:15:25.821023 12369 leader_election.cc:290] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 election: Requested vote from peers 2c673106b44649568aa0127e47619551 (127.0.107.194:36331), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.821810 12172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d62809eea07242f9b0e5a6354f1d2941" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0" is_pre_election: true
I20260630 12:15:25.822013 12321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96bc4da9eaa74f1280d2d0c3bdecfc0b" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f"
I20260630 12:15:25.822446 12247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96bc4da9eaa74f1280d2d0c3bdecfc0b" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551"
I20260630 12:15:25.822556 12321 raft_consensus.cc:3060] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.822616 12372 raft_consensus.cc:2804] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:25.823205 12372 raft_consensus.cc:493] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:25.823565 12372 raft_consensus.cc:3060] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.823350 12370 raft_consensus.cc:359] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.816090 12376 raft_consensus.cc:493] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:25.826274 12370 raft_consensus.cc:385] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.822454 12172 raft_consensus.cc:2468] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c673106b44649568aa0127e47619551 in term 0.
I20260630 12:15:25.826675 12370 raft_consensus.cc:740] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c673106b44649568aa0127e47619551, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.827656 12212 leader_election.cc:304] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0; no voters: 
I20260630 12:15:25.827469 12370 consensus_queue.cc:260] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
W20260630 12:15:25.825610 12135 leader_election.cc:343] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2c673106b44649568aa0127e47619551 (127.0.107.194:36331): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:25.824412 12286 leader_election.cc:304] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f; no voters: 
I20260630 12:15:25.826342 12376 raft_consensus.cc:3060] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.831593 12321 raft_consensus.cc:2468] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 1.
I20260630 12:15:25.832835 12135 leader_election.cc:304] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [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: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f; no voters: 2c673106b44649568aa0127e47619551
I20260630 12:15:25.833968 12369 raft_consensus.cc:2804] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:25.836304 12398 raft_consensus.cc:2804] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:25.836838 12398 raft_consensus.cc:493] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:25.837180 12398 raft_consensus.cc:3060] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:15:25.839593 12118 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:25.840345 12369 raft_consensus.cc:697] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Becoming Leader. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Running, Role: LEADER
I20260630 12:15:25.841531 12369 consensus_queue.cc:237] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.843341 12376 raft_consensus.cc:515] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.846764 12172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0"
I20260630 12:15:25.847577 12172 raft_consensus.cc:3060] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.851286 12399 raft_consensus.cc:493] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.852212 12376 leader_election.cc:290] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 election: Requested vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.851917 12399 raft_consensus.cc:515] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.835644 12372 raft_consensus.cc:515] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.852799 12376 raft_consensus.cc:2804] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:25.856178 12376 raft_consensus.cc:493] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:25.856549 12376 raft_consensus.cc:3060] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.858397 12247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e98160f09f14f33a395696b04eacd48" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551" is_pre_election: true
I20260630 12:15:25.858758 12370 ts_tablet_manager.cc:1434] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551: Time spent starting tablet: real 0.038s	user 0.015s	sys 0.015s
I20260630 12:15:25.859906 12247 raft_consensus.cc:2468] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 0.
I20260630 12:15:25.859066 12172 raft_consensus.cc:2468] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c673106b44649568aa0127e47619551 in term 1.
I20260630 12:15:25.861478 12135 leader_election.cc:304] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0; no voters: 
I20260630 12:15:25.861924 12212 leader_election.cc:304] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0; no voters: 
I20260630 12:15:25.863456 12372 leader_election.cc:290] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 election: Requested vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 2c673106b44649568aa0127e47619551 (127.0.107.194:36331)
I20260630 12:15:25.864454 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7e7076a0604d6dbc6a17e0ed713cb6" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0"
I20260630 12:15:25.865257 12171 raft_consensus.cc:3060] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.868111 12396 raft_consensus.cc:2804] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:25.868633 12396 raft_consensus.cc:697] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 1 LEADER]: Becoming Leader. State: Replica: 2c673106b44649568aa0127e47619551, State: Running, Role: LEADER
W20260630 12:15:25.870047 12210 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:35099, user_credentials={real_user=slave}} blocked reactor thread for 60760.4us
I20260630 12:15:25.872056 12321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d62809eea07242f9b0e5a6354f1d2941" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f" is_pre_election: true
I20260630 12:15:25.872777 12321 raft_consensus.cc:2468] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c673106b44649568aa0127e47619551 in term 0.
I20260630 12:15:25.873411 12320 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f"
I20260630 12:15:25.878175 12399 leader_election.cc:290] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c673106b44649568aa0127e47619551 (127.0.107.194:36331), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.878851 12399 raft_consensus.cc:2804] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:25.879257 12399 raft_consensus.cc:493] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:25.879680 12399 raft_consensus.cc:3060] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.859984 12401 raft_consensus.cc:493] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.882406 12397 raft_consensus.cc:493] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:25.881994 12401 raft_consensus.cc:515] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.869468 12396 consensus_queue.cc:237] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.883044 12397 raft_consensus.cc:515] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.887650 12376 raft_consensus.cc:515] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.889612 12247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7e7076a0604d6dbc6a17e0ed713cb6" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551" is_pre_election: true
I20260630 12:15:25.890527 12247 raft_consensus.cc:2468] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9750201800044f8bb0085e9f8b93363f in term 0.
I20260630 12:15:25.891067 12246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551" is_pre_election: true
I20260630 12:15:25.891641 12376 leader_election.cc:290] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 election: Requested vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.892364 12170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d62809eea07242f9b0e5a6354f1d2941" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0"
I20260630 12:15:25.892876 12246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7e7076a0604d6dbc6a17e0ed713cb6" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551"
I20260630 12:15:25.893007 12170 raft_consensus.cc:3060] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.893503 12246 raft_consensus.cc:3060] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.889825 12172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7e7076a0604d6dbc6a17e0ed713cb6" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0" is_pre_election: true
I20260630 12:15:25.895462 12401 leader_election.cc:290] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c673106b44649568aa0127e47619551 (127.0.107.194:36331), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.897691 12397 leader_election.cc:290] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.901216 12321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d62809eea07242f9b0e5a6354f1d2941" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f"
I20260630 12:15:25.901531 12319 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7e7076a0604d6dbc6a17e0ed713cb6" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f" is_pre_election: true
I20260630 12:15:25.902922 12319 raft_consensus.cc:2393] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2c673106b44649568aa0127e47619551 in current term 1: Already voted for candidate 9750201800044f8bb0085e9f8b93363f in this term.
I20260630 12:15:25.904563 12170 raft_consensus.cc:2468] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c673106b44649568aa0127e47619551 in term 1.
I20260630 12:15:25.904639 12321 raft_consensus.cc:3060] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.904965 12398 raft_consensus.cc:515] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.905997 12212 leader_election.cc:304] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0; no voters: 
I20260630 12:15:25.906406 12320 raft_consensus.cc:2393] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 2c673106b44649568aa0127e47619551 in current term 1: Already voted for candidate 9750201800044f8bb0085e9f8b93363f in this term.
I20260630 12:15:25.907150 12210 leader_election.cc:304] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [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: 2c673106b44649568aa0127e47619551; no voters: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f
I20260630 12:15:25.909080 12368 ts_tablet_manager.cc:1434] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f: Time spent starting tablet: real 0.130s	user 0.016s	sys 0.006s
I20260630 12:15:25.910434 12376 raft_consensus.cc:2804] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:25.912599 12376 raft_consensus.cc:697] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 1 LEADER]: Becoming Leader. State: Replica: 2c673106b44649568aa0127e47619551, State: Running, Role: LEADER
I20260630 12:15:25.917217 12376 consensus_queue.cc:237] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.918452 12321 raft_consensus.cc:2468] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c673106b44649568aa0127e47619551 in term 1.
I20260630 12:15:25.911342 12171 raft_consensus.cc:2468] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9750201800044f8bb0085e9f8b93363f in term 1.
I20260630 12:15:25.922122 12286 leader_election.cc:304] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f; no voters: 
W20260630 12:15:25.923592 12135 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:36331, user_credentials={real_user=slave}} blocked reactor thread for 58596.9us
I20260630 12:15:25.926975 12246 raft_consensus.cc:2468] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9750201800044f8bb0085e9f8b93363f in term 1.
I20260630 12:15:25.928777 12320 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26594cfa94ef4c41afd84bd22709d8c4" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f" is_pre_election: true
I20260630 12:15:25.929575 12320 raft_consensus.cc:2468] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 0.
I20260630 12:15:25.923403 12402 raft_consensus.cc:2804] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:25.933346 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0"
I20260630 12:15:25.933830 12135 leader_election.cc:304] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f; no voters: 
I20260630 12:15:25.933928 12402 raft_consensus.cc:697] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 1 LEADER]: Becoming Leader. State: Replica: 9750201800044f8bb0085e9f8b93363f, State: Running, Role: LEADER
I20260630 12:15:25.929498 12067 catalog_manager.cc:5697] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2c673106b44649568aa0127e47619551 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "2c673106b44649568aa0127e47619551" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:25.935429 12401 raft_consensus.cc:2804] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:25.935858 12401 raft_consensus.cc:493] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:25.936210 12401 raft_consensus.cc:3060] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.940016 12247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb0fa7c52cf746b0af66145d021fd2ec" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551"
I20260630 12:15:25.937337 12402 consensus_queue.cc:237] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } }
I20260630 12:15:25.932643 12368 tablet_bootstrap.cc:492] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f: Bootstrap starting.
I20260630 12:15:25.944561 12401 raft_consensus.cc:515] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.934396 12246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26594cfa94ef4c41afd84bd22709d8c4" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551" is_pre_election: true
I20260630 12:15:25.934491 12171 raft_consensus.cc:2393] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9750201800044f8bb0085e9f8b93363f in current term 1: Already voted for candidate 2c673106b44649568aa0127e47619551 in this term.
I20260630 12:15:25.946326 12246 raft_consensus.cc:2468] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 0.
I20260630 12:15:25.947506 12397 raft_consensus.cc:2749] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:25.947856 12286 leader_election.cc:304] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [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: 9750201800044f8bb0085e9f8b93363f; no voters: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0
I20260630 12:15:25.949041 12372 raft_consensus.cc:2749] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:25.949905 12398 leader_election.cc:290] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 election: Requested vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 2c673106b44649568aa0127e47619551 (127.0.107.194:36331)
I20260630 12:15:25.951321 12321 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e98160f09f14f33a395696b04eacd48" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f" is_pre_election: true
I20260630 12:15:25.951591 12368 tablet_bootstrap.cc:654] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f: Neither blocks nor log segments found. Creating new log.
W20260630 12:15:25.952767 12135 leader_election.cc:343] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:25.952564 12399 raft_consensus.cc:515] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.955230 12399 leader_election.cc:290] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 election: Requested vote from peers 2c673106b44649568aa0127e47619551 (127.0.107.194:36331), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.956909 12246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26594cfa94ef4c41afd84bd22709d8c4" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551"
I20260630 12:15:25.956997 12247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e98160f09f14f33a395696b04eacd48" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551"
I20260630 12:15:25.957930 12247 raft_consensus.cc:3060] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.957638 12246 raft_consensus.cc:3060] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.958909 12320 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e98160f09f14f33a395696b04eacd48" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f"
W20260630 12:15:25.960117 12135 leader_election.cc:343] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:25.965632 12070 catalog_manager.cc:5697] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f reported cstate change: term changed from 0 to 1, leader changed from <none> to 9750201800044f8bb0085e9f8b93363f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9750201800044f8bb0085e9f8b93363f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:25.966830 12246 raft_consensus.cc:2468] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 1.
I20260630 12:15:25.967183 12247 raft_consensus.cc:2468] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 1.
I20260630 12:15:25.968122 12135 leader_election.cc:304] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0; no voters: 
I20260630 12:15:25.969120 12135 leader_election.cc:304] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [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: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0; no voters: 9750201800044f8bb0085e9f8b93363f
I20260630 12:15:25.969954 12403 raft_consensus.cc:2804] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:25.970413 12403 raft_consensus.cc:697] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Becoming Leader. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Running, Role: LEADER
I20260630 12:15:25.970633 12401 leader_election.cc:290] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [CANDIDATE]: Term 1 election: Requested vote from peers 2c673106b44649568aa0127e47619551 (127.0.107.194:36331), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:25.971230 12401 raft_consensus.cc:2804] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:25.971756 12401 raft_consensus.cc:697] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Becoming Leader. State: Replica: 30dabb52063e4234870a66e0d961bed0, State: Running, Role: LEADER
I20260630 12:15:25.971267 12403 consensus_queue.cc:237] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.972538 12401 consensus_queue.cc:237] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.974789 12320 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26594cfa94ef4c41afd84bd22709d8c4" candidate_uuid: "30dabb52063e4234870a66e0d961bed0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f"
I20260630 12:15:25.975615 12320 raft_consensus.cc:3060] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:25.985484 12320 raft_consensus.cc:2468] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 30dabb52063e4234870a66e0d961bed0 in term 1.
I20260630 12:15:25.975034 12368 tablet_bootstrap.cc:492] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f: No bootstrap required, opened a new log
I20260630 12:15:25.986721 12368 ts_tablet_manager.cc:1403] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f: Time spent bootstrapping tablet: real 0.055s	user 0.010s	sys 0.002s
I20260630 12:15:25.990731 12368 raft_consensus.cc:359] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.991499 12368 raft_consensus.cc:385] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:25.991767 12368 raft_consensus.cc:740] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9750201800044f8bb0085e9f8b93363f, State: Initialized, Role: FOLLOWER
I20260630 12:15:25.992527 12368 consensus_queue.cc:260] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:25.994720 12368 ts_tablet_manager.cc:1434] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260630 12:15:25.994589 12068 catalog_manager.cc:5697] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 30dabb52063e4234870a66e0d961bed0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "30dabb52063e4234870a66e0d961bed0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:25.999740 12070 catalog_manager.cc:5697] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2c673106b44649568aa0127e47619551 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "2c673106b44649568aa0127e47619551" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:26.010196 12067 catalog_manager.cc:5697] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 30dabb52063e4234870a66e0d961bed0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "30dabb52063e4234870a66e0d961bed0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:26.011492 12067 catalog_manager.cc:5697] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 30dabb52063e4234870a66e0d961bed0 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "30dabb52063e4234870a66e0d961bed0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:26.117025 12402 raft_consensus.cc:493] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:26.117698 12402 raft_consensus.cc:515] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:26.121707 12246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e98160f09f14f33a395696b04eacd48" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c673106b44649568aa0127e47619551" is_pre_election: true
I20260630 12:15:26.122838 12246 raft_consensus.cc:2393] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9750201800044f8bb0085e9f8b93363f in current term 1: Already voted for candidate 30dabb52063e4234870a66e0d961bed0 in this term.
I20260630 12:15:26.121695 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e98160f09f14f33a395696b04eacd48" candidate_uuid: "9750201800044f8bb0085e9f8b93363f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0" is_pre_election: true
I20260630 12:15:26.128631 12286 leader_election.cc:304] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [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: 9750201800044f8bb0085e9f8b93363f; no voters: 2c673106b44649568aa0127e47619551, 30dabb52063e4234870a66e0d961bed0
I20260630 12:15:26.129501 12398 raft_consensus.cc:3060] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:26.131421 12402 leader_election.cc:290] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 2c673106b44649568aa0127e47619551 (127.0.107.194:36331)
I20260630 12:15:26.139446 12398 raft_consensus.cc:2749] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:26.258306 12397 raft_consensus.cc:493] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:26.258946 12397 raft_consensus.cc:515] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } }
I20260630 12:15:26.261109 12397 leader_election.cc:290] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211), 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:26.262151 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96bc4da9eaa74f1280d2d0c3bdecfc0b" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "30dabb52063e4234870a66e0d961bed0" is_pre_election: true
I20260630 12:15:26.262449 12320 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96bc4da9eaa74f1280d2d0c3bdecfc0b" candidate_uuid: "2c673106b44649568aa0127e47619551" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9750201800044f8bb0085e9f8b93363f" is_pre_election: true
I20260630 12:15:26.263402 12320 raft_consensus.cc:2393] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2c673106b44649568aa0127e47619551 in current term 1: Already voted for candidate 30dabb52063e4234870a66e0d961bed0 in this term.
I20260630 12:15:26.264330 12210 leader_election.cc:304] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [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: 2c673106b44649568aa0127e47619551; no voters: 30dabb52063e4234870a66e0d961bed0, 9750201800044f8bb0085e9f8b93363f
I20260630 12:15:26.264928 12397 raft_consensus.cc:3060] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:26.272604 12397 raft_consensus.cc:2749] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:26.317022 12320 raft_consensus.cc:1275] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:26.318652 12246 raft_consensus.cc:1275] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:26.319135 12401 consensus_queue.cc:1048] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:26.324538 12399 consensus_queue.cc:1048] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:26.333176 12247 raft_consensus.cc:1275] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:26.334457 12403 consensus_queue.cc:1048] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:26.337090 12320 raft_consensus.cc:1275] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:26.341008 12247 raft_consensus.cc:1275] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:26.343159 12401 consensus_queue.cc:1048] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:26.345005 12401 consensus_queue.cc:1048] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:26.366420 12397 consensus_queue.cc:1048] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:26.368074 12399 consensus_queue.cc:1048] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:26.374492 12398 consensus_queue.cc:1048] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [LEADER]: Connected to new peer: Peer: permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.016s
I20260630 12:15:26.397326 12397 consensus_queue.cc:1048] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [LEADER]: Connected to new peer: Peer: permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:26.439795 12172 raft_consensus.cc:1275] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Refusing update from remote peer 2c673106b44649568aa0127e47619551: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:26.446466 12376 consensus_queue.cc:1048] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [LEADER]: Connected to new peer: Peer: permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:26.421532 12404 consensus_queue.cc:1048] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.034s
I20260630 12:15:26.486624 12244 raft_consensus.cc:1275] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 9750201800044f8bb0085e9f8b93363f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:26.494405 12426 mvcc.cc:204] Tried to move back new op lower bound from 7302437791038697472 to 7302437789060833280. Current Snapshot: MvccSnapshot[applied={T|T < 7302437791038697472 or (T in {7302437791038697472})}]
I20260630 12:15:26.506217 12402 consensus_queue.cc:1048] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:27.347656   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:27.360272 12464 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:27.372995 12465 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:27.374080 12467 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:27.374833   431 server_base.cc:1061] running on GCE node
I20260630 12:15:27.376174   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:27.376438   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:27.376670   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821727376650 us; error 0 us; skew 500 ppm
I20260630 12:15:27.377256   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:27.379922   431 webserver.cc:533] Webserver started at http://127.0.107.196:39127/ using document root <none> and password file <none>
I20260630 12:15:27.380470   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:27.380698   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:27.381027   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:27.382296   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "0c9f36d27d7c4a149d2049c243490009"
format_stamp: "Formatted at 2026-06-30 12:15:27 on dist-test-slave-t06f"
I20260630 12:15:27.386960   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:27.390329 12472 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:27.391047   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:27.391422   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "0c9f36d27d7c4a149d2049c243490009"
format_stamp: "Formatted at 2026-06-30 12:15:27 on dist-test-slave-t06f"
I20260630 12:15:27.391726   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:27.405712   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:27.407038   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:27.408504   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:27.410914   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:27.411149   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:27.411430   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:27.411638   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:27.454242   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45781
I20260630 12:15:27.454358 12534 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45781 every 8 connection(s)
I20260630 12:15:27.468122 12535 heartbeater.cc:344] Connected to a master server at 127.0.107.254:39531
I20260630 12:15:27.468500 12535 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:27.469224 12535 heartbeater.cc:507] Master 127.0.107.254:39531 requested a full tablet report, sending...
I20260630 12:15:27.471118 12066 ts_manager.cc:194] Registered new tserver with Master: 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196:45781)
I20260630 12:15:27.472486 12066 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50084
I20260630 12:15:27.902792 12169 consensus_queue.cc:237] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [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: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:27.910362 12318 raft_consensus.cc:1275] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:15:27.910547 12247 raft_consensus.cc:1275] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:15:27.912063 12442 consensus_queue.cc:1048] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } 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:15:27.912981 12541 consensus_queue.cc:1048] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:15:27.919991 12541 raft_consensus.cc:2955] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
W20260630 12:15:27.926869 12135 consensus_peers.cc:597] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 -> Peer 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196:45781): Couldn't send request to peer 0c9f36d27d7c4a149d2049c243490009. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 26594cfa94ef4c41afd84bd22709d8c4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:27.927570 12318 raft_consensus.cc:2955] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:27.929164 12247 raft_consensus.cc:2955] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:27.936127 12070 catalog_manager.cc:5697] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 reported cstate change: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "30dabb52063e4234870a66e0d961bed0" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:27.955945 12318 consensus_queue.cc:237] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [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: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:27.969388 12169 raft_consensus.cc:1275] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Refusing update from remote peer 9750201800044f8bb0085e9f8b93363f: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:15:27.969388 12247 raft_consensus.cc:1275] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 9750201800044f8bb0085e9f8b93363f: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:15:27.971098 12550 consensus_queue.cc:1048] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [LEADER]: Connected to new peer: Peer: permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } 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:15:27.972023 12450 consensus_queue.cc:1048] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
W20260630 12:15:27.980892 12284 consensus_peers.cc:597] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f -> Peer 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196:45781): Couldn't send request to peer 0c9f36d27d7c4a149d2049c243490009. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2d7e7076a0604d6dbc6a17e0ed713cb6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:27.980074 12552 raft_consensus.cc:2955] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:27.981881 12169 raft_consensus.cc:2955] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:27.982762 12247 raft_consensus.cc:2955] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:27.995061 12068 catalog_manager.cc:5697] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 reported cstate change: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9750201800044f8bb0085e9f8b93363f" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:27.996748 12171 consensus_queue.cc:237] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [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: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } attrs { replace: true } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:28.003273 12318 raft_consensus.cc:1275] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
W20260630 12:15:28.003361 12135 consensus_peers.cc:597] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 -> Peer 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196:45781): Couldn't send request to peer 0c9f36d27d7c4a149d2049c243490009. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1e98160f09f14f33a395696b04eacd48. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:28.003568 12247 raft_consensus.cc:1275] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:15:28.004789 12442 consensus_queue.cc:1048] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } 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:15:28.005699 12541 consensus_queue.cc:1048] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:15:28.016798 12247 raft_consensus.cc:2955] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } attrs { replace: true } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.018110 12553 raft_consensus.cc:2955] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } attrs { replace: true } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.020046 12318 raft_consensus.cc:2955] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } attrs { replace: true } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.031839 12070 catalog_manager.cc:5697] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 reported cstate change: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "30dabb52063e4234870a66e0d961bed0" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } attrs { replace: true } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.035868 12171 consensus_queue.cc:237] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [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: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:28.043684 12247 raft_consensus.cc:1275] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
W20260630 12:15:28.044212 12135 consensus_peers.cc:597] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 -> Peer 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196:45781): Couldn't send request to peer 0c9f36d27d7c4a149d2049c243490009. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 96bc4da9eaa74f1280d2d0c3bdecfc0b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:28.045222 12442 consensus_queue.cc:1048] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } 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:15:28.046397 12318 raft_consensus.cc:1275] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Refusing update from remote peer 30dabb52063e4234870a66e0d961bed0: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:15:28.047902 12442 consensus_queue.cc:1048] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:15:28.054397 12247 raft_consensus.cc:2955] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.056301 12318 raft_consensus.cc:2955] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.052595 12544 raft_consensus.cc:2955] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.067198 12068 catalog_manager.cc:5697] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f reported cstate change: config changed from index -1 to 12, NON_VOTER 0c9f36d27d7c4a149d2049c243490009 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "30dabb52063e4234870a66e0d961bed0" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } } }
I20260630 12:15:28.415637 12554 ts_tablet_manager.cc:933] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: Initiating tablet copy from peer 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211)
I20260630 12:15:28.417732 12554 tablet_copy_client.cc:323] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:35211
I20260630 12:15:28.429476 12182 tablet_copy_service.cc:140] P 30dabb52063e4234870a66e0d961bed0: Received BeginTabletCopySession request for tablet 26594cfa94ef4c41afd84bd22709d8c4 from peer 0c9f36d27d7c4a149d2049c243490009 ({username='slave'} at 127.0.0.1:53490)
I20260630 12:15:28.430152 12182 tablet_copy_service.cc:161] P 30dabb52063e4234870a66e0d961bed0: Beginning new tablet copy session on tablet 26594cfa94ef4c41afd84bd22709d8c4 from peer 0c9f36d27d7c4a149d2049c243490009 at {username='slave'} at 127.0.0.1:53490: session id = 0c9f36d27d7c4a149d2049c243490009-26594cfa94ef4c41afd84bd22709d8c4
I20260630 12:15:28.439245 12182 tablet_copy_source_session.cc:215] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:28.442687 12554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26594cfa94ef4c41afd84bd22709d8c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:28.455574 12554 tablet_copy_client.cc:806] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:28.456183 12554 tablet_copy_client.cc:670] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:28.460217 12554 tablet_copy_client.cc:538] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:28.467006 12554 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: Bootstrap starting.
I20260630 12:15:28.472559 12558 ts_tablet_manager.cc:933] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 0c9f36d27d7c4a149d2049c243490009: Initiating tablet copy from peer 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211)
I20260630 12:15:28.475438 12535 heartbeater.cc:499] Master 127.0.107.254:39531 was elected leader, sending a full tablet report...
I20260630 12:15:28.486505 12558 tablet_copy_client.cc:323] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:35211
I20260630 12:15:28.486949   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:28.501972   431 tablet_copy_service.cc:362] P 30dabb52063e4234870a66e0d961bed0: Destroying tablet copy session 0c9f36d27d7c4a149d2049c243490009-26594cfa94ef4c41afd84bd22709d8c4 due to service shutdown
I20260630 12:15:28.502317   431 tablet_copy_service.cc:434] P 30dabb52063e4234870a66e0d961bed0: ending tablet copy session 0c9f36d27d7c4a149d2049c243490009-26594cfa94ef4c41afd84bd22709d8c4 on tablet 26594cfa94ef4c41afd84bd22709d8c4 with peer 0c9f36d27d7c4a149d2049c243490009
I20260630 12:15:28.532415   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:28.534438   431 tablet_replica.cc:333] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0: stopping tablet replica
I20260630 12:15:28.535495   431 raft_consensus.cc:2243] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.536449   431 raft_consensus.cc:2272] T cb0fa7c52cf746b0af66145d021fd2ec P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.540266   431 tablet_replica.cc:333] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0: stopping tablet replica
I20260630 12:15:28.541134   431 raft_consensus.cc:2243] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:28.542531   431 raft_consensus.cc:2272] T 26594cfa94ef4c41afd84bd22709d8c4 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.547643   431 tablet_replica.cc:333] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0: stopping tablet replica
I20260630 12:15:28.548707   431 raft_consensus.cc:2243] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.549424   431 raft_consensus.cc:2272] T d62809eea07242f9b0e5a6354f1d2941 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.552340   431 tablet_replica.cc:333] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0: stopping tablet replica
I20260630 12:15:28.553082   431 raft_consensus.cc:2243] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:28.555023   431 raft_consensus.cc:2272] T 1e98160f09f14f33a395696b04eacd48 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.559864   431 tablet_replica.cc:333] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0: stopping tablet replica
I20260630 12:15:28.560755   431 raft_consensus.cc:2243] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.561691   431 raft_consensus.cc:2272] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.563938 12561 ts_tablet_manager.cc:933] T 1e98160f09f14f33a395696b04eacd48 P 0c9f36d27d7c4a149d2049c243490009: Initiating tablet copy from peer 30dabb52063e4234870a66e0d961bed0 (127.0.107.193:35211)
I20260630 12:15:28.565990   431 tablet_replica.cc:333] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0: stopping tablet replica
I20260630 12:15:28.567065   431 raft_consensus.cc:2243] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:28.568398 12562 ts_tablet_manager.cc:933] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: Initiating tablet copy from peer 9750201800044f8bb0085e9f8b93363f (127.0.107.195:35099)
I20260630 12:15:28.570111 12561 tablet_copy_client.cc:323] T 1e98160f09f14f33a395696b04eacd48 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:35211
I20260630 12:15:28.570168   431 raft_consensus.cc:2272] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 30dabb52063e4234870a66e0d961bed0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.573491 12554 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: Bootstrap replayed 1/1 log segments. Stats: ops{read=12 overwritten=0 applied=12 ignored=0} inserts{seen=78 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:28.574503 12554 tablet_bootstrap.cc:492] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: Bootstrap complete.
I20260630 12:15:28.575155 12554 ts_tablet_manager.cc:1403] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: Time spent bootstrapping tablet: real 0.108s	user 0.083s	sys 0.015s
I20260630 12:15:28.577693 12554 raft_consensus.cc:359] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:28.578503 12554 raft_consensus.cc:740] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0c9f36d27d7c4a149d2049c243490009, State: Initialized, Role: LEARNER
I20260630 12:15:28.580164 12554 consensus_queue.cc:260] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 12, Last appended: 1.12, Last appended by leader: 12, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:28.582473 12562 tablet_copy_client.cc:323] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35099
W20260630 12:15:28.588871 12135 proxy.cc:239] Call had error, refreshing address and retrying: Service unavailable: reactor is shutting down (error 108) [suppressed 2 similar messages]
I20260630 12:15:28.595112 12554 ts_tablet_manager.cc:1434] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: Time spent starting tablet: real 0.020s	user 0.004s	sys 0.013s
W20260630 12:15:28.612851 12475 connection.cc:573] client connection to 127.0.107.193:35211 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
I20260630 12:15:28.613274 12331 tablet_copy_service.cc:140] P 9750201800044f8bb0085e9f8b93363f: Received BeginTabletCopySession request for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6 from peer 0c9f36d27d7c4a149d2049c243490009 ({username='slave'} at 127.0.0.1:43468)
W20260630 12:15:28.613701 12554 tablet_copy_client.cc:1131] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: recv error from unknown peer: Transport endpoint is not connected (error 107)
I20260630 12:15:28.613989 12331 tablet_copy_service.cc:161] P 9750201800044f8bb0085e9f8b93363f: Beginning new tablet copy session on tablet 2d7e7076a0604d6dbc6a17e0ed713cb6 from peer 0c9f36d27d7c4a149d2049c243490009 at {username='slave'} at 127.0.0.1:43468: session id = 0c9f36d27d7c4a149d2049c243490009-2d7e7076a0604d6dbc6a17e0ed713cb6
I20260630 12:15:28.618163   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:15:28.623294 12473 connection.cc:466] server connection from 127.0.0.1:56204 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:56204 (request call id 5) could send its response
I20260630 12:15:28.625594 12331 tablet_copy_source_session.cc:215] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f: Tablet Copy: opened 0 blocks and 1 log segments
W20260630 12:15:28.627863 12473 connection.cc:466] server connection from 127.0.0.1:56204 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:56204 (request call id 4) could send its response
I20260630 12:15:28.630105 12562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d7e7076a0604d6dbc6a17e0ed713cb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:28.642824 12562 tablet_copy_client.cc:806] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:28.643435 12562 tablet_copy_client.cc:670] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:28.647121 12562 tablet_copy_client.cc:538] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:28.648612   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:28.658141 12562 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: Bootstrap starting.
I20260630 12:15:28.690781   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:28.691627   431 tablet_replica.cc:333] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551: stopping tablet replica
I20260630 12:15:28.692312   431 raft_consensus.cc:2243] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.692881   431 raft_consensus.cc:2272] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.696018   431 tablet_replica.cc:333] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551: stopping tablet replica
I20260630 12:15:28.696604   431 raft_consensus.cc:2243] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.697139   431 raft_consensus.cc:2272] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.700459   431 tablet_replica.cc:333] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551: stopping tablet replica
I20260630 12:15:28.701010   431 raft_consensus.cc:2243] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:28.701860   431 raft_consensus.cc:2272] T d62809eea07242f9b0e5a6354f1d2941 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.703878   431 tablet_replica.cc:333] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551: stopping tablet replica
I20260630 12:15:28.704423   431 raft_consensus.cc:2243] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.704862   431 raft_consensus.cc:2272] T 26594cfa94ef4c41afd84bd22709d8c4 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.707216   431 tablet_replica.cc:333] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551: stopping tablet replica
I20260630 12:15:28.707741   431 raft_consensus.cc:2243] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:28.708467   431 raft_consensus.cc:2272] T cb0fa7c52cf746b0af66145d021fd2ec P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.710685   431 tablet_replica.cc:333] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551: stopping tablet replica
I20260630 12:15:28.711156   431 raft_consensus.cc:2243] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.711676   431 raft_consensus.cc:2272] T 1e98160f09f14f33a395696b04eacd48 P 2c673106b44649568aa0127e47619551 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.727649   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:28.744645   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:28.757114 12562 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: Bootstrap replayed 1/1 log segments. Stats: ops{read=12 overwritten=0 applied=12 ignored=0} inserts{seen=91 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:28.758183 12562 tablet_bootstrap.cc:492] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: Bootstrap complete.
I20260630 12:15:28.758999 12562 ts_tablet_manager.cc:1403] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: Time spent bootstrapping tablet: real 0.101s	user 0.069s	sys 0.029s
I20260630 12:15:28.761960 12562 raft_consensus.cc:359] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:28.762784 12562 raft_consensus.cc:740] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0c9f36d27d7c4a149d2049c243490009, State: Initialized, Role: LEARNER
I20260630 12:15:28.763393 12562 consensus_queue.cc:260] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 12, Last appended: 1.12, Last appended by leader: 12, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "30dabb52063e4234870a66e0d961bed0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35211 } attrs { replace: true } } peers { permanent_uuid: "9750201800044f8bb0085e9f8b93363f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35099 } } peers { permanent_uuid: "2c673106b44649568aa0127e47619551" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36331 } } peers { permanent_uuid: "0c9f36d27d7c4a149d2049c243490009" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45781 } attrs { promote: true } }
I20260630 12:15:28.765121   431 tablet_copy_service.cc:362] P 9750201800044f8bb0085e9f8b93363f: Destroying tablet copy session 0c9f36d27d7c4a149d2049c243490009-2d7e7076a0604d6dbc6a17e0ed713cb6 due to service shutdown
I20260630 12:15:28.765453 12562 ts_tablet_manager.cc:1434] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:15:28.765548   431 tablet_copy_service.cc:434] P 9750201800044f8bb0085e9f8b93363f: ending tablet copy session 0c9f36d27d7c4a149d2049c243490009-2d7e7076a0604d6dbc6a17e0ed713cb6 on tablet 2d7e7076a0604d6dbc6a17e0ed713cb6 with peer 0c9f36d27d7c4a149d2049c243490009
I20260630 12:15:28.795912   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:28.796679   431 tablet_replica.cc:333] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f: stopping tablet replica
I20260630 12:15:28.797473   431 raft_consensus.cc:2243] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.798205   431 raft_consensus.cc:2272] T 1e98160f09f14f33a395696b04eacd48 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.801280   431 tablet_replica.cc:333] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f: stopping tablet replica
I20260630 12:15:28.802024   431 raft_consensus.cc:2243] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.802629   431 raft_consensus.cc:2272] T 96bc4da9eaa74f1280d2d0c3bdecfc0b P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.805704   431 tablet_replica.cc:333] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f: stopping tablet replica
I20260630 12:15:28.806474   431 raft_consensus.cc:2243] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:28.807741   431 raft_consensus.cc:2272] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.810611   431 tablet_replica.cc:333] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f: stopping tablet replica
I20260630 12:15:28.811302   431 raft_consensus.cc:2243] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.811815   431 raft_consensus.cc:2272] T cb0fa7c52cf746b0af66145d021fd2ec P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.814383   431 tablet_replica.cc:333] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f: stopping tablet replica
I20260630 12:15:28.815016   431 raft_consensus.cc:2243] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.815608   431 raft_consensus.cc:2272] T 26594cfa94ef4c41afd84bd22709d8c4 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.818914   431 tablet_replica.cc:333] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f: stopping tablet replica
I20260630 12:15:28.819573   431 raft_consensus.cc:2243] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:28.820156   431 raft_consensus.cc:2272] T d62809eea07242f9b0e5a6354f1d2941 P 9750201800044f8bb0085e9f8b93363f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.851127   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:28.869959   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
W20260630 12:15:28.871392 12562 tablet_copy_client.cc:1131] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:35099: connect: Connection refused (error 111)
I20260630 12:15:28.896274   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:28.897560   431 tablet_replica.cc:333] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009: stopping tablet replica
I20260630 12:15:28.898402   431 raft_consensus.cc:2243] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:28.898891   431 raft_consensus.cc:2272] T 2d7e7076a0604d6dbc6a17e0ed713cb6 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:28.901859   431 tablet_replica.cc:333] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009: stopping tablet replica
I20260630 12:15:28.902477   431 raft_consensus.cc:2243] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:28.902917   431 raft_consensus.cc:2272] T 26594cfa94ef4c41afd84bd22709d8c4 P 0c9f36d27d7c4a149d2049c243490009 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:28.926285   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:28.938416   431 master.cc:562] Master@127.0.107.254:39531 shutting down...
W20260630 12:15:28.969718 12118 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:28.970950   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:28.971400   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:28.971663   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e4de5358852642e68e10e127f738d660: stopping tablet replica
I20260630 12:15:28.990964   431 master.cc:584] Master@127.0.107.254:39531 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (5332 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:15:29.037081   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40593
I20260630 12:15:29.038254   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:29.043088 12569 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.043318 12570 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.044559 12572 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:29.045163   431 server_base.cc:1061] running on GCE node
I20260630 12:15:29.045971   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:29.046136   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:29.046252   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821729046241 us; error 0 us; skew 500 ppm
I20260630 12:15:29.046641   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:29.048628   431 webserver.cc:533] Webserver started at http://127.0.107.254:33757/ using document root <none> and password file <none>
I20260630 12:15:29.049026   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:29.049168   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:29.049372   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:29.050452   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/master-0-root/instance:
uuid: "3a501a6140a04bc6b8a26080cda065ea"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.054466   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:15:29.057322 12577 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.058187   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:29.058426   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/master-0-root
uuid: "3a501a6140a04bc6b8a26080cda065ea"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.058645   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:29.082546   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:29.083595   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:29.119485   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40593
I20260630 12:15:29.119606 12628 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40593 every 8 connection(s)
I20260630 12:15:29.123298 12629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:29.133432 12629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea: Bootstrap starting.
I20260630 12:15:29.137884 12629 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:29.141861 12629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea: No bootstrap required, opened a new log
I20260630 12:15:29.143810 12629 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3a501a6140a04bc6b8a26080cda065ea" member_type: VOTER }
I20260630 12:15:29.144188 12629 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:29.144359 12629 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a501a6140a04bc6b8a26080cda065ea, State: Initialized, Role: FOLLOWER
I20260630 12:15:29.144963 12629 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3a501a6140a04bc6b8a26080cda065ea" member_type: VOTER }
I20260630 12:15:29.145358 12629 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:29.145537 12629 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:29.145754 12629 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:29.150236 12629 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3a501a6140a04bc6b8a26080cda065ea" member_type: VOTER }
I20260630 12:15:29.150686 12629 leader_election.cc:304] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [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: 3a501a6140a04bc6b8a26080cda065ea; no voters: 
I20260630 12:15:29.151727 12629 leader_election.cc:290] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:29.152048 12632 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:29.153366 12632 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 1 LEADER]: Becoming Leader. State: Replica: 3a501a6140a04bc6b8a26080cda065ea, State: Running, Role: LEADER
I20260630 12:15:29.154011 12632 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [LEADER]: Queue going to LEADER mode. State: All 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: "3a501a6140a04bc6b8a26080cda065ea" member_type: VOTER }
I20260630 12:15:29.154599 12629 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:29.159096 12634 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a501a6140a04bc6b8a26080cda065ea. Latest consensus state: current_term: 1 leader_uuid: "3a501a6140a04bc6b8a26080cda065ea" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3a501a6140a04bc6b8a26080cda065ea" member_type: VOTER } }
I20260630 12:15:29.159795 12634 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:29.159921 12633 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3a501a6140a04bc6b8a26080cda065ea" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3a501a6140a04bc6b8a26080cda065ea" member_type: VOTER } }
I20260630 12:15:29.160645 12633 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:29.162351 12640 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:29.167349 12640 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:29.170560   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:29.175963 12640 catalog_manager.cc:1383] Generated new cluster ID: e835160cca53459d8cdc9c96e1c19dc1
I20260630 12:15:29.176249 12640 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:29.214917 12640 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:29.216167 12640 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:29.228127 12640 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea: Generated new TSK 0
I20260630 12:15:29.228726 12640 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:29.237213   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:29.242705 12650 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.243963 12651 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.247120 12653 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:29.247624   431 server_base.cc:1061] running on GCE node
I20260630 12:15:29.248483   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:29.248687   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:29.248867   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821729248834 us; error 0 us; skew 500 ppm
I20260630 12:15:29.249349   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:29.251569   431 webserver.cc:533] Webserver started at http://127.0.107.193:46491/ using document root <none> and password file <none>
I20260630 12:15:29.252100   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:29.252262   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:29.252568   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:29.253592   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-0-root/instance:
uuid: "bfb157434b854a0484a811c8e6f55b42"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.257841   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:15:29.260890 12658 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.261610   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:29.261962   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-0-root
uuid: "bfb157434b854a0484a811c8e6f55b42"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.262218   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:29.292610   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:29.293617   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:29.294992   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:29.297176   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:29.297394   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.297641   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:29.297839   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:15:29.333356   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43301
I20260630 12:15:29.333457 12720 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43301 every 8 connection(s)
I20260630 12:15:29.338229   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:29.345181 12725 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.349444 12726 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.350256 12728 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:29.350773   431 server_base.cc:1061] running on GCE node
I20260630 12:15:29.351466 12721 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40593
I20260630 12:15:29.351898 12721 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:29.352864 12721 heartbeater.cc:507] Master 127.0.107.254:40593 requested a full tablet report, sending...
I20260630 12:15:29.352988   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:29.353291   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:29.353483   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821729353467 us; error 0 us; skew 500 ppm
I20260630 12:15:29.354174   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:29.355234 12594 ts_manager.cc:194] Registered new tserver with Master: bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301)
I20260630 12:15:29.356807   431 webserver.cc:533] Webserver started at http://127.0.107.194:39413/ using document root <none> and password file <none>
I20260630 12:15:29.357357 12594 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42610
I20260630 12:15:29.357354   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:29.357918   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:29.358189   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:29.359328   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-1-root/instance:
uuid: "a6aafc764ce64a3a8d93f231a4f111a0"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.372397   431 fs_manager.cc:696] Time spent creating directory manager: real 0.012s	user 0.009s	sys 0.005s
I20260630 12:15:29.375978 12733 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.376767   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:29.377058   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-1-root
uuid: "a6aafc764ce64a3a8d93f231a4f111a0"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.377337   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:29.408272   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:29.409318   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:29.410694   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:29.412889   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:29.413112   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.413354   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:29.413525   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.450589   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35877
I20260630 12:15:29.450708 12795 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35877 every 8 connection(s)
I20260630 12:15:29.455368   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:29.462648 12799 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:29.464135 12800 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:29.465955   431 server_base.cc:1061] running on GCE node
W20260630 12:15:29.467279 12802 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:29.468307 12796 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40593
I20260630 12:15:29.468369   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:29.468735   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:29.468789 12796 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:29.468940   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821729468923 us; error 0 us; skew 500 ppm
I20260630 12:15:29.469614   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:29.469709 12796 heartbeater.cc:507] Master 127.0.107.254:40593 requested a full tablet report, sending...
I20260630 12:15:29.472353 12594 ts_manager.cc:194] Registered new tserver with Master: a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877)
I20260630 12:15:29.472775   431 webserver.cc:533] Webserver started at http://127.0.107.195:46271/ using document root <none> and password file <none>
I20260630 12:15:29.473433   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:29.473693   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:29.474025   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:29.474301 12594 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42626
I20260630 12:15:29.475582   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-2-root/instance:
uuid: "a0b3ba748d934cfca917b93975970bf8"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.480286   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:15:29.483438 12807 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.484223   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:29.484522   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-2-root
uuid: "a0b3ba748d934cfca917b93975970bf8"
format_stamp: "Formatted at 2026-06-30 12:15:29 on dist-test-slave-t06f"
I20260630 12:15:29.484808   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:29.508579   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:29.509748   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:29.511140   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:29.513391   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:29.513612   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.513870   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:29.514040   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:29.551285   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45139
I20260630 12:15:29.551378 12869 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45139 every 8 connection(s)
I20260630 12:15:29.564700 12870 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40593
I20260630 12:15:29.565122 12870 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:29.565951 12870 heartbeater.cc:507] Master 127.0.107.254:40593 requested a full tablet report, sending...
I20260630 12:15:29.567850 12594 ts_manager.cc:194] Registered new tserver with Master: a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:29.567936   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013614534s
I20260630 12:15:29.569228 12594 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42638
I20260630 12:15:30.360059 12721 heartbeater.cc:499] Master 127.0.107.254:40593 was elected leader, sending a full tablet report...
I20260630 12:15:30.477245 12796 heartbeater.cc:499] Master 127.0.107.254:40593 was elected leader, sending a full tablet report...
I20260630 12:15:30.571895 12870 heartbeater.cc:499] Master 127.0.107.254:40593 was elected leader, sending a full tablet report...
I20260630 12:15:30.627737 12594 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42646:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:30.630076 12594 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:30.690104 12761 tablet_service.cc:1511] Processing CreateTablet for tablet aca09cf3838849279b7c068daa2a5f7a (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:30.691470 12761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aca09cf3838849279b7c068daa2a5f7a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.695698 12759 tablet_service.cc:1511] Processing CreateTablet for tablet 3bcbe3122d4846a1a1f6da10ad2fb199 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:30.697167 12759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bcbe3122d4846a1a1f6da10ad2fb199. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.698246 12760 tablet_service.cc:1511] Processing CreateTablet for tablet cc3d59e8b4b64c77916943c5fdca97ef (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:30.699599 12760 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc3d59e8b4b64c77916943c5fdca97ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.700497 12758 tablet_service.cc:1511] Processing CreateTablet for tablet 42d2907112ba4fe5a119b5baef87fdd8 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:30.701823 12758 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42d2907112ba4fe5a119b5baef87fdd8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.704002 12686 tablet_service.cc:1511] Processing CreateTablet for tablet aca09cf3838849279b7c068daa2a5f7a (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:30.705304 12686 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aca09cf3838849279b7c068daa2a5f7a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.706688 12685 tablet_service.cc:1511] Processing CreateTablet for tablet cc3d59e8b4b64c77916943c5fdca97ef (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:30.707945 12685 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc3d59e8b4b64c77916943c5fdca97ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.709204 12683 tablet_service.cc:1511] Processing CreateTablet for tablet 42d2907112ba4fe5a119b5baef87fdd8 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:30.710503 12683 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42d2907112ba4fe5a119b5baef87fdd8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.712491 12682 tablet_service.cc:1511] Processing CreateTablet for tablet 21763d222c1440068c3f0ea6fec67474 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:30.713464 12835 tablet_service.cc:1511] Processing CreateTablet for tablet aca09cf3838849279b7c068daa2a5f7a (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:30.713845 12682 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21763d222c1440068c3f0ea6fec67474. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.714789 12835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aca09cf3838849279b7c068daa2a5f7a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.714782 12684 tablet_service.cc:1511] Processing CreateTablet for tablet 3bcbe3122d4846a1a1f6da10ad2fb199 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:30.716212 12684 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bcbe3122d4846a1a1f6da10ad2fb199. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.718468 12834 tablet_service.cc:1511] Processing CreateTablet for tablet cc3d59e8b4b64c77916943c5fdca97ef (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:30.718521 12757 tablet_service.cc:1511] Processing CreateTablet for tablet 21763d222c1440068c3f0ea6fec67474 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:30.719556 12832 tablet_service.cc:1511] Processing CreateTablet for tablet 42d2907112ba4fe5a119b5baef87fdd8 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:30.721177 12756 tablet_service.cc:1511] Processing CreateTablet for tablet 9616fcf5e9c0443ead41bec641b27263 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:30.722452 12756 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9616fcf5e9c0443ead41bec641b27263. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.722097 12833 tablet_service.cc:1511] Processing CreateTablet for tablet 3bcbe3122d4846a1a1f6da10ad2fb199 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:30.719983 12834 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc3d59e8b4b64c77916943c5fdca97ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.722929 12831 tablet_service.cc:1511] Processing CreateTablet for tablet 21763d222c1440068c3f0ea6fec67474 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:30.724364 12831 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21763d222c1440068c3f0ea6fec67474. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.730003 12832 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42d2907112ba4fe5a119b5baef87fdd8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.733975 12833 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bcbe3122d4846a1a1f6da10ad2fb199. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.756376 12681 tablet_service.cc:1511] Processing CreateTablet for tablet 9616fcf5e9c0443ead41bec641b27263 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:30.758296 12681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9616fcf5e9c0443ead41bec641b27263. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.766140 12757 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21763d222c1440068c3f0ea6fec67474. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.766824 12830 tablet_service.cc:1511] Processing CreateTablet for tablet 9616fcf5e9c0443ead41bec641b27263 (DEFAULT_TABLE table=test-workload [id=2f5671d6daf244b5a4e9e8708553a3aa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:30.768676 12830 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9616fcf5e9c0443ead41bec641b27263. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:30.773037 12891 tablet_bootstrap.cc:492] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0: Bootstrap starting.
I20260630 12:15:30.775687 12892 tablet_bootstrap.cc:492] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42: Bootstrap starting.
I20260630 12:15:30.784618 12892 tablet_bootstrap.cc:654] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.787839 12891 tablet_bootstrap.cc:654] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.847177 12890 tablet_bootstrap.cc:492] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8: Bootstrap starting.
I20260630 12:15:30.848110 12891 tablet_bootstrap.cc:492] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0: No bootstrap required, opened a new log
I20260630 12:15:30.848649 12891 ts_tablet_manager.cc:1403] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent bootstrapping tablet: real 0.076s	user 0.000s	sys 0.025s
I20260630 12:15:30.851455 12891 raft_consensus.cc:359] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.852185 12891 raft_consensus.cc:385] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.852468 12891 raft_consensus.cc:740] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.853363 12891 consensus_queue.cc:260] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.853978 12892 tablet_bootstrap.cc:492] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42: No bootstrap required, opened a new log
I20260630 12:15:30.854539 12892 ts_tablet_manager.cc:1403] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42: Time spent bootstrapping tablet: real 0.079s	user 0.020s	sys 0.018s
I20260630 12:15:30.855172 12890 tablet_bootstrap.cc:654] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.857398 12892 raft_consensus.cc:359] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.858152 12892 raft_consensus.cc:385] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.858471 12892 raft_consensus.cc:740] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfb157434b854a0484a811c8e6f55b42, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.859239 12892 consensus_queue.cc:260] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.865724 12891 ts_tablet_manager.cc:1434] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent starting tablet: real 0.017s	user 0.014s	sys 0.002s
I20260630 12:15:30.866619 12890 tablet_bootstrap.cc:492] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8: No bootstrap required, opened a new log
I20260630 12:15:30.866850 12891 tablet_bootstrap.cc:492] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0: Bootstrap starting.
I20260630 12:15:30.867374 12890 ts_tablet_manager.cc:1403] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.010s
I20260630 12:15:30.871009 12890 raft_consensus.cc:359] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.872014 12890 raft_consensus.cc:385] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.872445 12890 raft_consensus.cc:740] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0b3ba748d934cfca917b93975970bf8, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.873057 12891 tablet_bootstrap.cc:654] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.875001 12892 ts_tablet_manager.cc:1434] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.008s
I20260630 12:15:30.876057 12892 tablet_bootstrap.cc:492] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42: Bootstrap starting.
I20260630 12:15:30.873539 12890 consensus_queue.cc:260] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.896721 12890 ts_tablet_manager.cc:1434] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8: Time spent starting tablet: real 0.029s	user 0.007s	sys 0.001s
I20260630 12:15:30.896788 12892 tablet_bootstrap.cc:654] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.898396 12890 tablet_bootstrap.cc:492] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8: Bootstrap starting.
I20260630 12:15:30.903185 12892 tablet_bootstrap.cc:492] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42: No bootstrap required, opened a new log
I20260630 12:15:30.903419 12891 tablet_bootstrap.cc:492] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0: No bootstrap required, opened a new log
I20260630 12:15:30.903811 12892 ts_tablet_manager.cc:1403] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42: Time spent bootstrapping tablet: real 0.028s	user 0.018s	sys 0.009s
I20260630 12:15:30.904032 12891 ts_tablet_manager.cc:1403] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0: Time spent bootstrapping tablet: real 0.037s	user 0.009s	sys 0.002s
I20260630 12:15:30.905440 12890 tablet_bootstrap.cc:654] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.906813 12892 raft_consensus.cc:359] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.907604 12892 raft_consensus.cc:385] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.907953 12892 raft_consensus.cc:740] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfb157434b854a0484a811c8e6f55b42, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.908764 12892 consensus_queue.cc:260] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.910883 12892 ts_tablet_manager.cc:1434] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.002s
I20260630 12:15:30.911033 12891 raft_consensus.cc:359] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.912194 12891 raft_consensus.cc:385] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.912596 12891 raft_consensus.cc:740] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.913110 12892 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42: Bootstrap starting.
I20260630 12:15:30.913823 12891 consensus_queue.cc:260] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.916181 12891 ts_tablet_manager.cc:1434] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:15:30.916931 12890 tablet_bootstrap.cc:492] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8: No bootstrap required, opened a new log
I20260630 12:15:30.917232 12891 tablet_bootstrap.cc:492] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0: Bootstrap starting.
I20260630 12:15:30.917490 12890 ts_tablet_manager.cc:1403] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.006s
I20260630 12:15:30.919878 12892 tablet_bootstrap.cc:654] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.920555 12890 raft_consensus.cc:359] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.921419 12890 raft_consensus.cc:385] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.921777 12890 raft_consensus.cc:740] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0b3ba748d934cfca917b93975970bf8, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.922726 12890 consensus_queue.cc:260] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.923503 12891 tablet_bootstrap.cc:654] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.926914 12890 ts_tablet_manager.cc:1434] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260630 12:15:30.928328 12890 tablet_bootstrap.cc:492] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8: Bootstrap starting.
I20260630 12:15:30.934795 12890 tablet_bootstrap.cc:654] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.934798 12891 tablet_bootstrap.cc:492] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0: No bootstrap required, opened a new log
I20260630 12:15:30.935940 12891 ts_tablet_manager.cc:1403] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.003s
I20260630 12:15:30.937644 12892 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42: No bootstrap required, opened a new log
I20260630 12:15:30.938212 12892 ts_tablet_manager.cc:1403] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42: Time spent bootstrapping tablet: real 0.025s	user 0.020s	sys 0.003s
I20260630 12:15:30.938602 12891 raft_consensus.cc:359] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.939386 12891 raft_consensus.cc:385] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.939670 12891 raft_consensus.cc:740] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.940420 12891 consensus_queue.cc:260] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.941047 12892 raft_consensus.cc:359] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.941836 12892 raft_consensus.cc:385] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.942152 12892 raft_consensus.cc:740] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfb157434b854a0484a811c8e6f55b42, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.942719 12891 ts_tablet_manager.cc:1434] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.005s
I20260630 12:15:30.943104 12892 consensus_queue.cc:260] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.943684 12891 tablet_bootstrap.cc:492] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0: Bootstrap starting.
I20260630 12:15:30.945343 12892 ts_tablet_manager.cc:1434] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:15:30.946374 12892 tablet_bootstrap.cc:492] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42: Bootstrap starting.
I20260630 12:15:30.951102 12891 tablet_bootstrap.cc:654] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.954149 12892 tablet_bootstrap.cc:654] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.974763 12890 tablet_bootstrap.cc:492] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8: No bootstrap required, opened a new log
I20260630 12:15:30.975327 12890 ts_tablet_manager.cc:1403] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8: Time spent bootstrapping tablet: real 0.047s	user 0.018s	sys 0.016s
I20260630 12:15:30.975598 12891 tablet_bootstrap.cc:492] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0: No bootstrap required, opened a new log
I20260630 12:15:30.976073 12891 ts_tablet_manager.cc:1403] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0: Time spent bootstrapping tablet: real 0.033s	user 0.015s	sys 0.011s
I20260630 12:15:30.976301 12892 tablet_bootstrap.cc:492] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42: No bootstrap required, opened a new log
I20260630 12:15:30.976832 12892 ts_tablet_manager.cc:1403] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.014s
I20260630 12:15:30.978104 12891 raft_consensus.cc:359] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.978021 12890 raft_consensus.cc:359] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.978880 12891 raft_consensus.cc:385] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.979087 12890 raft_consensus.cc:385] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.979271 12891 raft_consensus.cc:740] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.979506 12890 raft_consensus.cc:740] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0b3ba748d934cfca917b93975970bf8, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.979547 12892 raft_consensus.cc:359] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.980096 12891 consensus_queue.cc:260] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.980414 12892 raft_consensus.cc:385] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:30.980854 12892 raft_consensus.cc:740] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfb157434b854a0484a811c8e6f55b42, State: Initialized, Role: FOLLOWER
I20260630 12:15:30.980458 12890 consensus_queue.cc:260] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.981619 12892 consensus_queue.cc:260] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:30.982218 12891 ts_tablet_manager.cc:1434] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:15:30.982755 12890 ts_tablet_manager.cc:1434] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:15:30.983304 12891 tablet_bootstrap.cc:492] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0: Bootstrap starting.
I20260630 12:15:30.983777 12890 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8: Bootstrap starting.
I20260630 12:15:30.989104 12890 tablet_bootstrap.cc:654] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.989194 12891 tablet_bootstrap.cc:654] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:30.995213 12892 ts_tablet_manager.cc:1434] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.004s
I20260630 12:15:30.999342 12892 tablet_bootstrap.cc:492] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42: Bootstrap starting.
I20260630 12:15:31.006072 12895 raft_consensus.cc:493] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.006796 12895 raft_consensus.cc:515] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.009279 12892 tablet_bootstrap.cc:654] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:31.011188 12895 leader_election.cc:290] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.013404 12897 raft_consensus.cc:493] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.014000 12897 raft_consensus.cc:515] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.019326 12897 leader_election.cc:290] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.023614 12892 tablet_bootstrap.cc:492] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42: No bootstrap required, opened a new log
I20260630 12:15:31.024461 12892 ts_tablet_manager.cc:1403] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.007s
I20260630 12:15:31.028374 12892 raft_consensus.cc:359] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.032729 12892 raft_consensus.cc:385] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:31.035197 12890 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8: No bootstrap required, opened a new log
I20260630 12:15:31.038267 12890 ts_tablet_manager.cc:1403] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8: Time spent bootstrapping tablet: real 0.055s	user 0.025s	sys 0.022s
I20260630 12:15:31.042362 12696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9616fcf5e9c0443ead41bec641b27263" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42" is_pre_election: true
I20260630 12:15:31.043852 12845 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bcbe3122d4846a1a1f6da10ad2fb199" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8" is_pre_election: true
I20260630 12:15:31.044708 12890 raft_consensus.cc:359] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.044909 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9616fcf5e9c0443ead41bec641b27263" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8" is_pre_election: true
I20260630 12:15:31.045359 12897 raft_consensus.cc:493] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:15:31.045388 12662 leader_election.cc:343] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:31.045637 12844 raft_consensus.cc:2468] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 0.
I20260630 12:15:31.046036 12897 raft_consensus.cc:515] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.045470 12890 raft_consensus.cc:385] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:31.047524 12890 raft_consensus.cc:740] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0b3ba748d934cfca917b93975970bf8, State: Initialized, Role: FOLLOWER
I20260630 12:15:31.048144 12897 leader_election.cc:290] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.048276 12890 consensus_queue.cc:260] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.048887 12737 leader_election.cc:304] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a0b3ba748d934cfca917b93975970bf8, a6aafc764ce64a3a8d93f231a4f111a0; no voters: 
I20260630 12:15:31.049607 12771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bcbe3122d4846a1a1f6da10ad2fb199" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" is_pre_election: true
W20260630 12:15:31.049836 12737 leader_election.cc:343] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:31.051040 12890 ts_tablet_manager.cc:1434] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:15:31.038897 12891 tablet_bootstrap.cc:492] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0: No bootstrap required, opened a new log
I20260630 12:15:31.051045 12770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42d2907112ba4fe5a119b5baef87fdd8" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" is_pre_election: true
I20260630 12:15:31.051386 12895 raft_consensus.cc:2804] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:31.051872 12770 raft_consensus.cc:2468] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bfb157434b854a0484a811c8e6f55b42 in term 0.
I20260630 12:15:31.051848 12891 ts_tablet_manager.cc:1403] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent bootstrapping tablet: real 0.069s	user 0.020s	sys 0.013s
I20260630 12:15:31.052309 12890 tablet_bootstrap.cc:492] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8: Bootstrap starting.
I20260630 12:15:31.051841 12895 raft_consensus.cc:493] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:31.053040 12895 raft_consensus.cc:3060] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:15:31.054476 12661 leader_election.cc:343] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:31.054976 12661 leader_election.cc:304] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [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: bfb157434b854a0484a811c8e6f55b42; no voters: a0b3ba748d934cfca917b93975970bf8, a6aafc764ce64a3a8d93f231a4f111a0
I20260630 12:15:31.058123 12891 raft_consensus.cc:359] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.059303 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42d2907112ba4fe5a119b5baef87fdd8" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8" is_pre_election: true
I20260630 12:15:31.058898 12891 raft_consensus.cc:385] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:31.061510 12890 tablet_bootstrap.cc:654] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:31.061764 12891 raft_consensus.cc:740] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Initialized, Role: FOLLOWER
I20260630 12:15:31.037778 12892 raft_consensus.cc:740] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfb157434b854a0484a811c8e6f55b42, State: Initialized, Role: FOLLOWER
I20260630 12:15:31.063025 12897 raft_consensus.cc:2749] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:31.062981 12891 consensus_queue.cc:260] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.058717 12661 leader_election.cc:304] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: 
W20260630 12:15:31.067855 12662 leader_election.cc:343] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:31.068069 12915 raft_consensus.cc:493] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.068785 12915 raft_consensus.cc:515] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.071601 12897 raft_consensus.cc:2804] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:31.072151 12897 raft_consensus.cc:493] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:31.072496 12696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc3d59e8b4b64c77916943c5fdca97ef" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42" is_pre_election: true
I20260630 12:15:31.073311 12696 raft_consensus.cc:2468] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 0.
I20260630 12:15:31.073621 12915 leader_election.cc:290] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.075290 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc3d59e8b4b64c77916943c5fdca97ef" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8" is_pre_election: true
I20260630 12:15:31.076234 12895 raft_consensus.cc:515] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.076907 12915 raft_consensus.cc:493] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:15:31.077466 12737 leader_election.cc:343] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:31.077601 12915 raft_consensus.cc:515] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.078258 12737 leader_election.cc:304] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [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: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: a0b3ba748d934cfca917b93975970bf8
I20260630 12:15:31.072569 12897 raft_consensus.cc:3060] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.077751 12892 consensus_queue.cc:260] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.081466 12917 raft_consensus.cc:2804] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:31.081593 12895 leader_election.cc:290] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Requested vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.081940 12917 raft_consensus.cc:493] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:31.082278 12917 raft_consensus.cc:3060] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.087582 12696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9616fcf5e9c0443ead41bec641b27263" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42"
I20260630 12:15:31.088527 12917 raft_consensus.cc:515] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.089622 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21763d222c1440068c3f0ea6fec67474" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42" is_pre_election: true
I20260630 12:15:31.090312 12695 raft_consensus.cc:2468] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 0.
I20260630 12:15:31.090767 12917 leader_election.cc:290] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Requested vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.088335 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9616fcf5e9c0443ead41bec641b27263" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8"
I20260630 12:15:31.091552 12844 raft_consensus.cc:3060] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.093276 12843 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc3d59e8b4b64c77916943c5fdca97ef" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8"
I20260630 12:15:31.093457 12845 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21763d222c1440068c3f0ea6fec67474" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8" is_pre_election: true
I20260630 12:15:31.094331 12845 raft_consensus.cc:2468] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 0.
W20260630 12:15:31.094861 12737 leader_election.cc:343] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:15:31.095609 12737 leader_election.cc:343] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:31.096310 12737 leader_election.cc:304] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: 
I20260630 12:15:31.096709 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc3d59e8b4b64c77916943c5fdca97ef" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42"
I20260630 12:15:31.098322 12917 raft_consensus.cc:2804] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:31.098853 12917 raft_consensus.cc:493] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:31.099256 12917 raft_consensus.cc:3060] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.099674 12844 raft_consensus.cc:2468] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 1.
I20260630 12:15:31.099954 12891 ts_tablet_manager.cc:1434] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent starting tablet: real 0.047s	user 0.006s	sys 0.005s
I20260630 12:15:31.097518 12695 raft_consensus.cc:3060] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.101683 12897 raft_consensus.cc:515] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.104925 12770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42d2907112ba4fe5a119b5baef87fdd8" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0"
I20260630 12:15:31.105481 12770 raft_consensus.cc:3060] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.106976 12917 raft_consensus.cc:515] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.109957 12696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21763d222c1440068c3f0ea6fec67474" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42"
I20260630 12:15:31.110560 12696 raft_consensus.cc:3060] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.112635 12770 raft_consensus.cc:2468] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bfb157434b854a0484a811c8e6f55b42 in term 1.
I20260630 12:15:31.113845 12661 leader_election.cc:304] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: 
I20260630 12:15:31.115388 12737 leader_election.cc:304] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [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: a0b3ba748d934cfca917b93975970bf8, a6aafc764ce64a3a8d93f231a4f111a0; no voters: bfb157434b854a0484a811c8e6f55b42
I20260630 12:15:31.116607 12916 raft_consensus.cc:2804] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:31.117345 12916 raft_consensus.cc:697] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Becoming Leader. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Running, Role: LEADER
I20260630 12:15:31.118232 12916 consensus_queue.cc:237] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.114683 12891 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0: Bootstrap starting.
I20260630 12:15:31.087209 12915 leader_election.cc:290] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.125445 12897 leader_election.cc:290] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 election: Requested vote from peers a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.125845 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42d2907112ba4fe5a119b5baef87fdd8" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8"
W20260630 12:15:31.128538 12662 leader_election.cc:343] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:31.130909 12919 raft_consensus.cc:2804] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:31.131968 12892 ts_tablet_manager.cc:1434] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42: Time spent starting tablet: real 0.107s	user 0.019s	sys 0.021s
I20260630 12:15:31.135762 12891 tablet_bootstrap.cc:654] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:31.136576 12892 tablet_bootstrap.cc:492] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42: Bootstrap starting.
I20260630 12:15:31.130471 12917 leader_election.cc:290] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Requested vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.133697 12696 raft_consensus.cc:2468] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 1.
I20260630 12:15:31.134176 12695 raft_consensus.cc:2468] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 1.
I20260630 12:15:31.135375 12919 raft_consensus.cc:697] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 1 LEADER]: Becoming Leader. State: Replica: bfb157434b854a0484a811c8e6f55b42, State: Running, Role: LEADER
I20260630 12:15:31.139145 12919 consensus_queue.cc:237] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.140679 12737 leader_election.cc:304] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: 
I20260630 12:15:31.141762 12737 leader_election.cc:304] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [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: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: a0b3ba748d934cfca917b93975970bf8
I20260630 12:15:31.142499 12916 raft_consensus.cc:2804] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:31.142977 12916 raft_consensus.cc:697] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Becoming Leader. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Running, Role: LEADER
I20260630 12:15:31.143280 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21763d222c1440068c3f0ea6fec67474" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8"
I20260630 12:15:31.143877 12844 raft_consensus.cc:3060] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.143710 12916 consensus_queue.cc:237] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.144811 12915 raft_consensus.cc:2804] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:31.138746 12591 catalog_manager.cc:5697] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:31.145490 12915 raft_consensus.cc:697] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Becoming Leader. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Running, Role: LEADER
I20260630 12:15:31.147282 12915 consensus_queue.cc:237] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.152910 12892 tablet_bootstrap.cc:654] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:31.156358 12891 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0: No bootstrap required, opened a new log
I20260630 12:15:31.151683 12890 tablet_bootstrap.cc:492] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8: No bootstrap required, opened a new log
I20260630 12:15:31.156956 12891 ts_tablet_manager.cc:1403] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent bootstrapping tablet: real 0.044s	user 0.013s	sys 0.009s
I20260630 12:15:31.157734 12890 ts_tablet_manager.cc:1403] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8: Time spent bootstrapping tablet: real 0.106s	user 0.012s	sys 0.008s
I20260630 12:15:31.160390 12891 raft_consensus.cc:359] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.161341 12891 raft_consensus.cc:385] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:31.161106 12890 raft_consensus.cc:359] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.161844 12891 raft_consensus.cc:740] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Initialized, Role: FOLLOWER
I20260630 12:15:31.162274 12890 raft_consensus.cc:385] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:31.162766 12890 raft_consensus.cc:740] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0b3ba748d934cfca917b93975970bf8, State: Initialized, Role: FOLLOWER
I20260630 12:15:31.162914 12891 consensus_queue.cc:260] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.163694 12591 catalog_manager.cc:5697] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 reported cstate change: term changed from 0 to 1, leader changed from <none> to bfb157434b854a0484a811c8e6f55b42 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "bfb157434b854a0484a811c8e6f55b42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:31.164827 12844 raft_consensus.cc:2468] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 1.
I20260630 12:15:31.165632 12891 ts_tablet_manager.cc:1434] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
W20260630 12:15:31.167624 12642 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:31.170033 12890 consensus_queue.cc:260] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.171940 12890 ts_tablet_manager.cc:1434] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.001s
I20260630 12:15:31.172880 12890 tablet_bootstrap.cc:492] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8: Bootstrap starting.
I20260630 12:15:31.176049 12892 tablet_bootstrap.cc:492] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42: No bootstrap required, opened a new log
I20260630 12:15:31.176632 12892 ts_tablet_manager.cc:1403] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.002s
I20260630 12:15:31.177639 12592 catalog_manager.cc:5697] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:31.178640 12890 tablet_bootstrap.cc:654] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:31.179538 12892 raft_consensus.cc:359] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.180380 12892 raft_consensus.cc:385] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:31.179730 12592 catalog_manager.cc:5697] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:31.180732 12892 raft_consensus.cc:740] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfb157434b854a0484a811c8e6f55b42, State: Initialized, Role: FOLLOWER
I20260630 12:15:31.181692 12892 consensus_queue.cc:260] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.184268 12892 ts_tablet_manager.cc:1434] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:15:31.185592 12890 tablet_bootstrap.cc:492] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8: No bootstrap required, opened a new log
I20260630 12:15:31.186102 12890 ts_tablet_manager.cc:1403] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.003s
I20260630 12:15:31.188686 12890 raft_consensus.cc:359] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.189407 12890 raft_consensus.cc:385] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:31.189733 12890 raft_consensus.cc:740] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0b3ba748d934cfca917b93975970bf8, State: Initialized, Role: FOLLOWER
I20260630 12:15:31.190452 12890 consensus_queue.cc:260] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.192811 12890 ts_tablet_manager.cc:1434] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:15:31.217093 12916 raft_consensus.cc:493] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.217571 12916 raft_consensus.cc:515] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.219264 12916 leader_election.cc:290] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.219991 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aca09cf3838849279b7c068daa2a5f7a" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42" is_pre_election: true
I20260630 12:15:31.220335 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aca09cf3838849279b7c068daa2a5f7a" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8" is_pre_election: true
I20260630 12:15:31.220574 12695 raft_consensus.cc:2468] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 0.
I20260630 12:15:31.220970 12844 raft_consensus.cc:2468] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 0.
I20260630 12:15:31.221611 12737 leader_election.cc:304] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: 
I20260630 12:15:31.222252 12916 raft_consensus.cc:2804] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:31.222560 12916 raft_consensus.cc:493] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:31.222828 12916 raft_consensus.cc:3060] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.227703 12916 raft_consensus.cc:515] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.229216 12916 leader_election.cc:290] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Requested vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.230020 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aca09cf3838849279b7c068daa2a5f7a" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42"
I20260630 12:15:31.230269 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aca09cf3838849279b7c068daa2a5f7a" candidate_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8"
I20260630 12:15:31.230522 12695 raft_consensus.cc:3060] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.230842 12844 raft_consensus.cc:3060] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.235296 12695 raft_consensus.cc:2468] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 1.
I20260630 12:15:31.235354 12844 raft_consensus.cc:2468] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a6aafc764ce64a3a8d93f231a4f111a0 in term 1.
I20260630 12:15:31.236378 12737 leader_election.cc:304] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42; no voters: 
I20260630 12:15:31.237007 12916 raft_consensus.cc:2804] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:31.237427 12916 raft_consensus.cc:697] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Becoming Leader. State: Replica: a6aafc764ce64a3a8d93f231a4f111a0, State: Running, Role: LEADER
I20260630 12:15:31.238148 12916 consensus_queue.cc:237] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.244858 12591 catalog_manager.cc:5697] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:31.281647 12899 raft_consensus.cc:493] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.282120 12899 raft_consensus.cc:515] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.283990 12899 leader_election.cc:290] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877)
I20260630 12:15:31.295310 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bcbe3122d4846a1a1f6da10ad2fb199" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42" is_pre_election: true
I20260630 12:15:31.295730 12770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bcbe3122d4846a1a1f6da10ad2fb199" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" is_pre_election: true
I20260630 12:15:31.296119 12695 raft_consensus.cc:2468] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a0b3ba748d934cfca917b93975970bf8 in term 0.
I20260630 12:15:31.296379 12770 raft_consensus.cc:2468] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a0b3ba748d934cfca917b93975970bf8 in term 0.
I20260630 12:15:31.297202 12811 leader_election.cc:304] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a0b3ba748d934cfca917b93975970bf8, bfb157434b854a0484a811c8e6f55b42; no voters: 
I20260630 12:15:31.297909 12899 raft_consensus.cc:2804] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:31.298252 12899 raft_consensus.cc:493] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:31.298473 12899 raft_consensus.cc:3060] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.303149 12899 raft_consensus.cc:515] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.304733 12899 leader_election.cc:290] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [CANDIDATE]: Term 1 election: Requested vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877)
I20260630 12:15:31.305446 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bcbe3122d4846a1a1f6da10ad2fb199" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42"
I20260630 12:15:31.305739 12770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bcbe3122d4846a1a1f6da10ad2fb199" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0"
I20260630 12:15:31.305989 12695 raft_consensus.cc:3060] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.306295 12770 raft_consensus.cc:3060] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.310642 12695 raft_consensus.cc:2468] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a0b3ba748d934cfca917b93975970bf8 in term 1.
I20260630 12:15:31.311520 12770 raft_consensus.cc:2468] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a0b3ba748d934cfca917b93975970bf8 in term 1.
I20260630 12:15:31.311707 12811 leader_election.cc:304] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a0b3ba748d934cfca917b93975970bf8, bfb157434b854a0484a811c8e6f55b42; no voters: 
I20260630 12:15:31.312615 12899 raft_consensus.cc:2804] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:31.313649 12899 raft_consensus.cc:697] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 1 LEADER]: Becoming Leader. State: Replica: a0b3ba748d934cfca917b93975970bf8, State: Running, Role: LEADER
I20260630 12:15:31.314499 12899 consensus_queue.cc:237] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.321133 12591 catalog_manager.cc:5697] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 reported cstate change: term changed from 0 to 1, leader changed from <none> to a0b3ba748d934cfca917b93975970bf8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "a0b3ba748d934cfca917b93975970bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:31.324816 12899 raft_consensus.cc:493] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.325328 12899 raft_consensus.cc:515] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.327783 12899 leader_election.cc:290] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877)
I20260630 12:15:31.328054 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42d2907112ba4fe5a119b5baef87fdd8" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42" is_pre_election: true
I20260630 12:15:31.328413 12770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42d2907112ba4fe5a119b5baef87fdd8" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" is_pre_election: true
I20260630 12:15:31.329169 12770 raft_consensus.cc:2393] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a0b3ba748d934cfca917b93975970bf8 in current term 1: Already voted for candidate bfb157434b854a0484a811c8e6f55b42 in this term.
I20260630 12:15:31.330171 12810 leader_election.cc:304] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [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: a0b3ba748d934cfca917b93975970bf8; no voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42
I20260630 12:15:31.330855 12899 raft_consensus.cc:3060] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.335526 12899 raft_consensus.cc:2749] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:31.363497 12899 raft_consensus.cc:493] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.364113 12899 raft_consensus.cc:515] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.366940 12899 leader_election.cc:290] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301), a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877)
I20260630 12:15:31.367369 12695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc3d59e8b4b64c77916943c5fdca97ef" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfb157434b854a0484a811c8e6f55b42" is_pre_election: true
I20260630 12:15:31.367794 12770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc3d59e8b4b64c77916943c5fdca97ef" candidate_uuid: "a0b3ba748d934cfca917b93975970bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" is_pre_election: true
I20260630 12:15:31.368249 12695 raft_consensus.cc:2393] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a0b3ba748d934cfca917b93975970bf8 in current term 1: Already voted for candidate a6aafc764ce64a3a8d93f231a4f111a0 in this term.
I20260630 12:15:31.369535 12811 leader_election.cc:304] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [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: a0b3ba748d934cfca917b93975970bf8; no voters: a6aafc764ce64a3a8d93f231a4f111a0, bfb157434b854a0484a811c8e6f55b42
I20260630 12:15:31.370298 12899 raft_consensus.cc:3060] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.375016 12899 raft_consensus.cc:2749] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:31.518879 12919 raft_consensus.cc:493] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:31.519428 12919 raft_consensus.cc:515] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } }
I20260630 12:15:31.521226 12919 leader_election.cc:290] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877), a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
I20260630 12:15:31.521963 12770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9616fcf5e9c0443ead41bec641b27263" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" is_pre_election: true
I20260630 12:15:31.522392 12844 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9616fcf5e9c0443ead41bec641b27263" candidate_uuid: "bfb157434b854a0484a811c8e6f55b42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0b3ba748d934cfca917b93975970bf8" is_pre_election: true
I20260630 12:15:31.523154 12844 raft_consensus.cc:2393] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bfb157434b854a0484a811c8e6f55b42 in current term 1: Already voted for candidate a6aafc764ce64a3a8d93f231a4f111a0 in this term.
I20260630 12:15:31.524008 12662 leader_election.cc:304] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [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: bfb157434b854a0484a811c8e6f55b42; no voters: a0b3ba748d934cfca917b93975970bf8, a6aafc764ce64a3a8d93f231a4f111a0
I20260630 12:15:31.524654 12919 raft_consensus.cc:3060] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:31.529525 12919 raft_consensus.cc:2749] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:31.558988 12919 consensus_queue.cc:1048] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.611129 12897 consensus_queue.cc:1048] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:31.615195 12695 raft_consensus.cc:1275] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:31.621209 12844 raft_consensus.cc:1275] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:31.626355 12895 consensus_queue.cc:1048] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.629135 12696 raft_consensus.cc:1275] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:31.634274 12917 consensus_queue.cc:1048] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.646261 12844 raft_consensus.cc:1275] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:31.650934 12951 consensus_queue.cc:1048] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.656255 12695 raft_consensus.cc:1275] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:15:31.657931 12915 consensus_queue.cc:1048] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.675935 12771 raft_consensus.cc:1275] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Refusing update from remote peer a0b3ba748d934cfca917b93975970bf8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:31.678017 12931 consensus_queue.cc:1048] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.679169 12695 raft_consensus.cc:1275] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Refusing update from remote peer a0b3ba748d934cfca917b93975970bf8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:31.683513 12917 consensus_queue.cc:1048] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.684208 12931 consensus_queue.cc:1048] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:31.722533 12737 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:43301, user_credentials={real_user=slave}} blocked reactor thread for 73163.6us
I20260630 12:15:31.727046 12917 consensus_queue.cc:1048] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:31.729166 12917 consensus_queue.cc:1048] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:31.778645 12810 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:35877, user_credentials={real_user=slave}} blocked reactor thread for 46697.9us
I20260630 12:15:31.778970 12845 raft_consensus.cc:1275] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:15:31.790390 12952 consensus_queue.cc:1048] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.017s
I20260630 12:15:32.084635 12954 mvcc.cc:204] Tried to move back new op lower bound from 7302437812816293888 to 7302437810792882176. Current Snapshot: MvccSnapshot[applied={T|T < 7302437812733140992}]
W20260630 12:15:32.090724 12984 log.cc:927] Time spent T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42: Append to log took a long time: real 0.059s	user 0.000s	sys 0.001s
I20260630 12:15:32.565855   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:32.572917 12989 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:32.574754 12990 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:32.577076   431 server_base.cc:1061] running on GCE node
W20260630 12:15:32.577814 12992 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:32.578974   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:32.579260   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:32.579473   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821732579454 us; error 0 us; skew 500 ppm
I20260630 12:15:32.579969   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:32.582260   431 webserver.cc:533] Webserver started at http://127.0.107.196:33579/ using document root <none> and password file <none>
I20260630 12:15:32.582729   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:32.582926   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:32.583194   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:32.584170   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-3-root/instance:
uuid: "b5b7bebc8b5749fa8892ae4f985799da"
format_stamp: "Formatted at 2026-06-30 12:15:32 on dist-test-slave-t06f"
I20260630 12:15:32.588451   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:15:32.591378 12997 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:32.592132   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:32.592427   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-3-root
uuid: "b5b7bebc8b5749fa8892ae4f985799da"
format_stamp: "Formatted at 2026-06-30 12:15:32 on dist-test-slave-t06f"
I20260630 12:15:32.592701   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskuUoTCF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821463202658-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:32.610591   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:32.611886   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:32.613211   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:32.615301   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:32.615504   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:32.615759   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:32.615917   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:32.651259   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36285
I20260630 12:15:32.651360 13059 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36285 every 8 connection(s)
I20260630 12:15:32.665380 13060 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40593
I20260630 12:15:32.665843 13060 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:32.666548 13060 heartbeater.cc:507] Master 127.0.107.254:40593 requested a full tablet report, sending...
I20260630 12:15:32.668406 12586 ts_manager.cc:194] Registered new tserver with Master: b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196:36285)
I20260630 12:15:32.669800 12586 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54854
W20260630 12:15:33.197600 12642 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 2f5671d6daf244b5a4e9e8708553a3aa: could not find any suitable replica to move from server a6aafc764ce64a3a8d93f231a4f111a0 to server b5b7bebc8b5749fa8892ae4f985799da
I20260630 12:15:33.672304 13060 heartbeater.cc:499] Master 127.0.107.254:40593 was elected leader, sending a full tablet report...
W20260630 12:15:34.210083 12642 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 2f5671d6daf244b5a4e9e8708553a3aa: could not find any suitable replica to move from server a6aafc764ce64a3a8d93f231a4f111a0 to server b5b7bebc8b5749fa8892ae4f985799da
W20260630 12:15:35.237054 12810 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260630 12:15:35.238422 12842 consensus_queue.cc:237] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } }
I20260630 12:15:35.247298 12695 raft_consensus.cc:1275] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Refusing update from remote peer a0b3ba748d934cfca917b93975970bf8: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:35.249143 12770 raft_consensus.cc:1275] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Refusing update from remote peer a0b3ba748d934cfca917b93975970bf8: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:35.249320 12961 consensus_queue.cc:1048] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:15:35.252310 13069 consensus_queue.cc:1048] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:15:35.261706 12961 raft_consensus.cc:2955] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.263631 12694 raft_consensus.cc:2955] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.267491 12770 raft_consensus.cc:2955] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
W20260630 12:15:35.271518 12809 consensus_peers.cc:597] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 -> Peer b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196:36285): Couldn't send request to peer b5b7bebc8b5749fa8892ae4f985799da. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3bcbe3122d4846a1a1f6da10ad2fb199. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.282783 12586 catalog_manager.cc:5697] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 reported cstate change: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a0b3ba748d934cfca917b93975970bf8" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.297215 12770 consensus_queue.cc:237] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } attrs { replace: true } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } }
I20260630 12:15:35.310061 12842 raft_consensus.cc:1275] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:35.310554 12694 raft_consensus.cc:1275] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:35.311959 13081 consensus_queue.cc:1048] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:15:35.313309 12987 consensus_queue.cc:1048] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
W20260630 12:15:35.322629 12735 consensus_peers.cc:597] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 -> Peer b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196:36285): Couldn't send request to peer b5b7bebc8b5749fa8892ae4f985799da. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9616fcf5e9c0443ead41bec641b27263. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.323498 13081 raft_consensus.cc:2955] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } attrs { replace: true } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.325170 12842 raft_consensus.cc:2955] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } attrs { replace: true } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.328503 12694 raft_consensus.cc:2955] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } attrs { replace: true } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.338349 12588 catalog_manager.cc:5697] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 reported cstate change: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:35.339380 12770 consensus_queue.cc:237] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } attrs { replace: true } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } }
I20260630 12:15:35.350478 12694 raft_consensus.cc:1275] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
W20260630 12:15:35.350819 12735 consensus_peers.cc:597] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 -> Peer b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196:36285): Couldn't send request to peer b5b7bebc8b5749fa8892ae4f985799da. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cc3d59e8b4b64c77916943c5fdca97ef. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.353858 12842 raft_consensus.cc:1275] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Refusing update from remote peer a6aafc764ce64a3a8d93f231a4f111a0: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:35.353972 13081 consensus_queue.cc:1048] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:15:35.355600 12987 consensus_queue.cc:1048] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:35.367759 13065 raft_consensus.cc:2955] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } attrs { replace: true } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.369956 12694 raft_consensus.cc:2955] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } attrs { replace: true } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.370747 12842 raft_consensus.cc:2955] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } attrs { replace: true } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.382565 12591 catalog_manager.cc:5697] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 reported cstate change: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } attrs { replace: true } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.399266 12694 consensus_queue.cc:237] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } }
I20260630 12:15:35.408003 12770 raft_consensus.cc:1275] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Refusing update from remote peer bfb157434b854a0484a811c8e6f55b42: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:35.408284 12842 raft_consensus.cc:1275] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Refusing update from remote peer bfb157434b854a0484a811c8e6f55b42: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:15:35.409838 12985 consensus_queue.cc:1048] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:15:35.410727 13090 consensus_queue.cc:1048] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
W20260630 12:15:35.418886 12660 consensus_peers.cc:597] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 -> Peer b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196:36285): Couldn't send request to peer b5b7bebc8b5749fa8892ae4f985799da. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 42d2907112ba4fe5a119b5baef87fdd8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.420276 12985 raft_consensus.cc:2955] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.421957 12842 raft_consensus.cc:2955] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.428483 12770 raft_consensus.cc:2955] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } } }
I20260630 12:15:35.433566 12591 catalog_manager.cc:5697] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 reported cstate change: config changed from index -1 to 11, NON_VOTER b5b7bebc8b5749fa8892ae4f985799da (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bfb157434b854a0484a811c8e6f55b42" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:35.684489   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:15:35.690810 12737 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
W20260630 12:15:35.697880 12737 consensus_peers.cc:597] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 -> Peer bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301): Couldn't send request to peer bfb157434b854a0484a811c8e6f55b42. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.727641   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:35.728567   431 tablet_replica.cc:333] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42: stopping tablet replica
I20260630 12:15:35.729642   431 raft_consensus.cc:2243] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:35.730294   431 raft_consensus.cc:2272] T 3bcbe3122d4846a1a1f6da10ad2fb199 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.734117   431 tablet_replica.cc:333] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42: stopping tablet replica
I20260630 12:15:35.734982   431 raft_consensus.cc:2243] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:35.735749   431 raft_consensus.cc:2272] T aca09cf3838849279b7c068daa2a5f7a P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.738852   431 tablet_replica.cc:333] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42: stopping tablet replica
I20260630 12:15:35.739428   431 raft_consensus.cc:2243] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:35.740033   431 raft_consensus.cc:2272] T 21763d222c1440068c3f0ea6fec67474 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.742995   431 tablet_replica.cc:333] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42: stopping tablet replica
I20260630 12:15:35.743562   431 raft_consensus.cc:2243] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:35.744194   431 raft_consensus.cc:2272] T 9616fcf5e9c0443ead41bec641b27263 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.747593   431 tablet_replica.cc:333] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42: stopping tablet replica
I20260630 12:15:35.748175   431 raft_consensus.cc:2243] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:35.749091   431 raft_consensus.cc:2272] T 42d2907112ba4fe5a119b5baef87fdd8 P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.752136   431 tablet_replica.cc:333] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42: stopping tablet replica
I20260630 12:15:35.752696   431 raft_consensus.cc:2243] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:35.753571   431 raft_consensus.cc:2272] T cc3d59e8b4b64c77916943c5fdca97ef P bfb157434b854a0484a811c8e6f55b42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.776288   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:15:35.793094 12811 consensus_peers.cc:597] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 -> Peer bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301): Couldn't send request to peer bfb157434b854a0484a811c8e6f55b42. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43301: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.805465   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:35.807956 13098 ts_tablet_manager.cc:933] T cc3d59e8b4b64c77916943c5fdca97ef P b5b7bebc8b5749fa8892ae4f985799da: Initiating tablet copy from peer a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877)
I20260630 12:15:35.812589 13098 tablet_copy_client.cc:323] T cc3d59e8b4b64c77916943c5fdca97ef P b5b7bebc8b5749fa8892ae4f985799da: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:35877
I20260630 12:15:35.844769 13102 ts_tablet_manager.cc:933] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: Initiating tablet copy from peer a0b3ba748d934cfca917b93975970bf8 (127.0.107.195:45139)
W20260630 12:15:35.861896 12737 consensus_peers.cc:597] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 -> Peer bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301): Couldn't send request to peer bfb157434b854a0484a811c8e6f55b42. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43301: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.863533 13102 tablet_copy_client.cc:323] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:45139
I20260630 12:15:35.880601   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:35.881594   431 tablet_replica.cc:333] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0: stopping tablet replica
I20260630 12:15:35.882673   431 raft_consensus.cc:2243] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:35.883095 12855 tablet_copy_service.cc:140] P a0b3ba748d934cfca917b93975970bf8: Received BeginTabletCopySession request for tablet 3bcbe3122d4846a1a1f6da10ad2fb199 from peer b5b7bebc8b5749fa8892ae4f985799da ({username='slave'} at 127.0.0.1:36266)
I20260630 12:15:35.883636   431 raft_consensus.cc:2272] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.883776 12855 tablet_copy_service.cc:161] P a0b3ba748d934cfca917b93975970bf8: Beginning new tablet copy session on tablet 3bcbe3122d4846a1a1f6da10ad2fb199 from peer b5b7bebc8b5749fa8892ae4f985799da at {username='slave'} at 127.0.0.1:36266: session id = b5b7bebc8b5749fa8892ae4f985799da-3bcbe3122d4846a1a1f6da10ad2fb199
W20260630 12:15:35.889539 12810 consensus_peers.cc:597] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 -> Peer a6aafc764ce64a3a8d93f231a4f111a0 (127.0.107.194:35877): Couldn't send request to peer a6aafc764ce64a3a8d93f231a4f111a0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.889703   431 tablet_replica.cc:333] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0: stopping tablet replica
I20260630 12:15:35.890677   431 raft_consensus.cc:2243] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:35.891922   431 raft_consensus.cc:2272] T 21763d222c1440068c3f0ea6fec67474 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:35.893379 12737 consensus_peers.cc:597] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 -> Peer bfb157434b854a0484a811c8e6f55b42 (127.0.107.193:43301): Couldn't send request to peer bfb157434b854a0484a811c8e6f55b42. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43301: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:35.895838   431 tablet_replica.cc:333] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0: stopping tablet replica
I20260630 12:15:35.896752   431 raft_consensus.cc:2243] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:35.897850   431 raft_consensus.cc:2272] T aca09cf3838849279b7c068daa2a5f7a P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.898782 12855 tablet_copy_source_session.cc:215] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:35.901413   431 tablet_replica.cc:333] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0: stopping tablet replica
I20260630 12:15:35.902192   431 raft_consensus.cc:2243] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:35.902585 13102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bcbe3122d4846a1a1f6da10ad2fb199. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.903260   431 raft_consensus.cc:2272] T 9616fcf5e9c0443ead41bec641b27263 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.906600   431 tablet_replica.cc:333] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0: stopping tablet replica
I20260630 12:15:35.907135   431 raft_consensus.cc:2243] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:35.907791   431 raft_consensus.cc:2272] T 42d2907112ba4fe5a119b5baef87fdd8 P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.911137   431 tablet_replica.cc:333] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0: stopping tablet replica
I20260630 12:15:35.911695   431 raft_consensus.cc:2243] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:35.912542   431 raft_consensus.cc:2272] T cc3d59e8b4b64c77916943c5fdca97ef P a6aafc764ce64a3a8d93f231a4f111a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:35.920123 13102 tablet_copy_client.cc:806] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:35.920866 13102 tablet_copy_client.cc:670] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:35.925549 13102 tablet_copy_client.cc:538] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:35.938275 13102 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: Bootstrap starting.
I20260630 12:15:35.946637   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:15:35.965632 13001 connection.cc:466] server connection from 127.0.0.1:40508 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:40508 (request call id 2) could send its response
I20260630 12:15:35.980197   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:35.994405   431 tablet_copy_service.cc:362] P a0b3ba748d934cfca917b93975970bf8: Destroying tablet copy session b5b7bebc8b5749fa8892ae4f985799da-3bcbe3122d4846a1a1f6da10ad2fb199 due to service shutdown
I20260630 12:15:35.994796   431 tablet_copy_service.cc:434] P a0b3ba748d934cfca917b93975970bf8: ending tablet copy session b5b7bebc8b5749fa8892ae4f985799da-3bcbe3122d4846a1a1f6da10ad2fb199 on tablet 3bcbe3122d4846a1a1f6da10ad2fb199 with peer b5b7bebc8b5749fa8892ae4f985799da
I20260630 12:15:36.023396   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:36.025089   431 tablet_replica.cc:333] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8: stopping tablet replica
I20260630 12:15:36.026051   431 raft_consensus.cc:2243] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:36.026823   431 raft_consensus.cc:2272] T cc3d59e8b4b64c77916943c5fdca97ef P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:36.030267 13102 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=78 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:36.030725   431 tablet_replica.cc:333] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8: stopping tablet replica
I20260630 12:15:36.031191 13102 tablet_bootstrap.cc:492] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: Bootstrap complete.
I20260630 12:15:36.031623   431 raft_consensus.cc:2243] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:36.031973 13102 ts_tablet_manager.cc:1403] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: Time spent bootstrapping tablet: real 0.094s	user 0.062s	sys 0.023s
I20260630 12:15:36.033070   431 raft_consensus.cc:2272] T 3bcbe3122d4846a1a1f6da10ad2fb199 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:36.035135 13102 raft_consensus.cc:359] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } }
I20260630 12:15:36.036129 13102 raft_consensus.cc:740] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b5b7bebc8b5749fa8892ae4f985799da, State: Initialized, Role: LEARNER
I20260630 12:15:36.036947 13102 consensus_queue.cc:260] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "bfb157434b854a0484a811c8e6f55b42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43301 } } peers { permanent_uuid: "a6aafc764ce64a3a8d93f231a4f111a0" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35877 } attrs { replace: true } } peers { permanent_uuid: "a0b3ba748d934cfca917b93975970bf8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45139 } } peers { permanent_uuid: "b5b7bebc8b5749fa8892ae4f985799da" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36285 } attrs { promote: true } }
I20260630 12:15:36.038120   431 tablet_replica.cc:333] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8: stopping tablet replica
I20260630 12:15:36.039183   431 raft_consensus.cc:2243] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:36.040011   431 raft_consensus.cc:2272] T 42d2907112ba4fe5a119b5baef87fdd8 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:36.040314 13102 ts_tablet_manager.cc:1434] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:15:36.044111   431 tablet_replica.cc:333] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8: stopping tablet replica
I20260630 12:15:36.045027   431 raft_consensus.cc:2243] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:36.045702   431 raft_consensus.cc:2272] T 9616fcf5e9c0443ead41bec641b27263 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:36.049625   431 tablet_replica.cc:333] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8: stopping tablet replica
I20260630 12:15:36.050310   431 raft_consensus.cc:2243] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:36.050999   431 raft_consensus.cc:2272] T aca09cf3838849279b7c068daa2a5f7a P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:36.054670   431 tablet_replica.cc:333] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8: stopping tablet replica
I20260630 12:15:36.055341   431 raft_consensus.cc:2243] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:36.055893   431 raft_consensus.cc:2272] T 21763d222c1440068c3f0ea6fec67474 P a0b3ba748d934cfca917b93975970bf8 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:36.078004 13102 tablet_copy_client.cc:1131] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:45139: connect: Connection refused (error 111)
I20260630 12:15:36.086660   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:36.108598   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:36.142987   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:36.144361   431 tablet_replica.cc:333] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da: stopping tablet replica
I20260630 12:15:36.144974   431 raft_consensus.cc:2243] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:36.145371   431 raft_consensus.cc:2272] T 3bcbe3122d4846a1a1f6da10ad2fb199 P b5b7bebc8b5749fa8892ae4f985799da [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:36.165431   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:36.180209   431 master.cc:562] Master@127.0.107.254:40593 shutting down...
W20260630 12:15:36.204030 12642 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:36.205183   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:36.205622   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:36.206010   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3a501a6140a04bc6b8a26080cda065ea: stopping tablet replica
I20260630 12:15:36.226657   431 master.cc:584] Master@127.0.107.254:40593 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (7236 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (12570 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (272908 ms total)
[  PASSED  ] 26 tests.
I20260630 12:15:36.283177   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 5 messages since previous log ~69 seconds ago
I20260630 12:15:36.283386   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 5 messages since previous log ~69 seconds ago
I20260630 12:15:36.283543   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4755: suppressed but not reported on 9 messages since previous log ~70 seconds ago
I20260630 12:15:36.283677   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 16 messages since previous log ~104 seconds ago
I20260630 12:15:36.283838   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4810: suppressed but not reported on 2 messages since previous log ~186 seconds ago
I20260630 12:15:36.284016   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 9 messages since previous log ~247 seconds ago
I20260630 12:15:36.284324   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 35 messages since previous log ~10 seconds ago
I20260630 12:15:36.284483   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 5 messages since previous log ~0 seconds ago
